Tuesday, 16 July 2013

Edit read-only filesystem in Linux recovery mode

1. Choose recovery mode
2. Manually recovery
3. In the command prompt, use the following command to change the read-only filesystem to be writable:
mount -o remount,rw /

No comments:

Post a Comment