Brian Krusic wrote:

>Hi,
>
>What would be this lines equivalent in /etc/auto.img
>
>/etc/fstab;
>freedom:/img5 /img5 nfs
>hard,bg,intr,rw,vers=3,rsize=32768,wsize=32768,timeo=25 0 0
>  
>
You need another level, having autofs control /
doesn't work well.

In /etc/auto.master add
/img /etc/auto.img --timeout=25,vers=3,rsize=32768.wsize=32768

in /etc/auto.img put:
img5    -hard,bg,intr    freedom:/img5

The options in auto.master apply to all entries
in the  auto.img, while the option in auto.img
are per-mount.
 
run /etc/rc.d/init.d/autofs reload
That will automount freedom:/img5 as /img/img5

>My main concerns;
>
>1) forcing nfs 3
>2) r/w sizes of 32768 as I have a heterogeneous infrastructure (Linux, Irix,
>FreeBSD, OSX).
>
Those can be set in /etc/rc.d/init.d/autofs for all auto mounts.

    -Thomas




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to