Quickest Way To Create ISO Image in GNU/Linux Using Command Line
2009 June 25
I am assuming that you have mount CDROM on your GNU/Linux base
machine, now you want to create ISO image of that CD. Generally people
will do that using a dd command.
person@CREATIVEDESK:/$ dd if=/dev/cdrom of=deepOfix.iso
You can do same thing by using cat
person@CREATIVEDESK:/$ cat /dev/cdrom > deepOfix.iso
That’s all for now…
One Response
leave one →



I have an iso image of rhel 5.1 in my harddisk.
i want to burn it to a compact disc by using dd command.pls tell me the exact command to do the same.
Thanks in advance