namjaejeon / exfatprogs

exFAT filesystem userspace utilities
https://github.com/exfatprogs/exfatprogs
GNU General Public License v2.0
33 stars 66 forks source link

TODO - mkfs.exfat #51

Open namjaejeon opened 4 years ago

namjaejeon commented 4 years ago
mat-c commented 4 years ago

This could be really usefull for sdcard.

The spec expect : PartitionOffset : 1 BU FatOffset : BU/2 FatLen : BU/2 ClusterHeapOffset : BU

where BU is Boundary unit (16MB for Size 32+GB-128GB , 32 MB for 256GB-512GB, ...)

I have done some patch on fuse mkfs, it could be great to have them here. I will wait your patch before doing something.

namjaejeon commented 4 years ago

@mat-c I don't have the time to work it right now. If you are interested in it, Let me know it.