Tag: cd

Rip Audio CD to Wav

Rip audio tracks from a CD to wav files cd-paranoia -B

Burn Compressed ISO Image

Burn a compressed ISO image gzip -dc cd_iso.gz | cdrecord dev=/dev/cdrom

Identify Channel SCSI

Scan bus to identify the drives cdrecord –scanbus

Burn an ISO image

Burn an ISO image cdrecord -v dev=/dev/cdrom cd.iso

Create ISO Image of a Folder

Create an iso image of a directory mkisofs -J -allow-leading-dots -R -V “Label CD” -iso-level 4 -o ./cd.iso data_cd

Apt using CD/DVD

Install / upgrade a deb package from cdrom/dvd apt-cdrom install package_name

Command to io to Previous Folder

Go back to the previous folder cd –

Linux Command to Erase Rewritable CD

Erase a Rewritable Disk cdrecord -v gracetime=2 dev=/dev/cdrom -eject blank=fast -force

Create CD Image

These commands can be used to create an image of a CD/DVD/HDD. You can also use some GUI tool like…

Command to make a CD/DVD ISO Image in Linux with dd

This command can be used to create an image of a CD/DVD/HDD. You can also use some GUI tool like…