How to remount root file system to RW in Linux Recovery Mode
When you run linux recovery mode it always mounts root file system as Read Only. This means you can't do any changes to the files on this drive as they simply can't be saved.
You can remount file system to Read-Write mode by entering as root the command below:
mount -n -o remount, rw /
Document version: 1.1
Last modified on:
Comments
18 Jul 2013, 17:24