View Single Post

  #4 (permalink)  
Old 03-27-2006, 04:30 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
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