Skip to content

Instantly share code, notes, and snippets.

@joewright
Last active July 19, 2018 02:25
Show Gist options
  • Save joewright/2fb724e1fef5dfd9a0b929bdef46e7ea to your computer and use it in GitHub Desktop.
Save joewright/2fb724e1fef5dfd9a0b929bdef46e7ea to your computer and use it in GitHub Desktop.
Sort flash drive for car stereo
# 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