/dev/sdb1 device in my gentoo is set to "ro" mode for some reason that I couldt find yet. This partition is used for large number of apache log and webalizer statistics. It was working properly until yesterday night. When I try to remount
Code: Select all
#mount -o remount,rw /dev/sdb1
mount: block device /dev/sdb1 is write-protected, mounting read-only
Do you have any idea why an ext3 filesystem can put itself into RO mode without my manipulation?
Regards.

