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

Procedure to create CD/DVD iso image using linux command:
Check the CD/DVD mount location
ls /media or ls /mnt or cat /etc/mtab or cat /etc/fstab
Now insert the media and unmount the same
ex: sudo umount /media/sr0 or /mnt/sdrom
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

No comments:

Post a Comment

Thank You for your Comments, We will read and response you soon...