Hi,
I have a NFS network setup for three systems.
The exports file is the same for all systems: /home 192.168.0.0/255.255.255.0(rw,async)
My rounter is configured for static IPS.
The fstab file contains the following (3 systems):
#System kendan 192.168.0.100
192.168.0.101:/home /mnt/home_peppermint nfs rw,auto,async
192.168.0.105:/home /mnt/home_bubblegum nfs rw,auto,async
#System bubblegum 192.168.0.105
192.168.0.100:/home /mnt/home_kendan nfs rw,auto,async
192.168.0.101:/home /mnt/home_peppermint nfs rw,auto,async
#System peppermint 192.168.0.101
192.168.0.100:/home /mnt/home_kendan nfs rw,auto,async
192.168.0.105:/home /mnt/home_bubblegum nfs rw,auto,async
When I was using Linux Mint 9, I had no problems. I have been using LMDE since the launch on two systems. Yesterday I've noticed that the folders are not being mounted on either LMDE system. The test computers which I am about to speak of below are about two computers only (kendan & bubblegum).
I rebooted both systems. The mounts did not occur. I had to manually type in sudo mount -a to get it to work. I've been doing some research on this. What changed since two days ago? In addition, system bubblegum did not mount the folder in kendan even with the sudo mount -a command. Some people suggest using a sleep method in rc.local. Is the the best way to handle this? If so, where is rc.local? Is there a method that when the /mnt/home_kendan folder (example) is accessed then it will do an auto mount if it is not available?
Thanks,
Ken





