1CCD2ISO(1) User Commands CCD2ISO(1)
2
3
4
6 ccd2iso - convert IMG format to ISO format
7
9 ccd2iso [FOO.IMG] [BAR.ISO]
10
12 ccd2iso converts FOO.IMG to ISO format and writes the result to
13 BAR.ISO. If fewer arguments than expected are given, ccd2iso will
14 print its help message and quit. If more arguments than expected are
15 given, ccd2iso will silently ignore them and use only the first two
16 arguments.
17
18 IMG files are raw-data copies of optical media, generated primarily by
19 the Windows application CloneCD, and are primarily used to store CDs
20 with odd properties, such as sectors which need to have read errors
21 when read. Conversion to ISO format removes this information, as ISO
22 format does not support this.
23
24 IMG files almost always include a SUB file, which contains additional
25 data for the disc format, and a CCD file, which is a plaintext configuā
26 ration file describing the disc layout. ccd2iso does not make use of
27 these files, but the applications which generate them expect them to
28 have the same FOO prefix as the IMG file.
29
31 ccd2iso currently only copies the first session of multisession discs,
32 as well as outputting a harmless warning of Unrecognized sector mode.
33
34 ccd2iso utterly ignores the additional data in CCD or SUB files.
35
37 mdf2iso(1), nrg2iso(1)
38
40 This manual page was written by Rich Ercolani <rercola@acm.jhu.edu>,
41 for the Debian GNU/Linux distribution (but it may, of course, be used
42 by others), because the original program lacked a manual page. It may
43 be distributed under the same terms as ccd2iso, the GNU GPL version 2
44 or later, at your option.
45
46
47
48ccd2iso 0.3 June 2006 CCD2ISO(1)