txt

Linux commands and code snippets collection

  • Home
  • About

Tag Archives: cd

13 Nov

Rip Audio CD to Wav

Rip audio tracks from a CD to wav files


cd-paranoia -B
Binny V A Posted in Command Line, Linux audio, cd, command, filler, Linux, pananoia, rip, wav Leave a comment
11 Nov

Burn Compressed ISO Image

Burn a compressed ISO image


gzip -dc cd_iso.gz | cdrecord dev=/dev/cdrom
Binny V A Posted in Command Line, Linux burn, cd, cdrecord, command, compressed, dvd, filler, gzip, image, iso, Linux Leave a comment
08 Oct

Identify Channel SCSI

Scan bus to identify the drives


cdrecord --scanbus
Binny V A Posted in Command Line, Linux cd, cdrecord, drive, dvd, filler, scanbus Leave a comment
23 Sep

Burn an ISO image

Burn an ISO image


cdrecord -v dev=/dev/cdrom cd.iso 	
Binny V A Posted in Command Line, Linux burn, cd, cdrecord, dvd, iso Leave a comment
27 Jun

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
Binny V A Posted in Command Line, Linux cd, command, dvd, folder, image, iso, Linux, mkisofs 2 Comments
26 Feb

Apt using CD/DVD

Install / upgrade a deb package from cdrom/dvd


apt-cdrom install package_name
Binny V A Posted in Command Line, Linux apt, cd, command, debian, dvd, install, Linux, package Leave a comment
29 Jan

Command to io to Previous Folder

Go back to the previous folder


cd -
Binny V A Posted in Command Line, Linux cd, command, directory, folder, Linux, previous Leave a comment
21 Jan

Linux Command to Erase Rewritable CD

Erase a Rewritable Disk


cdrecord -v gracetime=2 dev=/dev/cdrom -eject blank=fast -force
Binny V A Posted in Command Line, Linux cd, cdrecord, disk, dvd, erase, rewriteable 4 Comments
11 Aug

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 K3B to do this. Use one any of the three commands…


dd if=/dev/cdrom of=cd_image.iso
cat /dev/cdrom >image.iso
readcd dev=device f=image.raw

[tags]cd, command, dd, dvd, image, iso,linux,raw[/tags]

Binny V A Posted in Command Line, Linux cd, command, dd, dvd, image, iso, Linux, raw Leave a comment
13 Jul

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 K3B to do this.

Make sure that the CD is unmounted before running this command


dd if=/dev/cdrom of=cd_image.iso

[tags]cd,dvd,image,iso,dd,linux,command[/tags]

Binny V A Posted in Command Line, Linux cd, command, dd, dvd, image, iso, Linux 3 Comments

Post navigation

← Older posts

Archives

  • October 2017
  • November 2015
  • August 2014
  • November 2013
  • August 2012
  • May 2012
  • March 2012
  • October 2011
  • August 2011
  • January 2011
  • October 2010
  • October 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007

Meta

  • Log in
Fruitful theme by fruitfulcode Powered by: WordPress
↑