Chris,
to do NFS over tcp, you'd need to set the option like this:
MOPTS="nolock,ro,wsize=8192,rsize=8192,proto=tcp"
The linuxrc script is looking for the 'MOPTS' variable to pass to the
mount command. You need to also pass the other options, because with
MOPTS, it's all or nothing. That is, you either need to pass all of the
required options (nolock,ro,wsize,rsize) or NOT send a MOPTS option at all.
As for doing the nfs swap over tcp, i've never tried it, but it might be
possible. You'd have to modify the rc.sysinit script to add the options
to the mount command.
Jim McQuillan
[EMAIL PROTECTED]
Chris Fanning wrote:
Hi all,
I'd like to mount the terminal root filesystem using tcp (instead of udp).
I've tried editing
/tftpboot/lts/2.4.26-ltsp-3/pxelinux.cfg/default to add proto=tcp but
that doesn't seem to work.
How is this done?
I'd also like to mount the nfs-swaps via tcp too.
Has anyone done that?
Thanks for any help.
Chris.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
_____________________________________________________________________
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
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_____________________________________________________________________
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