LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   exportfs does not export info to /proc/fs/nfs/exports (https://www.linuxquestions.org/questions/linux-networking-3/exportfs-does-not-export-info-to-proc-fs-nfs-exports-443544/)

rhelaine 05-10-2006 02:10 PM

exportfs does not export info to /proc/fs/nfs/exports
 
when i run exportfs -ra no information is exported to /proc/fs/nfs/exports nor to /var/lib/nfs/xtab.

so i can't mount my nfs shares

fedora core 5 kernel 2080.

any idea on why and how to fix it?

BrianK 05-11-2006 05:13 PM

Is nfsd running?

what does /etc/exports look like?

miahfost 11-08-2006 02:51 PM

In my case yes nfsd is running and the exports file is:

/home/ 192.168.1.100(rw,sync)

d@@b 11-08-2006 11:49 PM

Is portmap also runing ?

miahfost 11-09-2006 09:54 AM

Yes, every thing is properly configured, the only issue is that the file /proc/fs/nfs/exports is not being written to. Does anybody have any experience with that?

bluesword1969 02-24-2011 03:36 PM

I have a similar situation. I have a machine that reports an empty /proc/fs/nfs/exports, and I'm also wondering what would cause this.

System is Red Hat 5.5, all services are chkconfig proper and running, with the only export right now being /home.

DennisLeeuw 06-16-2011 03:19 AM

I was faced with the same issue on a CentOS machine, but in our case it was not OS related. We had moved the host to another domain (from host1.example.com to host1.bla.example.com).

It was strace that eventually told me what the problem was. We forgot to set the reverse to the new situation. exportfs looked up host1.bla.example.com, then did a reverse and found host1.example.com which could not be forward resolved. And thus it did nothing, leaving everything as is. No updates at all.

Resolving the reverse DNS issue solved the case. Hope this might help others with an identical situation.

Dennis


All times are GMT -5. The time now is 09:53 PM.