We have retasked a machine to be the new multimedia machine. It includes these resources:
The Jaz drive supports 1GB capacity media; the Zip drive supports both 250MB and 100MBb capacity. Users (or research budgets) will have to provide their own media.
The DVD-RW drive supports the following write operations:
| Write | Read | ||
|---|---|---|---|
| Media | Speed | Media | Speed |
| DVD-R 4X | 4X | DVD-ROM (single) | Maximum 12X CAV |
| DVD-R | 2X | DVD-ROM (dual) | Maximum 8X CAV |
| DVD-R | 1X | DVD-R | Maximum 6X CAV |
| DVD-RW 2X | 2X | DVD-RW | Maximum 6X CAV |
| DVD-RW | 1X | CD-ROM | Maximum 32 CAV |
| CD-R | 16x,12X,8X,4X | CD-R | Maximum 32 CAV |
| CD-RW1,2 | 8X,4X | CD-RW | Maximum 32 CAV |
| CD-DA | Maximum 32 CAV | ||
| Video-CD | 4X CLV | ||
When using any disks on Unix systems, you need to mount disks before using them, and unmount them when you are finished.
If you have your own magnetic media, you may mount them as a
user with the mount command. An example
of mounting the Zip disk is:
mount /mnt/zip250.0
Mounting a Jaz disk:
mount /mnt/jaz1g.0
Mounting a floppy disk:
mount /mnt/floppy
Mounting a CDROM:
mount /mnt/cdrom0
The first argument to the mount command is the path in the filesystem to the magnetic media.
In this section, we talk about the steps necessary to actually generate an ISO image (data CD or data DVD) and the nuances associated with writing each type of media.
We do not cover the reading and writing of audio or video CDs or
video DVDs. Users interested in making multimode CDs or audio CDs are
directed to the man pages for programs such as
cdparanoia,
cdrecord,
cdrdao. This list is not meant to be
comprehensive but a starting point for interested users.
/space/myLogin/Data.
[Refer to the Frequently asked questions section on where to place your files on the local machine]
/space/myLogin/Data.
mkisofs command to make the
ISO9660 (CD) image that you will later write to the CD or DVD. Make sure
that the path that you specify for the ISO image does not fall under /space/myLogin/Data (you might put it in
/space/myLogin/isoImages).
mkisofs -J -r /space/myLogin/Data > /path/to/yourCDimage.iso
cdrecord
There are various options for writing out to media. You should
select the appropriate selection based on what media you are using.
Note that the cdrecord prorgram sometimes
needs to reload the media, so do not be alarmed if the CD tray goes in
and out before the actual burn starts.
The commands as we have given them below will eject the media after it has been written.
cdrecord -v -eject /path/to/yourCDimage.iso
or, if your media is too slow and the drive did not detect this, use a command like this:
cdrecord -v -eject -speed=4 /path/to/yourCDimage.iso
This is just about the same as writing a CD-R except that if the media has been previously written to, you will have to blank it first. There are a few options for this (refer to the man page for the complete story), but for data CDs the most common options will be "fast" or "all".
cdrecord -v blank=all
Note that using the fast option does not blank the previous data from the CD-RW, but just the directory information. Using the fast option does not preclude an interested party from obtaining older data that may not be overwritten. The "all" option is slower but more secure. It is the recommmendation of the ISRL staff that for people intending to use re-writable media as archival media that they use the "all" option.
Once you have a blank CD-RW, follow the instructions for a CD-R above.
dvdrecord program
will eject the DVD when it is done. DVD media should auto-detect
the proper speed.
dvdrecord -v -eject /path/to/yourDVDimage.iso
dvdrecord -v blank=fast -eject
The inclined user is encouraged to read the manual pages for the
mkisofs,
cdparanoia,
cdrdao, and
cdrecord commands to learn more about how one
can potentially make more interesting variants of CDs or DVDs. When
using cdrdao, the proper device to use is /dev/sg2.
/space directory. Be sure to look
for a README file in that directory and follow any directions in
that file.
cdrecord command above.
Here are some step-by-step instructions for scanning in an image.