1raw2hdf(1) Emulators raw2hdf(1)
2
3
4
6 raw2hdf — Create an .hdf hard disk image from a raw data file
7
9 raw2hdf [OPTION] rawfile hdffile
10
12 raw2hdf converts a binary dump of a hard disk's data into an IDE disk
13 image in .hdf format for use with Sinclair ZX Spectrum emulators.
14
16 -v version
17 specifies the version of .hdf image to be created. Valid values
18 are `1.0' for a version 1.0 file and `1.1' for a version 1.1
19 file. Defaults to creating version 1.1 files.
20
21
22 -h, --help
23 give brief usage help, listing available options.
24
25 -V, --version
26 output version information. rawfile specifies a raw data file
27 (or block device corresponding to an actual disk) to be con‐
28 verted.
29
30 hdffile
31 specifies the .hdf file to create.
32
34 Since raw2hdf has no knowledge of the geometry of the disk from which
35 the original image was taken (indeed, the input file need not originate
36 from a real IDE disk at all), there is no guarantee that the informa‐
37 tion contained in the .hdf file header accurately represents the origi‐
38 nal disk. However, it will attempt to construct a header that is con‐
39 sistent with the size of the image, to produce an .hdf file which is
40 functionally equivalent.
41
43 None known.
44
46 fuse(1), fuse-utils(1), libspectrum(3)
47
48 The .hdf format specification, at
49 http://www.zxshed.co.uk/sinclairfaq/index.php5?title=HDF_format.
50
51 The comp.sys.sinclair Spectrum FAQ, at
52 http://www.worldofspectrum.org/faq/index.html.
53
55 Matthew Westcott (matthew@west.co.tt).
56
57
58
59Version 1.4.3 1st July, 2018 raw2hdf(1)