Making an ISO of a CD
isoinfo -d -i /dev/cdromMake note of “blocksize” and “count”
dd if=/dev/cdrom bs=blocksize count=count of=/path/to/image.iso
A scratchpad of useful tips
isoinfo -d -i /dev/cdromMake note of “blocksize” and “count”
dd if=/dev/cdrom bs=blocksize count=count of=/path/to/image.iso