--- In [email protected], "jadhavrenu2000" <[EMAIL PROTECTED]>
wrote:
>
> hi guys can anybody help me for autofs ???
>
>
> i want to configure autofs for NFS please send me the steps on
> [EMAIL PROTECTED]
>
Server Side Configuration:
In /etc/exports:Put the path of the directory u want to share
e.g
vi /etc/exports
/home *(rw)
chkconfig portmap,nfs,nfslock
Client side configuration:
Configure /etc/auto.master and /etc/auto.misc
e.g vi /etc/auto.master
/home /etc/auto.misc --timeout=60
vi /etc/auto.misc
serverip or name:/home/satish
service autofs restart
Note:When you login on the client m/c it will show you home dir of
the user created on the nfs server.This is for automunting home
directories of users using NFS.