Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / doc / wodim / README.clone
1 Hints for how to copy a CD using the clone method:
2
3 Step 1 (read master CD):
4
5         Call "readcd dev=b,t,l -clone f=somefile" and the files
6
7         somefile
8         and
9         somefile.toc
10
11         will be generated.
12
13         If the disk contains many sectors that are unreadable by intention,
14         call "readcd dev=b,t,l -clone -nocorr f=somefile" 
15
16
17 Step 2 (write copy):
18
19         Call "wodim dev=b,t,l -raw96r -clone -v somefile"
20
21 If wodim complains that your drive does not support -raw96r, but the
22 drive is able to do clone writing at all, then wodim will propose you
23 a different write mode that works with the drive.
24
25 Source: README.clone from cdrtools package
26 Edited for cdrkit by Christian Fromme <kaner@strace.org>
27