Read-only file system problem solving

When deleting and modifying system files today, it
prompts "Read-only file system", the file system is read-only

Use the command:
mount -o remount rw /

mount -o remount rw /

Solved smoothly.

Guess you like

Origin blog.csdn.net/weixin_42563968/article/details/109078439