All of lore.kernel.org
 help / color / mirror / Atom feed
* NFS mount error
@ 2001-08-31 19:50 Stefan Nunninger
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Nunninger @ 2001-08-31 19:50 UTC (permalink / raw)
  To: linuxppc-embedded


Hello,

Sorry this is slightly off topic but probably someone has seen this error
before.

I've been using a embedded device running Linux quite some time no
without problems. Linux mounted it's file system from a NFS server running
on a Red Hat 6.0 machine. Recently I had to change the server. The new NFS
server is running on a SuSE 7.2 distribution. Now my embedded device is not
able anymore to mount it's file system. This is what I get to see:
...
Looking up port of RPC 100003/2 on 192.168.0.1
Looking up port of RPC 100005/1 on 192.168.0.1
VFS: Mounted root (NFS filesystem).
Freeing unused kernel memory: 56k init
unlock_kernel
Warning: unable to open an initial console.
RPC: sendmsg returned error 101
nfs: server 192.168.0.1 not responding, still trying
RPC: sendmsg returned error 101
nfs: server 192.168.0.1 not responding, still trying

The filesystem is stored in the directory /tftpboot on the NFS server.
The /etc/exports file of the NFS server contains this line:
/tftpboot *(rw,no_root_squash,no_all_squash)

The server is running Linux 2.4.4 (original SuSE kernel) with
userspace NFS daemon 2.2beta47.

The log file of the NFS server shows no error message but this:
mountd[734]: /tftpboot has been mounted by 192.168.0.8

I am able to mount the directory with the file system from another PC.

Has anybody an idea what is the reason for the error message and how it can
be resolved? Thanks for any hint.
	Stefan Nunninger

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread
* NFS mount error
@ 2006-03-08  8:59 Vijay Chauhan
  2006-03-08 16:30 ` Chuck Lever
  0 siblings, 1 reply; 4+ messages in thread
From: Vijay Chauhan @ 2006-03-08  8:59 UTC (permalink / raw)
  To: nfs

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

hi,
im doing mount/unmount in an infinte loop
while [ "a" == "a" ];
do
mount -t nfs -o tcp server:/filepath /mount-point
unmount -at nfs
done

after some successful mount/unmount its giving error message like

RPC: can't bind to reserved port.

what does it means?

TIA,
Vijay

[-- Attachment #2: Type: text/html, Size: 515 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-10 11:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-31 19:50 NFS mount error Stefan Nunninger
  -- strict thread matches above, loose matches on Subject: below --
2006-03-08  8:59 Vijay Chauhan
2006-03-08 16:30 ` Chuck Lever
2006-03-10 11:23   ` Vijay Chauhan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.