Unable to see NFS share from CentOS client

Status
Not open for further replies.
Joined
Sep 19, 2016
Messages
9
Hi,
I've configured NFS share on my FreeNAS 9.10.1 stable on below path:

/mnt/Demo_Vol/CentOS7
Permission for Owner (user) : nobody
Permission for Owner (group) : nobody

Also I've configured nfs-utils on my CentOS 7 client.

showmount -e 192.168.1.62 command gives the /mnt/Demo_Vol/CentOS7 path as expected

I've mounted the share in client using below command as root user:

mount -t nfs 192.168.1.62:/mnt/Demo_Vol/CentOS7 /mnt/

Now when I do df -hT in CentOS client I'm able to see that the share has been mounted but when I change directory to /mnt in client I can't find this share.

I was successful in creating & accessing CIFS share through Windows 8.1 & CentOS 7
Also CentOS client shows CIFS share but not NFS share.

Kindly advice asap!!
 

Glorious1

Guru
Joined
Nov 23, 2014
Messages
1,211
I see you put the same question in a private conversation to me. I don't have much knowledge or experience with these issues, and hope someone else will be able to help you.
 
D

dlavigne

Guest
Anything in /var/log/messages on either the client or FreeNAS side when you try to access /mnt?
 
Joined
Sep 19, 2016
Messages
9
Hi,
Nothing as such found in logs. Please find attached screenshots for log messages from FreeNAS & CentOS client.
Thank You!!
 

Attachments

  • CentOS logs.PNG
    CentOS logs.PNG
    104.5 KB · Views: 319
  • FreeNAS logs.PNG
    FreeNAS logs.PNG
    32.3 KB · Views: 338

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
what do you expect to see when you changed directory to /mnt? You should see everything that is in /mnt/Demo_Vol/CentOS7 and since this is a new build I suspect it is empty. What is the output of 'mount'?
 
Status
Not open for further replies.
Top