How do I access a cdrom disk?
The cdrom drives in our lab machines are setup to use the automounter. The automounter will automatically mount the drive for you when you access it, and unmount it when it is not being used. The cdrom will be automatically mounted under /cdrom once you access that directory. You can use most normal Ext2fs (linux) file commands on the cdrom then. Since a cdrom is read-only, commands to write to the device will not work. cd /cdrom cp /cdrom/file.txt ~/file.txt cd /temp/myspace ; tar -xf /cdrom/archive.