Skip to content

Instantly share code, notes, and snippets.

@andru255
Created January 22, 2018 05:23
Show Gist options
  • Save andru255/0ebb3497900d5ac4c80b8691097e104b to your computer and use it in GitHub Desktop.
Save andru255/0ebb3497900d5ac4c80b8691097e104b to your computer and use it in GitHub Desktop.
format usb into ubuntu
~ df
[show all devices]
~ sudo umount /dev/sdaX
~ sudo mkfs.vfat -F 32 -n "Nombre_pendrive" /dev/sdaX
source:
https://rootear.com/ubuntu-linux/formatear-usb-terminal-de-ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment