CD-ROM Doesn't Read Files

Question:CD-ROM Doesn't Read Files

Answer: Did you mount the cdrom with 'mount /dev/hd<x> /mnt/cdrom', where 'x' is the drive letter. Usually, x=c, so the full command would be, 'mount /dev/hdc /mnt/cdrom.'
Now that I've told you that.....you will need to know this too.....you have to unmount the cdrom. The command is much the same......'umount /mnt/cdrom.' Notice that the command isn't unmount. It's umount. No 'n' in it.