Bug 6517

Summary: nfs server default install won't cross file systems
Product: [Retired] Red Hat Linux Reporter: maxfield
Component: nfs-serverAssignee: David Lawrence <dkl>
Status: CLOSED WONTFIX QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-10-30 13:09:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description maxfield 1999-10-29 21:20:14 UTC
/home is mounted on a separate partition from /

 export / to a machine, with no root squash

 on the machine to be mounting the directory under /remote,
do this:

 mount -t nfs exportmachine:/ /remote
 cp -av /home/* /remote/home

 you will get a list of files. you can
cd /remote/home
ls

 and the files will be there.

  telnet into the exportmachine, then
cd /home
ls

  the files are not there.  They are on the root file
system somewhere "underneath the [directory] rug." <grin>

Comment 1 Jeff Johnson 1999-10-30 13:09:59 UTC
Knfsd does not cross partitions, unlike the older user-space
nfs-server. Each partition on the server needs to be exported
separately, and clients must mount each partition.

FWIW, the new behavior of knfsd is more typical of NFS implementations
than the older nfs-server was.
old