Re: Can't mount nfs filesystem
Kees Vonk <[email protected]>
| Newsgroups | gmane.linux.tomsrtbt |
|---|---|
| Message-ID | <[email protected]> |
Yes, you are right. the mount command works anyway. I also tried Mogens' suggestion about the 'nolock' and that stops the errors (except the first warning) and makes the mount command go a lot quicker (instantly instead of about two minutes). Thank you very much for your quick reply. Kees On Friday 26 July 2002 11:34, Tom Oehser wrote: > I get errors like this when I mount nfs, but... it works anyway, and I can > use the filesystem. Did you try looking at it after the mount? -Tom > > On Fri, 26 Jul 2002, Kees Vonk wrote: > > Date: Fri, 26 Jul 2002 09:26:31 +0000 > > From: Kees Vonk <[email protected]> > > To: [email protected] > > Subject: [tomsrtbt] Can't mount nfs filesystem > > > > I have just a created a tomsrtbt floppy (version 2.0.103) in order to try > > to get some data of a laptop with a dead graphics card (screen and > > external monitor don't work), it seems to have been created fine and > > recognises my pcmcia card. But when I try to mount an nfs drive on my > > server it comes up with the following errors: > > > > # mkdir /tmp/mount > > # mount -t nfs <my server ip address>:/path/to/nfs/share /tmp/mount > > nfs warning: mount version older than kernel > > portmap: RPC call returned error 5 > > portmap: RPC call returned error 5 > > lockd_up: makesock failed, error=-5 > > portmap: RPC call returned error 5 > > > > Any idea what is causing this or what I could do to resolve the problem? > > > > Kees