On Mon, 2008-02-25 at 15:28 -0800, Murata, Dennis wrote: > >From the man pages it looks like the multi feature is no longer > supported. I can get the failover behavior to work if I use a map like > auto.foo: > * -fstype=nfs,rsize=32768,intr server:/local/too/& server:/local/foo/& > > The desired result is to have mounts from /local/too to be rw, those > from /local/foo ro, is this possible? I have the exports on the server > as ro and rw, but all the mounts on the workstation so far seem to be > ro.
Are these exports from the same filesystem? If they are then all the mounts will inherit the options of the first made mount (at least I think that's kernel behaves like that). Ian _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
