PDA

View Full Version : Fedora Core 2 Test 3 - NFS server: server is down


.::malamut::.
8th May 2004, 10:56 AM
I installed FC2T3 on one of my machines and could not mount any NFS-Dir from my Server (SuSE 8.2). With FC1 on my other machines I have no problem at all mounting any NFS-Dirs from the server.

[root@flaneur root]# mount 192.168.1.2:/home
mount to NFS server '192.168.1.2' failed: server is down.
You have new mail in /var/spool/mail/root
[root@flaneur root]# rpcinfo -p arogno
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100004 2 udp 816 ypserv
100004 1 udp 816 ypserv
100004 2 tcp 819 ypserv
100004 1 tcp 819 ypserv
100009 1 udp 832 yppasswdd
600100069 1 udp 844 fypxfrd
600100069 1 tcp 846 fypxfrd
100005 1 udp 877 mountd
100005 2 udp 877 mountd
100005 1 tcp 880 mountd
100005 2 tcp 880 mountd
100003 2 udp 2049 nfs
100003 2 tcp 2049 nfs
[root@flaneur root]#

SELinux and the firewall are already disabled...

Has anyone any suggestions?

.::malamut::.
8th May 2004, 09:30 PM
I got a solution for this problem - thanks to Ron McKown and the fedora-test-list:

You should mount your nfs-dir with the "nfsvers"-option like this:

mount -o nfsvers=2 192.168.1.2:/home

kent
27th September 2004, 06:13 PM

Wicked, much thanks. That worked for me.

Buratino
22nd August 2007, 11:45 AM
Very cool, worked for me olso, since I wasn't able to find more recent solution......