Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:department:unix:removable_media [2007/11/27 15:21] – clayton | computing:department:unix:removable_media [2010/05/18 14:20] (current) – allan | ||
---|---|---|---|
Line 4: | Line 4: | ||
====== Removable Media ====== | ====== Removable Media ====== | ||
- | To access | + | To access data CDs and hot-plugged USB storage devices |
- | mount / | + | When finished, you should dismount the device prior to removing it by either right clicking on the desktop icon or using the File menu of its file listing, and then selecting Unmount. |
- | or | + | Note, however, that on our newer Linux installs running SL5 this will only happen when running under a graphical environment. For devices to be automatically mounted while at the console, start the " |
- | mount / | + | |
- | depending on whether your workstation is fitted with a CD-ROM or CD burning drive. | + | This forks by itself into the background and will now mount devices into /media for you. |
- | The CD contents will then be accessible under that directory name. When finished, you should dismount the device (eg "'' | + | ===== Burning CDs ===== |
- | You can also use hot-plugged firewire or USB storage devices. The device should mount automatically, | + | For CD/DVD burning, we recommend |
- | + | ||
- | When finished, you should dismount the device prior to removing it by either right clicking on the desktop icon or using the File menu of its file listing, and then selecting Unmount. | + | |
- | + | ||
- | ===== Burning CDs ===== | + | |
- | For CD/DVD burning, we recommend using **cdrecord** for basic burning of ISO images, or **k3b** for more advanced | + | From the command line, you can also use '' |