tbali wrote: 
> 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.

Just a little Question: Is there an advantage using the
/opt/bootlocal.sh over using the /etc/fstab for mounting a nfs-share?
I have searched for some info but didn't find it.


------------------------------------------------------------------------
alverus's Profile: http://forums.slimdevices.com/member.php?userid=62764
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