All of lore.kernel.org
 help / color / mirror / Atom feed
* nfs-utils mountd getfh failed: No such file or directory
@ 2008-12-16 15:38 Gabor Z. Papp
  2008-12-17 22:41 ` Steve Dickson
  0 siblings, 1 reply; 3+ messages in thread
From: Gabor Z. Papp @ 2008-12-16 15:38 UTC (permalink / raw)
  To: linux-nfs

Hello,

I would like to use nfs-utils 1.1.4 (and 1.1.*) in the following environment:

[kernel]
Linux gzp 2.6.27.9-gzp2 #1 Tue Dec 16 15:17:04 CET 2008 i686 GNU/Linux

[glibc]
GNU C Library stable release version 2.3.6, by Roland McGrath et al.
Compiled by GNU CC version 4.1.2.
Compiled on a Linux 2.4.34-gzp1 system on 2007-04-04.

But getting this error after trying to mount from remote:

2008 Dec 16 15:48:44 <daemon.info> gzp portmap[1843]: connect from 192.168.1.1 to getport(nfs)
2008 Dec 16 15:48:44 <daemon.info> gzp portmap[1844]: connect from 192.168.1.1 to getport(mountd)
2008 Dec 16 15:48:44 <daemon.notice> gzp mountd[1748]: authenticated mount request from 192.168.1.1:835 for /var/archive/sda1 (/var/archive/sda1)
2008 Dec 16 15:48:44 <daemon.warning> gzp mountd[1748]: getfh failed: No such file or directory

Found the revelant code in the mountd source, but I don't know what is this error.

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

* Re: nfs-utils mountd getfh failed: No such file or directory
  2008-12-16 15:38 nfs-utils mountd getfh failed: No such file or directory Gabor Z. Papp
@ 2008-12-17 22:41 ` Steve Dickson
  2008-12-18 14:36   ` Gabor Z. Papp
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Dickson @ 2008-12-17 22:41 UTC (permalink / raw)
  To: Gabor Z. Papp; +Cc: linux-nfs



Gabor Z. Papp wrote:
> Hello,
> 
> I would like to use nfs-utils 1.1.4 (and 1.1.*) in the following environment:
> 
> [kernel]
> Linux gzp 2.6.27.9-gzp2 #1 Tue Dec 16 15:17:04 CET 2008 i686 GNU/Linux
> 
> [glibc]
> GNU C Library stable release version 2.3.6, by Roland McGrath et al.
> Compiled by GNU CC version 4.1.2.
> Compiled on a Linux 2.4.34-gzp1 system on 2007-04-04.
> 
> But getting this error after trying to mount from remote:
> 
> 2008 Dec 16 15:48:44 <daemon.info> gzp portmap[1843]: connect from 192.168.1.1 to getport(nfs)
> 2008 Dec 16 15:48:44 <daemon.info> gzp portmap[1844]: connect from 192.168.1.1 to getport(mountd)
> 2008 Dec 16 15:48:44 <daemon.notice> gzp mountd[1748]: authenticated mount request from 192.168.1.1:835 for /var/archive/sda1 (/var/archive/sda1)
> 2008 Dec 16 15:48:44 <daemon.warning> gzp mountd[1748]: getfh failed: No such file or directory
> 
> Found the revelant code in the mountd source, but I don't know what is this error.
This might be due to the fact that the nfsd module is not loaded when
mountd is started since it appears mountd is not using the new caching.

Make sure a 'modprobe nfsd' happens before mountd is started...

steved.


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

* Re: nfs-utils mountd getfh failed: No such file or directory
  2008-12-17 22:41 ` Steve Dickson
@ 2008-12-18 14:36   ` Gabor Z. Papp
  0 siblings, 0 replies; 3+ messages in thread
From: Gabor Z. Papp @ 2008-12-18 14:36 UTC (permalink / raw)
  To: Steve Dickson; +Cc: linux-nfs

* Steve Dickson <SteveD@redhat.com>:

| > 2008 Dec 16 15:48:44 <daemon.warning> gzp mountd[1748]: getfh failed: No such file or directory
| > 
| > Found the revelant code in the mountd source, but I don't know what is this error.

| This might be due to the fact that the nfsd module is not loaded when
| mountd is started since it appears mountd is not using the new caching.

| Make sure a 'modprobe nfsd' happens before mountd is started...

Thanks, I have found the problem. The exported filesystem wasn't
mounted and the mountpoint is on 2.6 initrd. Read in the manpage
that can't be exported via nfs.

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

end of thread, other threads:[~2008-12-18 14:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-16 15:38 nfs-utils mountd getfh failed: No such file or directory Gabor Z. Papp
2008-12-17 22:41 ` Steve Dickson
2008-12-18 14:36   ` Gabor Z. Papp

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.