On Tue, 19 Apr 2005, Jim Carter wrote:
/ftp/* -bind /home/users/& /home/users/&/data
That would be something like
auto.master
/ftp /etc/autofs.multi
and in autofs.multi
* -bind /users/& :/home/users/& \
/users/&/data :/home/users/&/dataWhich, on access (when ftp daemon changes to login directory) by, say user iank, should mount
/home/users/iank on /ftp/users/iank /home/users/iank/data on /ftp/users/iank/data
and after logout should umount both mounts on timeout.
the "*" wildcard key is replaced in the mount entry to form the mounts. Only directories that are walked on should be mounted.
Ian
_______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
