On Mon, 2003-11-10 at 06:41, Kent Collins wrote: > Pete, > > You are right about about the hard drive parititioning and dd. I've been > toying with mkdosfs and mtools to see if I can work around that. > > However, it's > > > b) Mounts the terminal's hard drive > > that is giving me fits. Using LTSP out of the box, I can't access the > terminal's /dev/hda because it doesn't show up in the dev filesystem on the > terminal and I'm not bright enough to know how to ensure it gets put there. > > I'm going to try going "reverse NFS" this afternoon after classes, i.e. > mounting the terminal's hard drive from the server and pushing the files > instead of pulling.
Kent, to make the workstation's IDE drives appear in /dev, you need to install the IDE kernel modules (they aren't built into the kernel because they aren't used much). There was a discussion about this under "local swap" many months ago; you might find it in the list archives. Try booting to runlevel 3 and running this series of commands: # lsmod # modprobe ide-disk # lsmod Comparing the output from the two "lsmod" runs will show you what modprobe loaded. Once the proper modules are loaded, your local drives will appear in /dev. -David -- David Johnston <[EMAIL PROTECTED]> Little Bald Consulting, LLC ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _____________________________________________________________________ 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
