1atari-hd-image(1) Hatari utilities atari-hd-image(1)
2
3
4
6 atari-hd-image - tool for creating a harddisk image for use with Hatari
7
9 atari-hd-image size [filename] [partition name] [directory]
10
12 Create an ACSI/IDE harddisk image for Hatari with a single Atari com‐
13 patible DOS FAT partition (using sfdisk, mkdosfs, atari-convert-dir,
14 mcopy, dd and python).
15
17 size Harddisk image size in megabytes, 8-512. 512MB is largest par‐
18 tition size supported by TOS versions before v4.x and by mkdosfs
19 (for Atari compatible partition formatting).
20
21 filename
22 Name for the harddisk image (default: hd.img)
23
24 partition name
25 Name for the single partition (default: DOS)
26
27 directory
28 directory for initial content copied to the image. atari-con‐
29 vert-dir tool is used to clip long file names to 8+3 size
30 required by FAT and Atari TOS. If resulting file names aren't
31 unique, you get warning(s), but script continues
32
34 16MB 'hd.img' HD image:
35 atari-hd-image 16
36
37 8MB image with partition named 'TEST', and files from content/:
38 atari-hd-image 8 8mb-disk.img TEST content/
39
41 atari-convert-dir(1), hmsa(1), zip2st(1), hatari(1), mkdosfs(1),
42 sfdisk(1), dd(1)
43
45 Written by Eero Tamminen <oak at helsinkinet fi>.
46
47 This manual page was written by Teemu Hukkanen <tjhukkan@iki.fi> for
48 the Debian project and later updated by Eero Tamminen for the newer
49 versions of Hatari.
50
52 This program is free software; you can redistribute it and/or modify it
53 under the terms of the GNU General Public License as published by the
54 Free Software Foundation; either version 2 of the License, or (at your
55 option) any later version.
56
58 This program is distributed in the hope that it will be useful, but
59 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
60 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
61 Public License for more details.
62
63
64
65Hatari 2015-04-26 atari-hd-image(1)