We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I downloaded the fatsort from this post, and it seems to run, but not work fully. I am using a 2019 Intel 16" MacBook Pro with MacOS 12.2.1
When I issue a command such as: sudo fatsort -l /Volumes/SD
it responds with:
device_open: Is a directory! openFileSystem: Is a directory! sortFileSystem: Failed to open file system! main: Failed to sort file system!
I also found a newer version (1.6.4.625) of the source for fatsort at: https://sourceforge.net/projects/fatsort/files/
which I was able to compile with make command, but I get the exact same results.
The text was updated successfully, but these errors were encountered:
Hi,
I wrote a native macOS app to sort FAT drives. It has a UI, so easier to use, and it's free and open-source.
You can find it here: https://fat-drive-sorter.netlify.app/
I hope it helps
Sorry, something went wrong.
No branches or pull requests
I downloaded the fatsort from this post, and it seems to run, but not work fully.
I am using a 2019 Intel 16" MacBook Pro with MacOS 12.2.1
When I issue a command such as: sudo fatsort -l /Volumes/SD
it responds with:
device_open: Is a directory!
openFileSystem: Is a directory!
sortFileSystem: Failed to open file system!
main: Failed to sort file system!
I also found a newer version (1.6.4.625) of the source for fatsort at:
https://sourceforge.net/projects/fatsort/files/
which I was able to compile with make command, but I get the exact same results.
The text was updated successfully, but these errors were encountered: