mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Mar. 01 2006,21:32 |
|
USB-HDD is a type of frugal install, as far as i know, so most of the filesystem begins read-only.
Your boot options are added to the configuration file of your bootloader, most likely lilo or grub. With lilo, i think it's lilo.conf, and with grub it's menu.lst, which should be somewhere in sda1, or /cdrom (both should be the same device). With lilo you'll need to re-run lilo to update it, if i remember correctly.
You could also run "sudo /etc/init.d/mkwriteable" instead of changing your bootloader's config. This would probably need to be done every time you boot.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|