Problems with mount

Yair Zohar yair at ard.huji.ac.il
Fri Aug 6 06:23:54 UTC 2004


Hello,
I'm using FC2 connected by cables from home.
I'm trying to mount :
[root#] mount -t nfs 132.64.50.50:/usr/local/eclipse/workspace 
/mnt/ardEclipse/

after long time it response:

mount to NFS server '132.64.50.50' failed: server is down. 

I also tried :

[root#] mount -o nfsvers=2 132.64.50.50:/usr/local/eclipse/workspace 
/mnt/ardEclipse/

and :

[root#] mount -o nfsvers=3 132.64.50.50:/usr/local/eclipse/workspace 
/mnt/ardEclipse/

with no response.

the same command :
[root #] mount -t nfs 132.64.50.50:/usr/local/eclipse/workspace/ 
/mnt/ard1_eclipse/
works fine from a rh9 that is connected to the same LAN as the server.

also
[root #] rcpinfo -p 132.64.50.50
gives no response.
while the same cmd from the LAN connected RH9 returns:

program vers proto   port
   100000    2   tcp    111  portmapper
   100000    2   udp    111  portmapper
   100024    1   udp  32768  status
   100024    1   tcp  32768  status
   391002    2   tcp  32769  sgi_fam
   390115    1   tcp  15635
   390113    1   tcp   7937
   390103    2   tcp   8299
   390109    2   tcp   8299
   390110    1   tcp   8299
   390103    2   udp   8741
   390109    2   udp   8741
   390110    1   udp   8741
   390107    5   tcp   8010
   390107    6   tcp   8010
   390105    5   tcp   8347
   100011    1   udp    956  rquotad
   100011    2   udp    956  rquotad
   100011    1   tcp    959  rquotad
   100011    2   tcp    959  rquotad
   100003    2   udp   2049  nfs
   100003    3   udp   2049  nfs
   100021    1   udp  35298  nlockmgr
   100021    3   udp  35298  nlockmgr
   100021    4   udp  35298  nlockmgr
   100005    1   udp  35299  mountd
   100005    1   tcp  43891  mountd
   100005    2   udp  35299  mountd
   100005    2   tcp  43891  mountd
   100005    3   udp  35299  mountd
   100005    3   tcp  43891  mountd

No known firewall on the RH9 nfs server.
No known firewall on the FC2 client.

The /etc/exports file on the nfs server:

/usr/local/eclipse/workspace 128.139.15.95(rw)
/usr/local/eclipse/workspace 132.64.34.48(rw)

the first line is the rh9 that can mount, the second is for the FC2 that 
can't mount
(the FC2's IP is given by a dhcp server but I set it in the server's 
/etc/exports/ and than restarts the nfs server).

That's the ifconfig of the FC2 client :
eth0      Link encap:Ethernet  HWaddr 00:0C:F1:B9:9A:1C
         inet addr:172.25.133.151  Bcast:255.255.255.255  
Mask:255.255.224.0
         inet6 addr: fe80::20c:f1ff:feb9:9a1c/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:75305 errors:141 dropped:0 overruns:0 frame:141
         TX packets:10008 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:9008867 (8.5 Mb)  TX bytes:1525510 (1.4 Mb)

lo        Link encap:Local Loopback
         inet addr:127.0.0.1  Mask:255.0.0.0
         inet6 addr: ::1/128 Scope:Host
         UP LOOPBACK RUNNING  MTU:16436  Metric:1
         RX packets:3906 errors:0 dropped:0 overruns:0 frame:0
         TX packets:3906 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:4633402 (4.4 Mb)  TX bytes:4633402 (4.4 Mb)

ppp0      Link encap:Point-to-Point Protocol
         inet addr:132.64.34.48  P-t-P:132.64.32.254  Mask:255.255.255.255
         UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1452  Metric:1
         RX packets:7863 errors:0 dropped:0 overruns:0 frame:0
         TX packets:9220 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:3
         RX bytes:4309531 (4.1 Mb)  TX bytes:996375 (973.0 Kb)

Any idea ?
Thanks.





More information about the fedora-list mailing list