On Mon, Feb 2, 2009 at 8:01 AM, Margaret Doll <Margaret_Doll@xxxxxxxxx> 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. > > -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines