exporting home directory with NFS and NIS
I cannot export the home directory from my file server to client PC's.
So far I have the following working:
-Slackware 9.1 working on all machines
-NFS server and client works fine.
-NIS Server and client work file for authenticating user and passwords
in order to export the home directories I have tried the following:
ON SERVER
1) bash-2.05b# cat /etc/auto.master
#auto.master - master map file for NFS and NIS
/export /etc/auto.export --timeout 60
2) bash-2.05b# cat /etc/auto.export
#auto.export - NFS Automounter config file
#Home directories
home -fstype=nfs servername:/export/home
3) bash-2.05b# cat /etc/exports
# See exports(5) for a description.
# This file contains a list of all directories exported to other computers.
# It is used by rpc.nfsd and rpc.mountd.
/home 192.168.0.21(rw,async,root_squash)
ON CLIENT
I put 1) & 2) above on the client as well
Any suggestions will be helpful
Thanks
-C
|