|
NFS automounting problem
Hi,
I have set up a NFS server on RHEL. I have edit these changes in /etc/exports file:
/data *.example.com(ro,sync)
/mybackup 192.168.0.0/255.255.255.0(rw,sync)
Then, I have run exportfs -a command. Thern, i have restart the service both portmap and nfs. Then, i tried to use a command "showmount -e localhost". It works well.
From , client computer. I tried to mount /data directory using
#mount -t nfs 192.168.0.1:/data /temp
it works well. but when i edit same line in /etc/fstab file. Then by the time of restating the client. The computer just hangs up.
I have added this line in /etc/fstab file
192.168.0.1:/data /temp nfs defaults 1 1
Please help
|