Skip to content

Instantly share code, notes, and snippets.

@4lberto
Created March 26, 2018 20:38
Show Gist options
  • Save 4lberto/f1ce17ad767f270ff9d4ab08042fc420 to your computer and use it in GitHub Desktop.
Save 4lberto/f1ce17ad767f270ff9d4ab08042fc420 to your computer and use it in GitHub Desktop.
#Comprobar qué unidades hay conectadas
sudo blkid
#Crear el punto de montaje
sudo mkdir /mnt/vol1
#Realizar montaje de unidad
sudo mount /dev/sdd2 /mnt/vol1/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment