Problems with nfs and Fedora 10 x86_64

David Burns tdbtdb at gmail.com
Mon Feb 2 18:34:47 UTC 2009


On Mon, Feb 2, 2009 at 8:01 AM, Margaret Doll <Margaret_Doll at brown.edu> wrote:
> I am used to using portmap with nfs.  Where is the documentation on the new
> rpcbind programs used on Fedora 10?

Sorry, don't know.

>
> When I try to mount a partition across the network on the new system, I am
> getting
>
> mount /numbers1 mount.nfs: rpc.statd is not running but is required for
> remote locking. mount.nfs: Either use '-o nolock' to keep locks local, or
> start statd.

Sounds to me like nfslock is not running.

Try:
/etc/init.d/nfs status
/etc/init.d/nfslock status

nfslock is used by both servers and clients, nfs is only for the
server, for exporting from that machine. e.g., my machine is a client
for nfs services only, running nfslock but not nfs.

HTH,
Dave
>
>  netstat -nlp | grep LISTEN | grep -v LISTENING
> tcp        0      0 0.0.0.0:111                 0.0.0.0:*
> LISTEN      2082/rpcbind
> tcp        0      0 0.0.0.0:22                  0.0.0.0:*
> LISTEN      4501/sshd
> tcp        0      0 127.0.0.1:631               0.0.0.0:*
> LISTEN      2648/cupsd
> tcp        0      0 127.0.0.1:25                0.0.0.0:*
> LISTEN      2580/sendmail: acce
> tcp        0      0 :::111                      :::*
>  LISTEN      2082/rpcbind
> tcp        0      0 :::22                       :::*
>  LISTEN      4501/sshd
>
> When I try to mount one of the new system's partition on an older system,
> the older system
> says that the nfs server is not working.
>
>




More information about the fedora-list mailing list