Last active
January 21, 2016 09:14
-
-
Save raultm/2394cf70c669ee358d30 to your computer and use it in GitHub Desktop.
Comandos frecuentes
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
# Montar unidad | |
fdisk -l # Listar unidades montables | |
mkdir /path/to/mount # Creamos carpeta donde vamos a montar unidad | |
mount -t [type] [/path/to/device] [/path/to/mount] # De la información de los dos comandos anteriores ya podemos montar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment