Make an ISO Image in Linux
To make an iso image from a disc in Linux, first put the disc in your drive.
If it mounts, umount the disc but leave it in the drive.
Then issue:
dd if=/dev/cdrom of=~/image.iso
Done!
No related posts.
No Comments.

