Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
linux:nfs [2006/03/22 13:28]
a created
linux:nfs [2008/09/26 20:23]
a
Line 1: Line 1:
 ====== Nightmare file system (NFS) ====== ====== Nightmare file system (NFS) ======
  
-start here: [[http://nfs.sourceforge.net/]]+start here:  
 +  * [[http://nfs.sourceforge.net/]] 
 +  * [[http://wiki.linux-nfs.org/index.php/Main_Page|Linux-NFS Wiki page]] 
 +  * [[http://www.brennan.id.au/19-Network_File_System.html]] 
 + 
 + 
 +**/etc/fstab** 
 +   foohost:/export/data /mnt nfs tcp,rsize=8192,wsize=8192,intr,rw,bg,nosuid,noauto 
 + 
 +===== NFS shares get stale after a while or don't mount at all ===== 
 +This might be caused by the fact that the server really wants to have portnumbers below 1024 for the session. Adding insecure to the exports-file fixes that. 
 +Example: 
 + 
 +   /home somehost(rw,insecure)
  
linux/nfs.txt · Last modified: 2012/10/15 11:57 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready