 |
Writing CDs is a two stage process:
Mount the CD and verify the data
- TYCHO is unique because the automatic volume mounting daemon has
been disabled. The automatic volume mounting daemon, vold, cannot
properly handle a CD writer. This means that CDs do not automatically
mount after being inserted.
- To mount an hsfs CD on tycho:
% cdmount
- To unmount an hsfs CD on tycho:
% cdunmount
- To eject a CD on tycho:
cdrecord -eject
Or, just press the eject button on the writer.
- Other Solaris and Linux computers are running an automatic volume
mounting daemon. Simply insert the CD into the drive and it
will automatically mount onto the directory /mnt/cdrom.
If the disk was just written, you may have to run
the mount command or eject then re-insert the CD.
% mount /mnt/cdrom
To unmount a CD:
% eject cdrom
Delete the ISO file
- Now that you have verified that your data has been written
successfully, please delete your ISO file.
Created by
Cheryl Southard.
|