FATSort Utility

Information

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.

Supported platforms

Download

FATSort can be downloaded from https://sourceforge.net/projects/fatsort/files/.

Compilation

Just run the Makefile in the fatsort directory with make. The fatsort executable will be built.

Installation

Just run make install to install FATSort.

So far, FATSort is included in Fedora, Debian, Ubuntu, and Gentoo.

Usage

See man page.

Feedback

If you have comments, feature requests, bug reports, or other feedback on FATSort, then please write to the author's email address.

Changelog

See changelog.