Bug 4142

Summary: autofs won't mount with path lengths longer that one
Product: [Retired] Red Hat Linux Reporter: abm64239
Component: autofsAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-09-01 20:17:56 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 abm64239 1999-07-21 17:53:52 UTC
autofs will not mount directories that have more than one
componet in the path.  i.e.

/home    works fine
/home/apps  will not work.

this will not work on a map on the nis server or with a
local map.  I reconfigured the same exact map so the mount
point was a single directory and it worked.  Went back and
changed it to a multiple path and it would not work.  The
error given was the directory did not exist.  Autofs under
other unix systems will mount multiple path entries with no
problems.  Thanks for any help.  We need this to work for
integration into our corporate environment.  Thanks again.

Aaron Miller

Comment 1 Jay Turner 1999-07-22 18:15:59 UTC
Not exactly following you on this one.  Are you saying that you are
trying to mount stuff onto the /home and /homeapps moutn point, or
that you are trying to mount /home and /home/apps on another mount
point.

Comment 2 Bill Nottingham 1999-08-21 19:28:59 UTC
OK, double checking; you have an automounter running on /mnt,
and you want to mount entries on /mnt/foo/bar, correct?

Apologies for the slow response.

Comment 3 Bill Nottingham 1999-08-31 16:06:59 UTC
Do the directories actually exist on the machines?
Autofs will not create the directories to satisfy a
multi-level mount - it won't mount on /foo/bar if /foo isn't
there...