Results 1 to 3 of 3
Not sure how I did it but for some reason /usr is read-only now. If I type "mount" it shows the following.
/dev/hda2 on /usr type ext3 (rw)
So im ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-22-2005 #1Just Joined!
- Join Date
- Dec 2005
- Posts
- 2
Strange /usr read-only file system?
Not sure how I did it but for some reason /usr is read-only now. If I type "mount" it shows the following.
/dev/hda2 on /usr type ext3 (rw)
So im not sure what I did to cause this. Root login is disabled so I "su -" to root and when I try to write something to /usr I get "Read-only file system".
Anyone have any ideas on how I can fix this. Thanks.
- 12-22-2005 #2
It might be caused by incorrect shutdown. Run single user mode
init 1
then check the fs with
fsck /dev/hda
and try to remount using
mount -o rw,remount /usr
- 12-22-2005 #3Just Joined!
- Join Date
- Dec 2005
- Posts
- 2
After further investigation it looks like its a failing hard drive. Thanks for the reply.


Reply With Quote
