Releases: maxpat78/FATtools
Releases · maxpat78/FATtools
v.1.1.14: enhanced mkvdisk
v.1.1.13: Bugs fixed
- GenRawShortFromLongName is now more robust and parses extensions right again - is_vdisk now detects ending extension only - added rdwrsec utility in samples
v.1.1.12: Fixed GenRawShortFromLongName in FAT.py
- replaced or suppressed LFNs chars always make the name a long one (short name gets a tilde)
v.1.1.11: force FAT12 on small HDDs
it seems that Windows 11 (and 7-Zip) always wants FAT12 on HDDs <= 32M
v.1.1.10: fixed a bug in rm
when erasing a full pathname, it now searches for the file name in the owning directory, not in root
v.1.1.9: fixed date/time cloning
- date/time can now be applied copying between images, too - uses raw strings in FAT.py - NTFSHandle (FAT emulation) uses true MS-DOS 16-bit values for date/time - an .Entry field was missed in _preserve_attributes_in
v.1.1.8: fixed and enhanced
- NTFS Dirtable.open(dir) now correctly returns a pseudo handle with .IsValid=0: so cp works again - Volume implements high level routines to copy files and directories between images - cp is enhanced accordingly - NOTE: attributes replication between images is actually unsupported
v.1.1.7: MBR asm code changed
accordingly to previous commit
v.1.1.6
v.1.1.5: Small fix
- redundant Record dwMFTRecNumber is parsed only with NTFS 3.1 - added a proper Record iterator