> Now, Tom, just one more question. We all know how to > mount devices like floppies (/dev/fd0) or hard drives > (/dev/hda1), etc. Is there an easy way to access a > standard IDE CD-ROM drive from tomsrtbt.
A quick perusal of "man mount" or http://www.linuxdocs.org/ is probably in order, it occurs to me that the kernel automount daemon might be a bad thing if people have forgotten how to mount a CD... Something like: mount /dev/hdc /cdrom -Tom
