Hi,
I have a strange (strang to me) problem with one of my hdisk.
Every time I want to write or modify a file (or a right) on a partition FC2 warn me with "Read-only file system" and anything is possible. This is strange because this problem happens sometimes, and sometimes ... not.
Here is my etc/fstab, look at my partition mp3 on hdb1 (rw !!).
Thank you for your help.
Vincent
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=/usr /usr ext3 defaults 1 2
/dev/hda3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/hdb1 /mnt/mp3 ext3 defaults 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
and here is my mount cmd :
/dev/hda1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
/dev/hda2 on /usr type ext3 (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/dev/hdb1 on /mnt/mp3 type ext3 (rw)