shim.gif Clark University Math and Computer Science Department Worcester MA
  HomeWelcomeFacultyCoursesJoin UsResourcesAnnouncements
shim.gif

Using CD-ROM and Floppy Devices


Mounting Disks
When you insert a CD-ROM or floppy disk into a computer running Linux, you must tell Linux to mount the disk. This can be done either from the command line or from KDE.

Mounting with KDE
  1. Insert the CD-ROM or Floppy Disk into the drive.
  2. Click on the buttons on the desktop mount the disk (as shown in Figure 1).

  3. Figure 1: Floppy Device icon  Figure 1: CDROM Device icon
    Figure 1: The Floppy and CDROM Device icons on your desktop

  4. IMPORTANT: When you are done using the drives, you must unmount the drives. Do this by right-clicking on the buttons on the desktop and choosing "unmount".
  5. You may now take out the disk.
Mounting with the Command Line
  1. Open up a Command Line program (rxvt, konsole, xterm, etc).
  2. Type in mount /cdrom to mount the cdrom; type in mount /floppy to mount the floppy drive (make sure the CD or disk is in the drive).
  3. You can change to the directory of the disk by typing cd /cdrom or cd /floppy and typing ls to list the contents.
  4. IMPORTANT: When you are done using the drives, you must unmount the drives. Do this by typing umount /cdrom or umount /floppy.
  5. You may now take out the disk.
 
Contact the Webmaster at jbreecher at clarku.edu