Duplicating a CD using dd
This works beautifully no matter what kind of protection a CD might have. I'm not suggesting this for breaking copyright laws, just so that you can play your favorite game from a CD forever, without ruining the original disk. So here's the complicated process explained step-by-step:
Create an ISO file:
dd if=/dev/hdc1 of=$HOME/yourcd.iso
And then burn another CD using this ISO file using your favorite CD-burning software.
Leave a Comment