nathanhi / pyfatfs

Python based FAT12/FAT16/FAT32 implementation with VFAT support
https://pypi.org/project/pyfatfs/
MIT License
29 stars 14 forks source link

[FAT32] FSInfo not updated on write #40

Open nathanhi opened 7 months ago

nathanhi commented 7 months ago

According to the specification, FSInfo may contain a valid count of free clusters on the volume. pyfatfs should ideally update the value on writes.