Created
March 26, 2018 20:38
-
-
Save 4lberto/f1ce17ad767f270ff9d4ab08042fc420 to your computer and use it in GitHub Desktop.
This file contains 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
#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