proxmox
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox [2014/07/08 13:08] – [NFS] jose | 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.1404824901.txt.gz · Last modified: (external edit)
