read, listen, think, write down and do. personal notes & learning journal. here to share ever-IT-hing, enjoy it!
comments wanted, feel free to contact me at author@gadgetxplorer.com
"it's not only about gadgets, it's more about how you can utilize everything you own" - gadgetXplorer.com
Thursday, July 22, 2010
Creating ISO Image Using DD Command
First, put the CD/DVD you want to make image into your optical drive, do not mount that CD/DVD.
If it was mounted automatically, unmount it with this command:
# umount /[mount]/[directory]
Then, do this command to create your ISO:
# dd if=/dev/cdrom of=/tmp/[isoname].iso
if=/dev/cdrom is the source
of=/tmp/[isoname].iso is the filename of the ISO you create
Hi, for all of those who already put comments on my blog post, thanks.. really appreciate it. And for those who have not, just put your comments here :)
No comments:
Post a Comment
Hi, for all of those who already put comments on my blog post, thanks.. really appreciate it. And for those who have not, just put your comments here :)