mount point turns readonly again n again
687192Mar 16 2009 — edited Mar 17 2009Hi,
[root@stcfmw03 u06]# cd /
[root@stcfmw03 /]# mount /u06
mount: special device LABEL=/u06 does not exist
[root@stcfmw03 /]# mount u06
mount: special device LABEL=/u06 does not exist
[root@stcfmw03 /]#
Please give me a solution to this:
Issue description:The moount point /u06 ws giving an error like /u06 mount point read-only:
I issuesed:umount u06
again mount u06 then it is giving the above error...
Once it happened on other server like some of mount point had turned read only then i followed these four steps:
mount
umount/u01
fsck /dev/sda1
mount -a
mount /u01
then its was fine for few days,but again turned read only and wen the server had a reboot then dat point was never up....
m telling all this coz this time too once u06 gets mounted I need to restart the server again coz i have aaded some parameters in /etc/sysct.conf.And as i know those parameters will get into effect once the system reboots.
Please gimme a solution...
Thanks.