You can mount an NFS directory like this:

Code:
--------------------
    mount -o addr=192.168.1.2,nolock -t nfs 192.168.1.2:/dir/on/nfs/server 
/mnt/mymountpoint
--------------------

Change the IP of the server (2X), the exported directory and the
mountpoint. You can put that line into /opt/bootlocal.sh to mount at
boot. Do a *sudo reboot* afterwards.


------------------------------------------------------------------------
tbali's Profile: http://forums.slimdevices.com/member.php?userid=65336
View this thread: http://forums.slimdevices.com/showthread.php?t=105538

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to