On Sat, 2005-10-15 at 03:40 +0530, 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 I would first suggest using k3b to create an image file. Alternatively you can use dd to create the iso. "dd if=/dev/cdrom of=filename.iso" would work but likely would be faster if you added a "bs=16384" or similar option to speed the reading. "dd bs=16384 if=/dev/cdrom of=filename.iso" > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list