Seting up NIS automount on Tru64 UNIX (OSF)

Recently I had to enable auto-mounter onTru64 UNIX. The things worked well for NFS host mounts but keep failing the home folders for user login.

The fix was simple. I added following to the end of the automount argument line “/home -nosuid auto.home“.

The full argument line is: “-m /net -hosts -nosuid -M / /home -nosuid auto.home

PS: easy way to setup automount is to use X-window appliaction sysman:

# sysman nfs

Comments are closed.