automount problem Hi,
I am trying to configure automount of home directory for a user. I am not sure what am I missing out. The home-directory of the user lies on 47.152.227.17:/export/home, which is shared across to my server 47.152.227.18. I am able to mount it manually. But the home-directory doesnt get automount, I get No directory! when I login with the user venu. Could someone help me out on this. Here are the entries.
>cat /etc/passwd | grep venu:x
venu:x:1200:101::/export/home/venu:/bin/bash
>cat /etc/auto_master
# Master map for automounter
#
+auto_master
/net -hosts -nosuid,nobrowse
/export/home auto_home -nobrowse
/xfn -xfn
>cat /etc/auto_home
# Home directory map for automounter
#
+auto_home
venu 47.152.227.17:/export/home/$
Thanks in advance,
venugopal |