Skip to content

Instantly share code, notes, and snippets.

@raultm
Last active January 21, 2016 09:14
Show Gist options
  • Save raultm/2394cf70c669ee358d30 to your computer and use it in GitHub Desktop.
Save raultm/2394cf70c669ee358d30 to your computer and use it in GitHub Desktop.
Comandos frecuentes
# 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