PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : nfs server reported tcp not available, falling back to udp



pido
26.08.04, 21:16
nfs server reported tcp not available, falling back to udp

diese meldung bekomme ich wenn ich unter kde 3.2 (suse 9.1) eine nfs freigabe welche in der fstab für user freigegeben ist einbinde.

wie kann ich diese meldung verhindern.? der mount wird korrekt ausgeführt.

63jesi
14.10.04, 07:30
Dazu habe ich im Netz diese Antwort gefunden:
" ...
A Solaris client by default uses NFS Version 3 over TCP. If the server does not support it, then the client automatically falls back to NFS Version 3 over UDP or NFS Version 2 over one of the supported transports. Use the proto=tcp option to force a Solaris client to mount the filesystem using TCP only. In this case, the mount will fail instead of falling back to UDP if the server does not support TCP:


# mount -o proto=tcp wahoo:/export /mnt
Use the tcp option to force a Linux client to mount the filesystem using TCP instead of its default of UDP. Again, if the server does not support TCP, the mount attempt will fail:

# mount -o tcp wahoo:/export /mnt
..."

Also alles halb so schlimm.

Fußhupe
30.11.04, 16:28
Bei mir funktioniert es nur mit udp:

mount -o udp tower:/export /mnt


Gruß
Fußhupe