namjaejeon / exfatprogs

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

mkfs : add boundary-align option #52

Closed mat-c closed 3 years ago

mat-c commented 3 years ago

This allow to align fat and start of cluster on a boundary. This may usefull for some media like sdcard.

Signed-off-by: Matthieu CASTET castet.matthieu@free.fr

namjaejeon commented 3 years ago

Looks good to me:), Can you send a pull request to #exfat-next of https://github.com/exfatprogs/exfatprogs ?

namjaejeon commented 3 years ago

Need to update README and manpages also.

mat-c commented 3 years ago

Thanks for your comment. I also found a bug with some cluster/boundary. I will post a new commit tomorrow.