| Post Title | Posted | Description |
|---|---|---|
Parent Directory
|
||
| Duplicating a CD using dd | 2006-03-23 09:20 | No more unusable old disks - make a copy while new |
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.
This website is powered by Wordpress
Leave a Comment