Sunday, August 10, 2008

How to create ISO Image from CD/DVD using Linux comand

Procedure to create CD/DVD iso image using linux command:
  1. Check the CD/DVD mount location
    • ls /media or ls /mnt or cat /etc/mtab or cat /etc/fstab
  2. Now insert the media and unmount the same
    • ex: sudo umount /media/sr0 or /mnt/sdrom
  3. Issue following command would create ISO image for the same
    1. dd if= of=
    2. ex: on my system it would be dd if=/dev/sr0 of=/tmp/myimage.iso

1 comment:

prit said...

He Summit,
I am also from Sundar garh, working in SAMSUNG as Linux Engr.
Till now I didn't try this... (iso image creation on command mode)
Let’s hope it will work...

And I am appreciating you.. 1st time ever I saw this wrote by a person from sundargarh...

Keep it up...
Thanks a lot...


Pritam Patel