1dskform(1) Emulators dskform(1)
2
3
4
6 dskform - floppy or image file formatter for emulated machines
7
9 dskform [-format FORMAT] [-type TYPE] [-side SIDE] [-comp COMP] [-retry
10 COUNT] DISKIMAGE
12 Dskform is a formatter which formats floppy discs or disc images for
13 use with emulated machines such as the ZX Spectrum +3, Amstrad CPC, and
14 various Acorn machines. It does not create a filesystem on the disc or
15 image.
16
18 -format FORMAT
19 Specifies a disc format to use. See the section DISK FORMATS for
20 more information.
21
22
23 -type TYPE
24 Determines which driver is to be used to format the disc or
25 image.
26
27 auto Select according to the disc image file. This is the
28 default.
29
30 dsk Use the DSK (CPCEmu format) image driver.
31
32 edsk Use the extended version of the DSK format.
33
34 floppy Use the 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 (used for archiving Apri‐
44 cot floppies). (This format cannot be autodetected.)
45
46 raw Use the raw driver.
47
48 -comp COMP
49 Compress the disc image that is being generated (has no effect
50 when formatting a real floppy disc).
51
52 sq Huffman compressed (SQ / USQ).
53
54 gz Gzipped (gzip / gunzip).
55
56
57 -retry COUNT
58 Set the number of times to attempt a format operation in case of
59 error.
60
61
62 -side SIDE
63 Determines which side (0 or 1) of the disc is to be formatted.
64
65
67 pcw180 PCW or IBM; 180K. This is the default format.
68
69 cpcsys CPC or +3 System
70
71 cpcdata CPC or +3 Data
72
73 pcw720 PCW or IBM 720K
74
75 pcw1440 PCW16 or IBM 1440K
76
77 ibm160 ibm320 IBM 160K or 320K (CP/M-86 or DOSPlus)
78
79 ibm360 IBM 360K (DOSPlus)
80
81 ibm720 ibm1200 ibm1440
82 IBM 720K, 1200K or 1440K (144FEAT)
83
84 acorn160 acorn320 Acorn ADFS 'S' or 'M'
85
86 acorn640 Acorn ADFS 'L'
87
88 acorn800 Acorn ADFS 'D' and 'E'/'E+'
89
90 acorn1600 Acorn ADFS 'F'/'F+'
91
92 pcw800 PCW 800K (XCF2DD)
93
94 pcw200 PCW 200K (XCF2)
95
96 bbc100 BBC Micro DFS (single sided, 40 tracks)
97
98 bbc200 BBC Micro DFS (single sided, 80 tracks)
99
100
102 John Elliott <jce@seasip.demon.co.uk>.
103
104 Darren Salt wrote the man pages.
105
106
107
108Version 1.2.1 23 January 2008 dskform(1)