nathanhi / pyfatfs

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

Fix multi partition mkfs #19

Closed wackinger closed 2 years ago

wackinger commented 2 years ago

mkfs does not handle the offset correct in case of having multiple partitions. I removed the boot code length check as the boot code is fix anyhow.