infrastructure:proxmox_nfs
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| infrastructure:proxmox_nfs [2019/01/10 14:41] – Virer les croisillons rguyader | infrastructure:proxmox_nfs [2019/01/10 15:25] (Version actuelle) – [Server installation] rguyader | ||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| ===== Server installation ===== | ===== Server installation ===== | ||
| - | | + | <code bash> |
| - | cd / | + | apt install nfs-kernel-server |
| - | mkdir nfs-shared | + | cd / |
| - | chmod 757 nfs-shared | + | mkdir nfs-shared |
| - | echo "/ | + | chmod 757 nfs-shared |
| - | service nfs-kernel-server reload | + | echo "/ |
| + | service nfs-kernel-server reload | ||
| + | </ | ||
| ===== Client configuration (Proxmox) ===== | ===== Client configuration (Proxmox) ===== | ||
infrastructure/proxmox_nfs.1547131276.txt.gz · Dernière modification : 2019/01/10 14:41 de rguyader