Skip to content

Instantly share code, notes, and snippets.

@KonnorRogers
Last active January 21, 2019 02:33
Show Gist options
  • Save KonnorRogers/c7423c89553799b126040fa3a590e14b to your computer and use it in GitHub Desktop.
Save KonnorRogers/c7423c89553799b126040fa3a590e14b to your computer and use it in GitHub Desktop.
Converting FAT32 to NTFS flash drive
From windows:
open up command prompt by hitting start and searching for cmd
type:
convert F:/fs:ntf
Where F: is the directory of the removable flash drive / media
fs:ntfs simply goes from FAT to NTFS
@KonnorRogers
Copy link
Author

I found this issue while trying to chmod permissions on my flash drive in babun, FAT32 does not support chmod permissions while NTFS does. And bonus -- NTFS is faster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment