Rony,
From the net I found a command to copy a cd into an iso file.
dd if=/dev/cdrom of=file.iso
This has to be given to an unmounted disc. However I got a series of continuous errors when running the command and the operation failed. What could have gone wrong?
You may want to look out for the right byte select option. Usually it is bs=512 so your command would look something like dd if=/dev/cdrom of=file.iso bs=512
In any case have a look at this URLs :
http://www.ccp14.ac.uk/ccp14admin/linux-server/iso_images_to_dvdram/ http://www.cpqlinux.com/dd-resize.html
Thanks & Regards, Mitul Limbani, Founder & CEO, Enterux Solutions, The Enterprise Linux Company (TM), www.enterux.com