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). Use 'none' to dis‐
52 able transparent decompression of gzipped disc images (for exam‐
53 ple, the Slackware installer rootdisks).
54
55 auto Detect from the first few bytes of the file. This is the
56 default.
57
58 sq Huffman coded (SQ / USQ).
59
60 gz Gzipped (gzip / gunzip).
61
62 bz2 Burrows-Wheeler compressed (bzip2 / bunzip2).
63
64
65 -ocomp COMP
66 Select the compression to be used on output. Compression methods
67 are as for -icomp, except that bz2 cannot be used.
68
69
70 -iside SIDE
71 Determines which side (0 or 1) of the source disc is to be read
72 from.
73
74
75 -oside SIDE
76 Determines which side (0 or 1) of the destination disc is to be
77 written to.
78
79
80 -idstep
81 Double-step the source drive (used to read 360k discs in 1.2Mb
82 drives). Only supported by the Linux floppy driver.
83
84
85 -odstep
86 Double-step the destination drive (used to write 360k discs in
87 1.2Mb drives). Only supported by the Linux floppy driver.
88
89
90 -retry COUNT
91 Set the number of times to attempt a read/write/format in case
92 of error.
93
94
95 -format FMT
96 Do not autodetect the disc format; use the named format.
97 dskdump does not make extensive use of the disc format; it is
98 chiefly used to provide a guess at the number of tracks to dump.
99
100
101 -first CYL
102 Start copying at the specified cylinder. Cylinders prior to this
103 will not be formatted or written.
104
105
106 -last CYL
107 Copy up to and including the specified cylinder.
108
109
110 -odstep
111 Double-step the destination drive (used to write 360k discs in
112 1.2Mb drives). Only supported by the Linux floppy driver.
113
115 dsktrans(1)
116
118 John Elliott <seasip.webmaster@gmail.com>.
119
120
121
122Version 1.5.9 17 September 2018 dskdump(1)