1dskconv(1) Emulators dskconv(1)
2
3
4
6 dskconv - Convert a disc image file from one format to another
7
9 dskconv [-itype TYPE] [-otype TYPE] [-icomp COMP] [-ocomp COMP] [-for‐
10 mat FMT] INPUT-IMAGE OUTPUT-IMAGE
12 Dskconv converts a disc image file from one format to another. Unlike
13 dsktrans(1) it can handle files where different tracks have different
14 sector layouts; however, it cannot handle copying to/from devices that
15 are not disc image files (such as floppy drives or rcpmfs directories).
16 See dsktrans(1) for a more general copy, and dskdump(1) for a slower
17 but more accurate copy which may preserve more of these details.
18
20 -itype TYPE
21 Determines which driver is to be used to read from the source
22 disc. Some examples are:
23
24 auto Select according to the disc image file. This is the
25 default.
26
27 dsk Use the DSK (CPCEmu format) image driver.
28
29 edsk Use the extended version of the DSK format.
30
31 floppy Use the floppy driver.
32
33 ntwdm (Under Windows 2000 and later) Use Simon Owen's FDRAWCMD
34 floppy driver.
35
36 myz80 Use the hard disk (MYZ80 format) image driver. (This
37 format cannot be autodetected.)
38
39 cfi Use the CFI (DOS fdcopy format) image driver. (This
40 format cannot be autodetected.)
41
42 apridisk
43 Use the ApriDisk image driver (from the utility of the
44 same name). (This format cannot be autodetected.)
45
46 raw Use the raw driver.
47
48 logical Similar to the raw driver, but the resulting disc image
49 contains tracks laid out in logical filesystem order.
50 Mainly used for imaging discs in formats (such as ADFS)
51 where the mapping of tracks to cylinders/heads does not
52 match the way it's done on the PC.
53
54 qm Sydex's CopyQM format
55
56 tele Sydex's Teledisk format
57
58
59 -otype TYPE
60 Determines which driver is to be used to write to the destina‐
61 tion disc. The drivers are as for -itype.
62
63
64 -icomp COMP
65 Select the compression method used on the source disc image file
66 (has no effect when reading a floppy disc). Use 'none' to dis‐
67 able transparent decompression of gzipped disc images (for exam‐
68 ple, the Slackware installer rootdisks).
69
70 auto Detect from the first few bytes of the file. This is the
71 default.
72
73 sq Huffman coded (SQ / USQ).
74
75 gz Gzipped (gzip / gunzip).
76
77 bz2 Burrows-Wheeler compressed (bzip2 / bunzip2).
78
79
80 -ocomp COMP
81 Select the compression to be used on output. Compression methods
82 are as for -icomp, except that bz2 cannot be used.
83
85 dskdump(1), dsktrans(1)
86
88 John Elliott <seasip.webmaster@gmail.com>.
89
90 Darren Salt wrote the man pages.
91
92
93
94Version 1.5.9 17 September 2018 dskconv(1)