View Single Post

  #2 (permalink)  
Old 07-31-2007, 06:22 AM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,061
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Quote:
Originally Posted by vaibhav.kanchan View Post
Please exaplain the term file locking in case of NFS. Which mount is useful in case of NFS? Hard mount or soft mount?
Soft option allows the kernel to time out if the nfs server is not responding for some time. The time can be specified with timeo=time. This option might be useful if your nfs server sometimes doesn’t respond or will be rebooted while some process tries to get a file from the server.

Locking means shared file can be saved by one user at a time.

See Linux NFS Export / share directory to other UNIX / Linux computer

Mount NFS file system over a slow and busy network
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote