1dskdump(1) Emulators dskdump(1)
2
3
4
6 dskdump - Sector-level copy from one floppy or image file to another
7
9 dskdump [-itype TYPE] [-otype TYPE] [-iside SIDE] [-oside SIDE] [-icomp
10 COMP] [-ocomp COMP] [-idstep] [-odstep] [-retry COUNT] [-format FMT]
11 [-first CYLINDER] [-last CYLINDER] INPUT-IMAGE OUTPUT-IMAGE
13 Dskdump copies floppy discs or images, optionally converting image
14 types. Unlike dsktrans(1), dskdump can handle discs with different
15 numbers or sizes of sector on different tracks.
16
18 -itype TYPE
19 Determines which driver is to be used to read from the source
20 disc.
21
22 auto Select according to the disc image file. This is the
23 default.
24
25 dsk Use the DSK (CPCEmu format) image driver.
26
27 edsk Use the extended version of the DSK format.
28
29 floppy Use the floppy driver.
30
31 myz80 Use the hard disk (MYZ80 format) image driver. (This
32 format cannot be autodetected.)
33
34 cfi Use the CFI (DOS fdcopy format) image driver. (This
35 format cannot be autodetected.)
36
37 apridisk
38 Use the ApriDisk image driver (from the utility of the
39 same name). (This format cannot be autodetected.)
40
41 raw Use the raw driver.
42
43
44 -otype TYPE
45 Determines which driver is to be used to write to the destina‐
46 tion disc. The drivers are as for -itype.
47
48
49 -icomp COMP
50 Select the compression method used on the source disc image file
51 (has no effect when reading a floppy disc).
52
53 auto Detect from the first few bytes of the file. This is the
54 default.
55
56 sq Huffman coded (SQ / USQ).
57
58 gz Gzipped (gzip / gunzip).
59
60 bz2 Burrows-Wheeler compressed (bzip2 / bunzip2).
61
62
63 -ocomp COMP
64 Select the compression to be used on output. Compression methods
65 are as for -icomp, except that bz2 cannot be used.
66
67
68 -iside SIDE
69 Determines which side (0 or 1) of the source disc is to be read
70 from.
71
72
73 -oside SIDE
74 Determines which side (0 or 1) of the destination disc is to be
75 written to.
76
77
78 -idstep
79 Double-step the source drive (used to read 360k discs in 1.2Mb
80 drives). Only supported by the Linux floppy driver.
81
82
83 -odstep
84 Double-step the destination drive (used to write 360k discs in
85 1.2Mb drives). Only supported by the Linux floppy driver.
86
87
88 -retry COUNT
89 Set the number of times to attempt a read/write/format in case
90 of error.
91
92
93 -format FMT
94 Do not autodetect the disc format; use the named format.
95 dskdump does not make extensive use of the disc format; it is
96 chiefly used to provide a guess at the number of tracks to dump.
97
98
99 -first CYL
100 Start copying at the specified cylinder. Cylinders prior to this
101 will not be formatted or written.
102
103
104 -last CYL
105 Copy up to and including the specified cylinder.
106
107
108 -odstep
109 Double-step the destination drive (used to write 360k discs in
110 1.2Mb drives). Only supported by the Linux floppy driver.
111
113 dsktrans(1)
114
116 John Elliott <jce@seasip.demon.co.uk>.
117
118
119
120Version 1.2.1 23 January 2008 dskdump(1)