Tagged Questions
3
votes
2answers
479 views
If I dd a CDROM, then I always get the exact copy of the CDROM?
If I:
dd if=/dev/cdrom of=cdrom.iso
then I will always get the exact same, bit-by-bitly same image that is the same as the original CDROM?
Or are there any methods that prevents copying all the ...