| Command |
Description |
|
# cd-paranoia -B |
rip audio tracks from a CD to wav files [man] |
|
# cd-paranoia -- |
rip first three audio tracks from a CD to wav files [man] |
|
# cdrecord -v gracetime=2 dev=/dev/cdrom -eject blank=fast -force |
clean a rewritable cdrom [man] |
|
# cdrecord -v dev=/dev/cdrom cd.iso |
burn an ISO image [man] |
|
# gzip -dc cd_iso.gz | cdrecord dev=/dev/cdrom - |
burn a compressed ISO image [man] |
|
# cdrecord --scanbus |
scan bus to identify the channel scsi [man] |
|
# dd if=/dev/hdc | md5sum |
perform an md5sum on a device, like a CD [man] |
|
# mkisofs /dev/cdrom > cd.iso |
create an iso image of cdrom on disk [man] |
|
# mkisofs /dev/cdrom | gzip > cd_iso.gz |
create a compressed iso image of cdrom on disk [man] |
|
# mkisofs -J -allow-leading-dots -R -V |
create an iso image of a directory [man] |
|
# mount -o loop cd.iso /mnt/iso |
mount an ISO image [man] |