proxmox
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| proxmox [2015/04/13 20:19] – external edit 127.0.0.1 | proxmox [2015/07/27 09:10] (current) – jose | ||
|---|---|---|---|
| Line 126: | Line 126: | ||
| root@proxmoxescorxador: | root@proxmoxescorxador: | ||
| + | | ||
| + | ====== Montar recursos ====== | ||
| + | Directorio configuración y recursos montados: | ||
| + | / | ||
| + | |||
| + | Ejemplo: | ||
| + | 102.mount | ||
| + | |||
| + | < | ||
| + | #!/bin/bash | ||
| + | if [ ! -e / | ||
| + | mount -n -t simfs /mnt/sdc / | ||
| + | |||
| + | if [ ! -e / | ||
| + | mount -n -t simfs /mnt/sdd / | ||
| + | |||
| + | if [ ! -e / | ||
| + | mount -n -t simfs /mnt/sdd2 / | ||
| + | </ | ||
| + | |||
proxmox.1428956385.txt.gz · Last modified: (external edit)
