Results 1 to 4 of 4
I installed DSL on an old laptop i was given. I need to modify grub's menu.lst but the file system is read-only. I tried the 'sudo mount -o remount,rw /dev/hda1' ...
- 08-04-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 5
read only drive
I installed DSL on an old laptop i was given. I need to modify grub's menu.lst but the file system is read-only. I tried the 'sudo mount -o remount,rw /dev/hda1' and it gives me an error saying '/mnt/hda1 is not mounted already, or bad option'. If I type just mount it says '/dev/hda1 on /cdrom type ext2 (rw)'.
How can I get write access?
thanks
- 08-04-2007 #2Just Joined!
- Join Date
- Aug 2007
- Posts
- 5
figured it out, i had to remount at /cdrom instead of /dev/hda1
- 08-06-2007 #3
file system is read-only for normal users, just try to edit /boot/grub/menu.lst file with root authority.
- 08-06-2007 #4Just Joined!
- Join Date
- Aug 2007
- Posts
- 5
Thanks for the reply.
In this case the drive was mounted read-only for superusers too. I had installed DSL's frugal install which sets everything up as if it is booting off the cd. That is why hda1 was mounted at /cdrom.


Reply With Quote