1dskid(1) Emulators dskid(1)
2
3
4
6 dskid - identify floppy or disc image file for emulated machines
7
9 dskid [-format FORMAT] [-type TYPE] [-side SIDE] [-comp COMP] [-retry
10 COUNT] DISKIMAGE [DSKIMAGE...]
12 Dskid is a utility which will identify how a disc (or image) is formatā
13 ted. It reports the required driver and various information about the
14 disc geometry.
15
16
18 -type TYPE
19 Determines which driver is to be used.
20
21 auto Select according to the disc image file. This is the
22 default.
23
24 dsk Use the DSK (CPCEmu format) image driver.
25
26 edsk Use the extended version of the DSK format.
27
28 floppy Use the floppy driver.
29
30 myz80 Use the hard disk (MYZ80 format) image driver. (This
31 format cannot be autodetected.)
32
33 cfi Use the CFI (DOS fdcopy format) image driver. (This
34 format cannot be autodetected.)
35
36 raw Use the raw driver.
37
38
39 -retry COUNT
40 Set the number of times to attempt to read the disc in case of
41 error.
42
43
44 -comp COMP
45 Select the compression method used on the source disc image file
46 (has no effect when reading a floppy disc).
47
48 auto Detect from the first few bytes of the file. This is the
49 default.
50
51 sq Huffman coded (SQ / USQ).
52
53 gz Gzipped (gzip / gunzip).
54
55 bz2 Burrows-Wheeler compressed (bzip2 / bunzip2).
56
57
58 -side SIDE
59 Determines which side (0 or 1) of the disc (image) is to be
60 identified.
61
62
64 John Elliott <seasip.webmaster@gmail.com>.
65
66 Darren Salt wrote the man pages.
67
68
69
70Version 1.5.9 17 September 2018 dskid(1)