1createhdf(1) Emulators createhdf(1)
2
3
4
51
6
8 createhdf — Create a blank IDE hard disk image in .hdf format
9
11 createhdf [ -c ] [ -s ] [-v version] cylinders heads sectors file
12
14 createhdf creates a blank image of an IDE hard disk in .hdf format for
15 use with Sinclair ZX Spectrum emulators.
16
18 -c specifies that the .hdf image should be created in `compact'
19 mode, where only the low byte of every word is stored in the
20 image. This is useful for saving space if the hard disk image is
21 for use with an interface which accesses only the low byte of
22 every word.
23
24 -s specifies that the .hdf image should not be created as a sparse
25 file. Normally, createhdf will attempt to create the hard disk
26 image as a `sparse file', where the operating system knows that
27 the file consists mostly of zero bytes and fills those in with‐
28 out using any space in the file. This option disables this.
29 (There's nothing `magic' about this: if data is written to the
30 file, it will take up space just like any other data; it's only
31 empty space which is synthesised by the operating system).
32
33 -v version
34 specifies the version of .hdf image to be created. Valid values
35 are `1.0' for a version 1.0 file and `1.1' for a version 1.1
36 file. Defaults to creating version 1.1 files.
37
38 -h, --help
39 give brief usage help, listing available options.
40
41 -V, --version
42 output version information.
43
44 cylinders
45 specifies the number of cylinders in the image.
46
47 heads specifies the number of heads in the image.
48
49 sectors
50 specifies the number of sectors in the image.
51
52 file specifies the file to which the image should be written.
53
55 None known.
56
58 fuse(1), fuse-utils(1), libspectrum(3)
59
60 The .hdf format specification, at
61 http://www.zxshed.co.uk/sinclairfaq/index.php5?title=HDF_format.
62
63 The comp.sys.sinclair Spectrum FAQ, at
64 http://www.worldofspectrum.org/faq/index.html.
65
67 Philip Kendall (philip-fuse@shadowmagic.org.uk).
68
69
70
71Version 1.4.2 3rd June, 2018 createhdf(1)