Created
January 22, 2018 05:23
-
-
Save andru255/0ebb3497900d5ac4c80b8691097e104b to your computer and use it in GitHub Desktop.
format usb into ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ 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