Howto get NFS exports working?

Christian Schlaefcke cschlaefcke at wms-network.de
Mon Mar 29 20:37:08 UTC 2004


On Monday 29 March 2004 2:12 pm, George Garvey wrote:
> On Mon, Mar 29, 2004 at 01:52:47PM -0500, Neal Becker wrote:
> > Is there a problem with my /etc/fstab?  Notice the last 2 lines
above.  I
> > have 2 rpc_pipefs mounts.
> >
> > /etc/fstab says:
> >
> > none                        /var/lib/rpc_pipes      rpc_pipefs
defaults 0 0
> >
none                        /proc/fs/nfs            nfsd    noauto,defaults 0 0
>
>    Mounting /proc/fs/nfs just solved my problem. Note that fstab says
don't
> do it automatically. Is it actually mounted now?

Hi,

I have exactly the same problem (as I posted yesterday) and I tried
these changes as well, with no luck :-( 

When I run "cat /proc/fs/nfs/exports" i get this:

/home   client1(rw,root_squash,sync,wdelay)
/home   client2(rw,root_squash,sync,wdelay)
/usr/local/share
192.168.0.0/255.255.255.0(rw,root_squash,sync,wdelay)

But my /etc/exports says:
/usr/local/share        192.168.0.0/255.255.255.0(sync,rw)
/home   192.168.0.0/255.255.255.0(sync,rw)

This seems to be out of sync?! Even the restart of the nfs service or
running "exportfs -a" is not changing this.

Could this deal with the problem?

Regards,

Chris





More information about the fedora-test-list mailing list