Difference between revisions of "Mount ReadWrite"
(New page: To have the boot drive automatically mounted as read/write, create a file at the root of the drive named ".readwrite". The hidden /etc/rc boot script checks for the existence of the file, ...) |
|||
Line 1: | Line 1: | ||
To have the boot drive automatically mounted as read/write, create a file at the root of the drive named ".readwrite". | To have the boot drive automatically mounted as read/write, create a file at the root of the drive named ".readwrite". | ||
+ | |||
The hidden /etc/rc boot script checks for the existence of the file, and if found, the drive is mounted read/write automatically. | The hidden /etc/rc boot script checks for the existence of the file, and if found, the drive is mounted read/write automatically. |
Revision as of 18:18, 26 March 2007
To have the boot drive automatically mounted as read/write, create a file at the root of the drive named ".readwrite".
The hidden /etc/rc boot script checks for the existence of the file, and if found, the drive is mounted read/write automatically.