OK, I did it again - managed to create a major and unusual problem most will not encounter.
Neither one of the suggestions made in this thread does work. Reason: Read only file system.
I went into fstab and mtab and checked the entries:
fstab
# / was on /dev/sda7 during installation
UUID=c102d52b-a8f5-4030-b593-039d4efc1532 / ext4 errors=remount-ro 0 1
Changed that to: . . . errors=remount-rw.
Unseccesful, but complains about unrecognized system settings.
mtab:
#/dev/sda7 / ext4 rw,errors=remount-ro 0 0
changed to: /dev/sda7 / ext4 rw 0 0
Also unsuccessful.
Unless someone can tell me how to change the file system from read only to rw I am at the end of the rope.
Re-installation is difficult however, because my CD/DVD reader does not read DVDs for some reason. And the laptop does not want me to start it from a thumb drive.
I also have a card reader. Could that be used to create an alternative startup disk?
In fact, I am just now downloading the latest daily build of 13.10 to install it on a SD card (bootable). Hope my old laptop can handle it. If not, I will use the conventional way to brun and install from a CD.
Better than wasting more time trying to achive the impossible. File system remains r/o despite all attempts to change it.
Consider the thread 'solved' by abandonment and re-installation of the OS.
Neither one of the suggestions made in this thread does work. Reason: Read only file system.
I went into fstab and mtab and checked the entries:
fstab
# / was on /dev/sda7 during installation
UUID=c102d52b-a8f5-4030-b593-039d4efc1532 / ext4 errors=remount-ro 0 1
Changed that to: . . . errors=remount-rw.
Unseccesful, but complains about unrecognized system settings.
mtab:
#/dev/sda7 / ext4 rw,errors=remount-ro 0 0
changed to: /dev/sda7 / ext4 rw 0 0
Also unsuccessful.
Unless someone can tell me how to change the file system from read only to rw I am at the end of the rope.
Re-installation is difficult however, because my CD/DVD reader does not read DVDs for some reason. And the laptop does not want me to start it from a thumb drive.
I also have a card reader. Could that be used to create an alternative startup disk?
In fact, I am just now downloading the latest daily build of 13.10 to install it on a SD card (bootable). Hope my old laptop can handle it. If not, I will use the conventional way to brun and install from a CD.
Better than wasting more time trying to achive the impossible. File system remains r/o despite all attempts to change it.
Consider the thread 'solved' by abandonment and re-installation of the OS.
Comment