I did a clean install this morning. I have 2 nfs shared folders on my server box. I copied the fstab entries from a Mandriva 2008 box. When I boot up, they are not mounted. When I do "mount -a", they mount ok.
This is my wife's computer. She is techie illiterate, and just uses the computer for stuff like web browsing. I have her set up with a directory on the server that I have trained her to save her stuff to. I do not want her to have to go through CLI process every time.
Here is my fstab
Code:
# Entry for /dev/sda1 :
UUID=06786758-d020-41aa-9005-b4cc72cd6957 / ext3 relatime 1 1
# Entry for /dev/sda8 :
UUID=9c88e1f6-bb8c-402d-9649-345db1233410 /home ext3 relatime 1 2
none /proc proc defaults 0 0
# Entry for /dev/sda6 :
UUID=7734d16e-807a-4067-8e11-e5c0711c70ab /usr ext3 relatime 1 2
# Entry for /dev/sda7 :
UUID=46d7e142-ca73-4b1e-afd6-1cffccf21b3d /var ext3 relatime 1 2
# Entry for /dev/sda5 :
UUID=4c43ce5c-be5a-430c-ba3e-205afc051819 swap swap defaults 0 0
192.168.3.11:/home/files /files nfs rsize=8192,wsize=8192,nosuid 0 0
192.168.3.11:/var/www /www nfs rsize=8192,wsize=8192,nosuid 0 0
Can someone point me to what I need to know to get this to work?
Thank you