aboutsummaryrefslogtreecommitdiff
path: root/man/diff-dd.5
blob: 9909e8cd8dfafd06954253aa3c1c92960396b54e (plain)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.TH DIFF-DD 5

.SH NAME
diff-dd \- the file formats

.SH DESCRIPTION
This manual page describes the current and the previous formats of \%diff-dd\:
differential images.

.SS Format v1
.I s
is a sector size in bytes specified by the user on the command line when the
image was being created.
.I s
is greater or equal 1.

.I i
is an index of data in a differential image starting from 0.

The offsets are 64-bit little-endian.

.TS
tab(;) allbox;
l l l
l l l
l l l
l l l
l l l
l s s
l l l.
T{
.B Offset (bytes)
T};T{
.B Size (bytes)
T};T{
.B Description
T}
.\"
0;8;Offset of data 0 in the output file
8;T{
.I s
T};Data 0
.\"
T{
8 +
.I s
T};8;Offset of data 1 in the output file
T{
16 +
.I s
T};T{
.I s
T};Data 1
.\"
\[char46]\[char46]\[char46]
T{
(8 +
.I s
) *
.I i
T};8;T{
Offset of data
.I i
in the output file
T}
T{
(8 +
.I s
) *
.I i
+ 8
T};T{
.I s
T};T{
Data
.I i
T}
.TE