Create ISO Image on Linux
First make sure that the disk is not mounted. If it is mounted, umount it.
Then use the dd command:
# dd if=/dev/cdrom of=/path/to/store/image.iso
That’s okay, very easy and fast.
Updated on Feb. 10, 2010.
First make sure that the disk is not mounted. If it is mounted, umount it.
Then use the dd command:
# dd if=/dev/cdrom of=/path/to/store/image.iso
That’s okay, very easy and fast.
Updated on Feb. 10, 2010.