Skip to content

Releases: maxpat78/FATtools

v.1.0.42: block devices supported in macOS also

27 Jan 07:24
Compare
Choose a tag to compare
- a get_size suited for macOS X is added in disk.py
- hints in README.md added

v.1.0.41: added get_size for Linux block devices

26 Jan 07:45
Compare
Choose a tag to compare
os.stat fails on Linux devices, so their size was always zero!

v.1.0.40: FAT map_free_space fixed

25 Jan 11:36
Compare
Choose a tag to compare
fat_slot is now c_int to ensure the correct size of 4 bytes (instead of 8) is picked with Linux also

v.1.0.39

30 Aug 07:40
Compare
Choose a tag to compare

A bug was fixed that could corrupt a sorted exFAT root table

v.1.0.38

05 Aug 10:07
Compare
Choose a tag to compare
allows VHDX childs in any directory

uses new utils.calc_rel_path in VHDX and  generates good child VHDX images in directories other than parent's one

v.1.0.37: fix calc_rel_path

05 Aug 09:51
Compare
Choose a tag to compare
  • now a child image relative locator contains the correct relative path to its parent (=relative to itself)
  • adds a generic relative path calculator to utils

v1.0.36

16 Apr 08:25
Compare
Choose a tag to compare
Add boot capability in MBR

partition() is now able to create an active and bootable primary MBR partition with  universal boot code (LBA/CHS).

Fix the phys drv num bug for ALL floppy types

15 Apr 06:58
Compare
Choose a tag to compare
set drive number 0x80 for HDD only

Now *all* kind of floppies will get the correct phyisical drive number (00h) in FAT BPB

v1.0.34 fixed a bug preventing floppy boot code to work properly

13 Apr 12:04
Compare
Choose a tag to compare
fixed a bug in mkfat

chPhysDriveNumber is set to 0x80 only for non-floppy media types (or floppy boot code could fail)

v1.0.33: enhanced imgclone

02 Nov 17:07
Compare
Choose a tag to compare
- imgclone can now operate from/to physical disks, not only images
- enhanced information (statistics) during data transfer