NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: bin/45556: Two problems with NFS server.



The following reply was made to PR bin/45556; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: re: bin/45556: Two problems with NFS server.
Date: Wed, 02 Nov 2011 17:10:19 +1100

 i guess your /long and /longer are both on /?  this isn't how NFS works.
 see, eg from exports(5):
 
      space.  The second is to specify the pathname of the root of the filesys-
      tem followed by the -alldirs flag; this form allows the host(s) to mount
      at any point within the filesystem, including regular files.  Note that
      the -alldirs option should not be used as a security measure to make
      clients mount only those subdirectories that they should have access to.
      A client can still access the whole filesystem via individual RPCs if it
      wanted to, even if just one subdirectory has been mounted.  The pathnames
 
 you can really only apply exports across an actual filesystem.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index