Hi
Can anyone explain why my system cliams /data is read only when half an hour ago I could write to it and mount say's it's rw?
It won't umount either, dievice busy even after fuesr -mk /data.
Thanks
Code:
[root@galaxy /data]# mkdir junk
mkdir: cannot create directory `junk': Read-only file system
[root@galaxy /data]# mount
/dev/hda2 on / type ext3 (rw)
/dev/proc on /proc type proc (rw)
/dev/sys on /sys type sysfs (rw)
/dev/devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda1 on /boot type ext3 (rw)
/dev/shm on /dev/shm type tmpfs (rw)
/dev/hda3 on /home type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
automount(pid1988) on /misc type autofs (rw,fd=4,pgrp=1988,minproto=2,maxproto=4)
automount(pid2030) on /net type autofs (rw,fd=4,pgrp=2030,minproto=2,maxproto=4)
/dev/sda1 on /data type ext3 (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
[root@galaxy /data]#
[root@galaxy /]# fuser -mk /data
[root@galaxy /]# umount /data
umount: /data: device is busy
umount: /data: device is busy