Command to make a CD/DVD ISO Image in Linux with dd
Tagged with: cd, command, dd, dvd, image, iso, Linux
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]
Follow me(@binnyva) on Twitter
January 29th, 2009 00:08
FYI dd is making a copy of an existing iso9660 file structure from the CD to the output file, dd can not create an iso9660 image from scratch.