Hi, On Samstag, 10. Januar 2004 19:41, Anselm Martin Hoffmeister wrote: > [EMAIL PROTECTED] schrieb: > > the like, so I would expect that after loading the necessary modules, I > > would > > be able to mount cd-roms like I normally would under Linux. I tried > > loading > > the ide-cd (and even the ide-disk) module, but there are no > > /dev/hd[a,b,c,d] > > entries in the /dev directory. > > Try creating /dev/hda etc. with mknod (man mknod). You will probably use > it like this: > � � mknod /dev/hda b 3 0 > � � mknod /dev/hdb b 3 64 > � � mknod /dev/hdc b 22 0 > � � mknod /dev/hdd b 22 64
That was exactly it, thank you very much! > and then > � � mkdir /cdrom > � � mount -t iso9660 /dev/hdc /cdrom -o ro > should work, in case your CD-ROM-Drive is secondary master. Not quite, because the / is a read-only filesystem as seen from the client. So there is no way to create a /cdrom directory at that level from a client's view. But I was able to solve this one on my own: I created the directory in the ltsp tree on the server, and now the client can mount the CD-ROM. Thanks again for the quick help! Sebastian PS: My messages to the list that I send with kmail never get through to the list. I get a mail saying that my message is being subject to moderation because of a suspicious header, but nobody seems to be moderating the message because it is neither rejected nor forwarded to the list. I am resending the message using another mail client in the hope that it will go through. ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _____________________________________________________________________ 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
