Subject: NFS over TCP
To: None <netbsd-help@netbsd.org>
From: Zafer Aydogan <zafer@gmx.org>
List: netbsd-help
Date: 06/14/2005 03:35:29
Hello List,
I would like to use NFS via TCP as Transport Protocol.
Mounting NFS works fine, but trying to mount with -T fails.
# mount -t nfs -o -T myserver.de:/home /usr/home
mount_nfs: rpcbind to nfs on server: RPC: Program not registered
mount halts at this point. But you can break it with CTRL-C.
The NFS Server does provide NFS via TCP.
Thanks in advance,
Zafer.
ps: Another point is, that the nfs connection is slow.
Copying files (Reading and Writing) to the nfs server works fast,
but compiling is very very slow.