[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
and then
mkdir /cdrom
mount -t iso9660 /dev/hdc /cdrom -o ro
should work, in case your CD-ROM-Drive is secondary master.


(Just for the californian residents among us, I should probably say "...your CD-ROM-Drive is secondary channel first device" :-)

Gru�,
Anselm






------------------------------------------------------- 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

Reply via email to