On Fri, 2003-11-21 at 09:27, Jeff Self wrote:
> I'm trying to set up LTSP on a Debian 3.0 system. NFS is working. I can
> mount a directory from the server to my local desktop. But when I boot
> up the client I get an NFS mount error for /opt/ltsp/i386. Here's the
> message:
> 
> (null)mount: nfsmount failed: Bad file number
> NFS: mount program didn't pass remote address!
> mount: Mounting 10.5.107.20:/opt/ltsp/i386 on /mnt failed: Invalid
> argument.

Can you mount 10.5.107.20:/opt/ltsp/i386 from your desktop?

I've seen this error once before, when I had a hard link between
/opt/ltsp/i386 and /opt/ltsp.test/i386.  Until I removed the hard links,
I couldn't mount /opt/ltsp/i386.  I'm not sure I understand why (it
shouldn't matter), but it's something you might check.



> Here's my /etc/exports file:
> 
> /opt/ltsp/i386                        
> 10.5.112.0/255.255.255.0(ro,no_root_squash,sync)
> /var/opt/ltsp/swapfiles               
> 10.5.112.0/255.255.255.0(rw,no_root_squash,async)

I would export /opt/ltsp/i386 ro,no_root_squash,aync.  It's mounted ro,
so there's nothing to sync.  Although async shouldn't matter, there is
anecdotal evidence that is gives slightly better performance.

With /var/opt/ltps/swapfiles, a dropped UDP packet will corrupt your
swap if you don't export it sync.  I would change it to
rw,no_root_squash,sync.

-- 
David Johnston <[EMAIL PROTECTED]>
Little Bald Consulting, LLC


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to