-
Notifications
You must be signed in to change notification settings - Fork 2
/
cdpatch.txt
55 lines (39 loc) · 1.51 KB
/
cdpatch.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
cdpatch(1)
==========
:doctype: manpage
NAME
----
cdpatch - CD-XA image insert/extract utility
SYNOPSIS
--------
'Insertion':::
*cdpatch* '-i' 'imagefile' ['-be'|'-boot'|'-d' 'dir'|'-f'|'-le'|'-o'|'-r'|'-v']
'Extraction':::
*cdpatch* '-x' 'imagefile' ['-be'|'-boot'|'-d' 'dir'|'-f'|'-le'|'-o'|'-r'|'-v']
DESCRIPTION
-----------
Inserts or extracts files in-place into CD-ROM images in either .BIN
or .ISO format. Properly handles CD-XA streams from Mode 2 CDs (video
CDs, PlayStation CDs, etc) and patches EDC/ECC data as appropriate.
By default, cdpatch will attempt to insert or extract every file in
the CD image, the same as if you'd specified '-r .'. The '-boot'
option will insert or extract the 32KiB boot sector to a file named
'boot'.
Some CD images may have conflicting sets big- and little-endian
metadata as a platform-specific quirk or copy protection scheme; the
'-be' and '-le' options can be used to override this.
Specifying both '-f' and '-v' will list all file system errors, while
still ignoring them for extraction purposes.
When extracting files with '-x', cdpatch preserves file modification
times when possible.
OPTIONS
-------
*-be*:: Favor big-endian values in ISO-9660 metadata.
*-le*:: Favor little-endian values in ISO-9660 metadata.
*-boot*:: Insert or extract the boot area
*-d dir*:: Set the base directory for inserted or extracted files
(defaults to .)
*-f*:: Skip file system consistency checks
*-o*:: Force overwrite when extracting files
*-r*:: Recurse into subdirectories
*-v*:: Verbose