Skip to content

Instantly share code, notes, and snippets.

@carloshs92
Created January 29, 2015 16:33
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 carloshs92/20e5a61f47437c9be3ca to your computer and use it in GitHub Desktop.
Save carloshs92/20e5a61f47437c9be3ca to your computer and use it in GitHub Desktop.
Tips de Linux
sudo umount /dev/sdb1 -f
*sdb1 => ubicacion del usb
**Puedes saber el nombre de la partición con gparted
sudo mkfs.vfat -F 32 -n USB3.0 /dev/sdb1
* 32=> Fat32
* USB3.0 => Nombre a asignar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment