1748003 Members
4848 Online
108757 Solutions
New Discussion

nfs question

 
navin
Super Advisor

nfs question

Hello All,

I have server , and it is mounting a share from nfs storage.
for a reason recently there is no files listed on one of the direc..
cd /net/nasdevice/path/directories/example
ls
nothing
what could be the casue - i do not see any errors in syslog
thanks much in advance
Learning ...
1 REPLY 1
Analyst
Trusted Contributor

Re: nfs question

Hi Navin,

Check the "Bdf" output whether the nfs sharing mount point is available.

If not present mount it again and check the same.

Else Try this.
mount -a,
exportfs -av
If possible do ,nfs server/client services restart.

Thx,
Analyst.