FATSort is a C utility that sorts FAT12, FAT16 and FAT32 partitions. It even can handle long file name entries. FATSort reads the boot sector and sorts the directory structure recursively.
FATSort is a C utility that sorts FAT12, FAT16 and FAT32 partitions. It even can handle long file name entries. FATSort reads the boot sector and sorts the directory structure recursively.
To install fatsort, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fatsort
To see what files were installed by fatsort, run:
port contents fatsort
To later upgrade fatsort, run:
sudo port selfupdate && sudo port upgrade fatsort
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.