This chapter contains information on CD-writing utilities in Linux.
Additional sources of information include:
The Cdrtools package contains CD recording utilities. These are useful for reading, creating or writing (burning) Compact Discs.
Download (HTTP): http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-2.01.tar.bz2
Download (FTP): ftp://ftp.berlios.de/pub/cdrecord/cdrtools-2.01.tar.bz2
Download MD5 sum: d44a81460e97ae02931c31188fe8d3fd
Download size: 1.4 MB
Estimated disk space required: 21 MB
Estimated build time: 0.55 SBU
Installation of Cdrtools will fail if raw kernel headers are found in /usr/src/linux either as actual files or a symlink. As of the Linux 2.6 kernel series, this directory should no longer exist because appropriate headers were installed in the linux-libc-headers package during the base LFS installation.
Install Cdrtools by running the following commands:
make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root
Now, as the root user:
make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install
INS_BASE=/usr: This parameter moves the install directory from /opt/schily to /usr.
DEFINSUSR=root DEFINSGRP=root: These parameters install all programs with root:root ownership instead of the default bin:bin.
converts Compact Disc audio into WAV sound files.
records audio or data Compact Discs.
is a diagnostic program used to dump an ISO-9660 device or file in hex.
is used to display the command-line parameters used to create an ISO-9660 image.
is a diagnostic program used to dump a device or file based on ISO-9660.
is used to analyze or list an ISO-9660 image.
is used to verify an ISO-9660 image.
is a symbolic link to mkisofs used to create ISO-9660/HFS hybrid filesystem images.
is used to create ISO-9660/JOLIET/HFS filesystem images, optionally with Rock Ridge attributes.
reads or writes Compact Discs.
is a remote SCSI manager.
is used to check and verify the Application Binary Interface of libscg.
is a highly portable SCSI transport library.