NFS mount /usr/local

Alex Katebi alex.katebi at gmail.com
Sun Dec 28 22:08:35 UTC 2008


Whay can't I mount /usr/local. The client hangs at boot.

server configuration is in /etc/exports :

/home         192.168.1.0/255.255.255.0 (rw, sync,no_subtree_check)
/usr/local    192.168.1.0/255.255.255.0 (rw, sync,no_subtree_check)

client configuration is in /etc/fstab:

192.168.1.100:/home        /home         nfs rw,hard,intr  0  0
192.168.1.100:/usr/local   /usr/local    nfs rw,hard,intr  0  0

/home is ok but /usr/local does not work. If I mount it after boot like
below it works:

sudo mount 192.168.1.100:/usr/local  /usr/local

Any help is welcomed?

Thanks,
-Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20081228/30cf19e2/attachment.html>


More information about the ubuntu-users mailing list