Tuesday, January 6, 2009
How To Make ISO image from CD
Posted on 12:04 PM by Unknown
Use following command to create ISO image of CDNote: /dev/hdc is my cdrom device 1. dd if=/dev/hdc of=/home/tux/example.iso bs=2048 conv=notrunc — OR –2. cat /dev/hdc > /home/tux/example.iso Both commands do exactly the same, but the first one might be easier to remember.----------------
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment