Hi,
I was adding some text "noatime,data=writeback", that I saw in a Linux mag to fstab and have somehow got it wrong. After a reboot it drops me to the command line with the / partition in read only mode (as dictated in fstab) Howver, I am now unable to edit the fstab file, even as root, because it's in read only mode.
Some searching led me to this to try:
mount -o remount,rw /
The result from entering this command is:
EXT3-fs cannot change data mode on remount
mount: / not mounted already or bad option
I've tried some variations on the above that I've found but as yet I cannot get / out of read only mode in order to edit the fstab file back to what it was. I do have a copy of the original file but cannot move that one either.
From what I've read of Linux I can't believe that it has to be a reinstall so any further suggestions will be most welcome.
Thanks,
I was adding some text "noatime,data=writeback", that I saw in a Linux mag to fstab and have somehow got it wrong. After a reboot it drops me to the command line with the / partition in read only mode (as dictated in fstab) Howver, I am now unable to edit the fstab file, even as root, because it's in read only mode.
Some searching led me to this to try:
mount -o remount,rw /
The result from entering this command is:
EXT3-fs cannot change data mode on remount
mount: / not mounted already or bad option
I've tried some variations on the above that I've found but as yet I cannot get / out of read only mode in order to edit the fstab file back to what it was. I do have a copy of the original file but cannot move that one either.
From what I've read of Linux I can't believe that it has to be a reinstall so any further suggestions will be most welcome.
Thanks,
Comment