Help: Removable Media

Removable Media for Linux:

The C012 Linux lab supports floppy disks, CDs, CD burning, and USB thumb drives on all machines.

Floppy Disks and USB Thumb Drives:
  • Accessing: Whenever a floppy disk or USB drive is inserted into the computer, an icon on the desktop will be created for the device. Double clicking the icon will open a window in which you can explore the contents of the device.
  • Writing: To write to your media, copy or create files in the window as you normally would in any other directory. Keep in mind the changes may not be written to the disc until it is unmounted.
  • Removing: Before removing the device be sure to unmount it; this is an important step to prevent data loss. To unmount a device, right click the icon on the desktop and click "Unmount Volume"

CD-ROMs
  • Accessing: To access the files on a CD-ROM, click the desktop icon that is created when the CD-ROM is inserted. You can browse the contents of the CD-ROM inside of this window. Note: If the CD contains anything that can be automatically run, a prompt will open asking if you would like to run it.
  • Writing: When a blank CD-ROM is inserted into the CD-ROM drive, a window should automatically open up showing the (currently empty) contents of the CD. Drag any files to be written to the CD into this window, and click the "Burn" button to begin burning.
  • Burning an ISO: To burn an ISO to disc, right click the target ISO and click "Write to Disc"
  • Creating an ISO to Burn: Create a directory to collect all the files for ISO creation. Open a terminal and cd to the directory. Once in the directory, type mkisofs -RrlJV "My CD" -o /opt/pub/spool/examplecd.iso, where My CD is a descriptive name of the CD, and examplecd.iso is the name for your ISO image.

Advanced Information
  • Mount Point: Devices are mounted in the /media folder by their name. For example, if you mount the CD "MyCD", the device will be mounted at /media/MyCD/