NFS host is not exporting the "share"

Posted by user1345260 on Server Fault See other posts from Server Fault or by user1345260
Published on 2013-10-21T10:47:30Z Indexed on 2013/10/21 15:56 UTC
Read the original article Hit count: 226

Filed under:
|
|
|

I have a NFS Server: usanfsd01 And a remote machine: usafssd01

I tried mounting a directory from usafssd01 onto usanfsd01 by adding the following line to /etc/fstab as root

usanfsdo1:/home/dblogs /home/data/dblogs  nfs    rw  0  0

And when I run the following command to see if NFS is exporting the share, it's not shown

showmount -e usanfsdo1 

Can someone please help? Also, a point of interest would be there is another mount that works on the same servers and thats defined as below in the /etc/fstab

usanfsdo1:/home/files /home/data/files  nfs    rw  0  0

/etc/exports

/nfs/home/dblogs 'IPADDRESS'(rw,no_root_squash)

© Server Fault or respective owner

Related posts about linux

Related posts about redhat