View Single Post
  #4 (permalink)  
Old 27-03-2006, 03:30 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 506
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 7
monk has a spectacular aura about monk has a spectacular aura about
Default

Use syntax:

Code:
mount -F nfs -o OPTIONS HOST:PATH /path/to/local
Where,

OPTIONS can be tcp or udp, hard or soft etc. To see all option read man page mount_nfs.

Code:
man mount_nfs
Reply With Quote