On Wed, Nov 30, 2011 at 01:55:06PM -0600, Bruce Dubbs wrote: > > # mount -t nfs lfs7:/usr/src /mnt/lfs7 > mount.nfs: mount to NFS server 'lfs7' failed: RPC Error: Program not > registered >
I can't test my server install at the moment (I'm using a different partition as my 7.0 desktop, doing some other tasks), but when my client failed to mount, its error was always 'access denied by server' I haven't seen 'Program not registered' for many years. Almost sounds as if port 111 on the *client* is no longer associated with sunrpc in its /etc/services. Failing that, in my case I have to 'bounce' the server (i.e. stop and start it - with the reload, which I see I included in the bootscript). Not yet debugged. I'm also specifying the options for this test mount in the client's /etc/fstab. Have you got vers=3 among your options ? (I know you're only building for nfs3, but I don't know if that alters the recent server's default of exporting as v4). ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
