fatsort for Windows 7 [closed]
I've used a program in Linux called fatsort to reorder the directories on my USB flash drive so that my car stereo navigates folders in alphabetical order instead of random order. Is there any equivalent that works in Windows 7?
http://fatsort.sourceforge.net
Solution 1:
I haven't tried those two following programms on Win7 but at least at WinXP they work.
DriveSort
FAT Sorter
Solution 2:
Fatsort does not work for Windows:
From: [email protected]
Subject: Re: Fatsort WindowsI thought about porting fatsort for Windows some time ago. Finally, I decided that I don't want to support it since file system handling is different in Windows and I don't want to perform testing for Linux, Unix AND Windows for every release. Fatsort was written for Linux.
I would have to look into Windows API before I could say what needs to be changed in the source code. You would definitely have to implement a separate file system read write operation for Windows.
However the program Rosso works with Windows, and can sort FAT32 drives:
rosso F:
Solution 3:
As the developer, I would recommend YAFS (http://www.luisrios.eti.br/public/en_us/projects/yafs/). It runs on Windows XP/Vista/7/8, Linux and Mac OS X. Unfortunately, there is no GUI for it.