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] [-fat12] 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
66 -pcdos Create an empty PCDOS (FAT12) filesystem on the disc image.
67
68
69 -apricot
70 Create an empty Apricot MSDOS filesystem on the disc image.
71
73 pcw180 PCW or IBM; 180K. This is the default format.
74
75 cpcsys CPC or +3 System
76
77 cpcdata CPC or +3 Data
78
79 pcw720 PCW or IBM 720K
80
81 pcw1440 PCW16 or IBM 1440K
82
83 ibm160 ibm320 IBM 160K or 320K (CP/M-86 or DOSPlus)
84
85 ibm360 IBM 360K (DOSPlus)
86
87 ibm720 ibm1200 ibm1440
88 IBM 720K, 1200K or 1440K (144FEAT)
89
90 acorn160 acorn320 Acorn ADFS 'S' or 'M'
91
92 acorn640 Acorn ADFS 'L'
93
94 acorn800 Acorn ADFS 'D' and 'E'/'E+'
95
96 acorn1600 Acorn ADFS 'F'/'F+'
97
98 pcw800 PCW 800K (XCF2DD)
99
100 pcw200 PCW 200K (XCF2)
101
102 bbc100 BBC Micro DFS (single sided, 40 tracks)
103
104 bbc200 BBC Micro DFS (single sided, 80 tracks)
105
106
108 John Elliott <seasip.webmaster@gmail.com>.
109
110 Darren Salt wrote the man pages.
111
112
113
114Version 1.5.9 17 September 2018 dskform(1)