Jun
16
2011

Create ISO from CD DVD on Ubuntu

To create an iso from a cd/dvd.

1. Put the disc into the drive.
2. Use the command

cat /dev/cdrom > ~/disc.iso

Or use K3B to create iso , or the command mkisofs

Popularity: 1% [?]

Leave a comment