FATSort is a C utility that sorts FAT12, FAT16, FAT32 and exFAT partitions. It even can handle long file name entries. It was developed because I wanted to sort my MP3 files on my MP3 hardware player. Unfortunately, there was no utility out there so far, so I had to write it myself. FATSort reads the boot sector and sorts the directory structure recursively. FATSort is released under GPLv2.
FATSort can be downloaded from https://sourceforge.net/projects/fatsort/files/.
Just run the Makefile in the fatsort directory with make
. The
fatsort
executable will be built.
Just run
make install
to install FATSort.
So far, FATSort is included in Fedora, Debian, Ubuntu, and Gentoo.
See man page.
If you have comments, feature requests, bug reports, or other feedback on FATSort, then please write to .
See changelog.