1dskscan(1) Emulators dskscan(1)
2
3
4
6 dskscan - Scan a floppy disc for sector headers
7
9 dskscan [-type TYPE] [-side SIDE] [-comp COMP] [-dstep] [-retry COUNT]
10 [-format FMT] [-first CYLINDER] [-last CYLINDER] [-xml] DISKIMAGE
12 Dskscan scans a floppy disc (or a disc image) and prints any sector
13 headers that it finds. It does not attempt to read the sectors.
14
16 -type TYPE
17 Determines which driver is to be used to read from the disc.
18
19 auto Select according to the disc image file. This is the
20 default.
21
22 dsk Use the DSK (CPCEmu format) image driver.
23
24 edsk Use the extended version of the DSK format.
25
26 floppy Use the floppy driver.
27
28 myz80 Use the hard disk (MYZ80 format) image driver. (This
29 format cannot be autodetected.)
30
31 cfi Use the CFI (DOS fdcopy format) image driver. (This
32 format cannot be autodetected.)
33
34 apridisk
35 Use the ApriDisk image driver (from the utility of the
36 same name). (This format cannot be autodetected.)
37
38 raw Use the raw driver.
39
40
41 -comp COMP
42 Select the compression method used on the source disc image file
43 (has no effect when reading a floppy disc).
44
45 auto Detect from the first few bytes of the file. This is the
46 default.
47
48 sq Huffman coded (SQ / USQ).
49
50 gz Gzipped (gzip / gunzip).
51
52 bz2 Burrows-Wheeler compressed (bzip2 / bunzip2).
53
54
55 -side SIDE
56 Determines which side (0 or 1) of the source disc is to be
57 scanned. If this option is not present both sides will be
58 scanned.
59
60
61 -dstep Double-step the source drive (used to read 360k discs in 1.2Mb
62 drives). Only supported by the Linux floppy driver.
63
64
65 -retry COUNT
66 Set the number of times to attempt a read/write/format in case
67 of error.
68
69
70 -format FMT
71 Do not autodetect the disc format; use the named format. The
72 format need only be an approximation to the actual format used
73 by the disc.
74
75
76 -first CYL
77 Start scanning at the specified cylinder.
78
79
80 -last CYL
81 Scan up to and including the specified cylinder.
82
83
84 -xml Output results as XML rather than as text; if you are launching
85 dskscan from another program which then parses what dskscan
86 prints, this may be easier for it to cope with.
87
88
90 John Elliott <jce@seasip.demon.co.uk>.
91
92
93
94Version 1.2.1 23 January 2008 dskscan(1)