1HMSA(1) Hatari utilities HMSA(1)
2
3
4
6 hmsa - Atari MSA / ST disk image creator and converter
7
9 hmsa diskimage [disksize]
10
12 Hmsa is little program to create compressed Atari MSA (Magic Shadow
13 Archiver) and uncompressed ST disk images and to convert disk images
14 between these two formats.
15
16 MSA and ST image format saving code is same as in Hatari itself.
17
19 If you give only one parameter, the file name of an existing MSA or ST
20 disk image, this image will be converted to the other disk image format
21 under a suitable new file name.
22
23 If the file does not exist and you give also a disk size:
24
25 SS Single Sided (360KB)
26
27 DS Double Sided (720KB)
28
29 HD High Density (1.44MB)
30
31 ED Extended Density (2.88MB)
32
33 An empty disk of the given size will be created.
34
35 Disk image format is recognized based on the file name extension
36 (either .msa or .st).
37
39 Create a normal double sided empty ST disk image:
40 hmsa blank.st DS
41
42 Convert an MSA format disk image to an ST format one:
43 hmsa disk.msa
44
46 hatari(1), zip2st(1), atari-hd-image(1)
47
49 Written by Thomas Huth <huth@users.berlios.de>. This manual page added
50 by Eero Tamminen <eerot@users.berlios.de>.
51
53 This program is free software; you can redistribute it and/or modify it
54 under the terms of the GNU General Public License as published by the
55 Free Software Foundation; either version 2 of the License, or (at your
56 option) any later version.
57
59 This program is distributed in the hope that it will be useful, but
60 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
61 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
62 Public License for more details.
63
64
65
66Hatari 2010-05-30 HMSA(1)