Skip to content

Instantly share code, notes, and snippets.

@BartlomiejSkwira
Last active December 15, 2015 01:29
Show Gist options
  • Save BartlomiejSkwira/5180638 to your computer and use it in GitHub Desktop.
Save BartlomiejSkwira/5180638 to your computer and use it in GitHub Desktop.
Format USB stick with FAT32 filesystem under Linux
mount
sudo umount /dev/sdX
mkfs.msdos -F 32 /dev/sdX
#remount device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment