LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mount Fstab ????????? (https://www.linuxquestions.org/questions/linux-newbie-8/mount-fstab-298682/)

chennairaja 03-07-2005 09:02 AM

Mount Fstab ?????????
 
hi

i have mounted a directory thro NFS and made an entry in the fstab.But when the system reboots i cant find the mounted file???iam having to mount it again.
Why is this happening despite this being entered in fstab

sunil

spariggio82 03-07-2005 09:11 AM

I'm not very good with NFS but i suggest you to post your fstab to help others to solve your problem!!!!

Good Luck

chennairaja 03-07-2005 09:22 AM

/dev/hda4 / reiserfs defaults 1 1
/dev/hda1 /boot reiserfs defaults 1 2
/dev/hda3 /opt reiserfs defaults 1 2
/dev/hda2 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/lvmgroup/lvmopt /opt reiserfs defaults 0 0
10.236.107.8:/share/svn-user /home/share/software nfs defaults 0 0
~

this is my fstab right now.

i have a crontab which reboots system at some time and after that i have to make a build.
now the problem is after the reboot the mounted drive /home/share/software is not available.

why is this happening

sunil


All times are GMT -5. The time now is 05:55 PM.