Skip to content

Releases: maxpat78/FATtools

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

v.1.0.32

20 Oct 13:59
Compare
Choose a tag to compare
v1.0.32

Supports merging a Differencing VHD

v1.0.31

18 Oct 13:30
Compare
Choose a tag to compare

v1.0.30

17 Oct 15:17
Compare
Choose a tag to compare
Bugs fixed in vhdutils and vdiutils

- avoid infinite loop when searching for parent VDI
- VHD block bitmap is now flushed only when a "real" block is written to
- a virtual block in a Differencing VHD is now kept as such only if parent's block itself is virtual

v1.0.29

17 Oct 10:48
Compare
Choose a tag to compare
Added wiping free space capability

- new Dirtable.wipefreespace member to zero unallocated clusters
- new wipe tool
- ability to optimize virtual disk containers combining wipe with imgclone tool
- fixed a small help-bug in mkvdisk.py

imgclone tool added

16 Oct 09:26
Compare
Choose a tag to compare
v1.0.28

Update README.MD

Faster FAT space mapping and enhanced floppy formatting

05 Jul 06:44
Compare
Choose a tag to compare

Improved speed in mapping FAT free space and formatting floppy images