I can't be sure here, but I seem to be seeing a lot of mistakes being made here. With my Mandrake and Red Hat systems, the way I mount CDs (or floppies for that matter) is to su to root, then:
# mount /dev/cdrom /mnt To later unmount the CD:
# umount /mnt
That whitespace absolutely needs to be in there as BASH uses whitespace as a delimiter. Also, you can't mount
anything unless you give it a mount point. Otherwise, all you get is errors. Any way, that's how I handle these operations in Linux: from the command line.
Powered by GNU/Linux
If software can be free, why can't dolphins?
[ March 20, 2002: Message edited by: jtpenrod ]