Hello, I have a number of laptop users that have both a local home directory on their laptop and a NFS mounted home directory when they are in the office.
What they want to be able to do is only use the local home directory as their current home directory when the NFS server is not available. So for example using the replicated syntax I tried something similar to the following for a map on /homes/ username nfsserver:/home/username localhost:/home/username The passwd entry would then point the user home directory to /homes/username. The issue with this currently is that autofs will always prefer a local mount over a network mount, even with weighting. Is there any way to provide this facility in a similar way to the replicated syntax without using a script for the map? Thanks in advance. _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
