Hst Imager v1.2.390
Hst Imager v1.2.390-af2d4d0 release with a lot of changes for Hst Imager Console and a few for Hst Imager Gui.
Changes:
- Fix PFS3 error when appending to an existing file and acnodes not being updated when reading and writing files both causing exceptions to be thrown.
- Fix GPT info command messages replacing incorrect Master Boot Record with Guid Partition table.
- Fix MBR part add command to find largest unallocated space from start offset for partition.
- Fix GPT protective part filtering.
- Fix issues with opening .vhd files when reading and writing.
- Fix issues with listing, copying and extracting files directories not iterating properly through all directories and files.
- Fix issues copying files from image files to local directories with filename that contain special filenames like +.
- Fix example script install amigaos 3.2 script to also copy files to support opening/mounting .adf files with double-click in Workbench.
- Update Hst Imager to .NET 8.
- Update nuget package dependencies to latest version.
- Update show disk info and show MBR, GPT and RDB info with partition table specific details both for Hst Imager Gui and Hst Imager Console.
- Add FAT32 long filename support when copying files between local directories and FAT32 partitions in image files or on physical drives. Support has been added via latest DiscUtils, which added support for long filenames few months ago.
- Add FAT32 format code from http://ridgecrop.co.uk/index.htm?guiformat.htm used to format FAT32 partitions.
- Add EXT file system reader to detect EXT2, EXT3 and EXT4 partitions.
- Add support for specifying MBR partition type as number or known type, e.g. add partition type
pistormrdb
or number118
for partition type 0x76. - Add support for PiStorm for all RDB commands and for file system dir, copy and extract commands.
- Add MBR partition export, import and clone commands.
- Add UAE metadata support when copying files between local directories, image files or physical drives and when extracting .zip, .lha and .lzx with special characters in filenames, comments and Amiga protection bits.
- Add scripts to show PiStorm support:
create_pistorm_32gb_vhd_import_rdb.txt
script creates a MBR image file with 2 partitions, extracts Emu68-pistorm32lite.zip to 1st FAT32 partition, copies kick.rom to 1st FAT32 partition and imports amigaos-3.2.vhd image file to 2nd partition of type 0x76 calledpistormrdb
in Hst Imager.create_pistorm_32gb_vhd_new_rdb.txt
script creates a MBR image file with 2 partitions, 1st FAT32 partition for Emu68 and a 2nd partition of type 0x76 partitioned and formatted with PFS3.