My local user home filesystems are being correctly mounted using /etc/auto_home 
settings so /export/home/<user> is being mounted /home/<user>.

I would like to have another directory /export/home/downloads mounted as 
/home/downloads, I created an auto_direct file which is included in 
/etc/auto_master as

# more /etc/auto_master
+auto_master
/net            -hosts          -nosuid,nobrowse
/home           auto_home       -nobrowse
/home           auto_direct     -nobrowse


# more /etc/auto_direct
downloads       localhost:/export/home/downloads
+auto_direct

The autofs log indicates that /home can not be mounted.
Can I have /home being managed by auto_home and auto_direct providing the 
directories with /home are unique?
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to