Remounting Filesystem as Read/Write

From OESF

Revision as of 05:14, 9 July 2005 by Meanie (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Remounting Filesystem as Read/Write or Read Only

Some partitions/file systems such as / cannot be unmounted. Some are also mounted as read-only. In order to modify the files on those file systems, you need to remount them as read/write and then remount them back to read-only after you have done what you wanted.

To remount as read/write:

  • mount -o rw,remount /

To remount as read only:

  • mount -o ro,remount /
Personal tools