Re: iso file from a cd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



arora.himanshu@xxxxxxxxx wrote:
Hi,
I want to create an iso file of a CD in linux. The use of the command cat /dev/cdrom > file.iso is not woriking nither I am able to mount the CD. It is giving Input/Output error. But gnome-cd is able to play the cd. How should I do this ?

Himanshu


You should be able to do this:
	dd if=/dev/cdrom of=~/file.iso

You can probably speed up the copying with the bs option, but I don't use this very often, so I'm a bit rusty, so I'd suggest you read up dd's man file.

You may come up with problems since you can't mount the cd, but that is only a wild guess, so...

Hope this helps you,
Justin Willmert


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux