Blogger Jateng

create iso & burn in to DVD using linux command line

create ISO
dd if=/dev/hda of=/DVD_image.iso

Burning
dd if=/tmp/DVD_image.iso of=/dev/hda

Post a Comment for "create iso & burn in to DVD using linux command line"