Skip to content

Instantly share code, notes, and snippets.

@pablomaurer
Created August 1, 2015 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablomaurer/55de2b0b94f391c77c04 to your computer and use it in GitHub Desktop.
Save pablomaurer/55de2b0b94f391c77c04 to your computer and use it in GitHub Desktop.
// show partitions
fdisk -l
//
df
// say it's sdb1 which we want to format
umount /dev/sdb1
// format to fat32
mkfs.vfat /dev/sdb1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment