Last active
July 19, 2018 02:25
-
-
Save joewright/2fb724e1fef5dfd9a0b929bdef46e7ea to your computer and use it in GitHub Desktop.
Sort flash drive for car stereo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# list disks | |
diskutil list | |
# unmount the unsorted drive | |
diskutil unmount /dev/disk2s1 | |
# do the thing | |
fatsort /dev/disk2s1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment