-
autofs partially working
I get autofs working partially in our environment.
lets say the server is exporting
/test
/test1/am
I can go to /test fine but can't go to /test1/am. However if I just
export
/test1
then I can go fine in /test1/am.
so if the server exprots
/test
/test1
every thing works but if it exports
/test
/test1/am
then I can't traverse to /test1/am although showmount -e from client
shows that it is exported. I can go to /test dir fine.
here is how i implement autofs in our environment
cat /etc/auto_master
+auto.master
cat /etc/auto.master
/net /etc/auto.net
cat /etc/auto.net
* -fstype=autofs,-Dhost=& file:/etc/auto.netsub
cat /etc/auto.netsub
* ${host}:/&
So how can I mount /test1/am on clients? what changes do I need in my
auto*
files. The same setup works fine with AIX/Solaris/HP, only Linux is
having problems.
Thanks much for your help
Arshad