Hi everyone ,
i had installed nfs server in ubuntu 10.04 version Lucid.But how can i check the name of the user who are accessing the nfs share in client in nfs server
i had mounted the nfs share in client machine using mount command
http://docs.redhat.com/docs/en-US/Re...nfs-mount.html
I Checked out the above link for configuration they had used autofs for mount .Can anyone help me wat the main differeNce between mount and autofs.Im familiar with mount ,Can anyone help me wat the main advantage of using autofs in nfs share
client
Quote:
mount -t nfs serveripaddress:/homeiredadmin /mnt/nfs
|
Quote:
root@client:~# showmount -e 10.200.2.142
Export list for 10.200.2.142:
/home *
/export/users 10.200.2.0/24
/home/iredadmin 10.200.2.0/24
/export 10.200.2.0/24
|