raespi schrieb:
> Hi, i've been trying out the autofs mounter to gain more availability in
> my network environment ... I have a number of users created already
> under :
> 
> /home/.....
> 
> /home/teratux  :: For example
> 
> I want to be able to automount a resource from NFS in this exact
> location.  This is my auto.master:
> 
> /home   /etc/auto.home --timeout=10
> 
> This is my auto.home:
> 
> x          -ro,soft,intr,rsize=32768,wsize=32768,noatime
> 10.7.22.178:/home

So the auto.master i scorrect. If you want to use wildcards, you can do
so by using the following auto.home:

*       -ro,soft,intr,rsize=32768,wsize=32768,noatime 10.7.22.178:/home/&

So if you do a cd /home/abc it tries to mount 10.7.22.178:/home/abc at
this location.

Regards,
Martin

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to