[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] NFS automounter question



Hi,

my home directory is automounted so that, whenever I access /home/username, the
contents of a remote directory fileserver:/homes/username is automounted on
mount point /home/username.

I have read section "2.15.2 NFS Automounter" of the manual, but I am still
confused by the example explained there. Should I use

	initialdir=/home/username

or should I use something else? Notice that in my case the access point and the
dynamic mount point are the same (/home/username). In principle, this directory
will be unmounted automatically if it has not been acessed for 5 minutes.

It seems to me that I should use something like

	initialdir=fileserver:/homes/username

but I am not sure whether this would work or not. Maybe I just don't need to use
initialdir at all?

Thanks,
/P