Outils pour utilisateurs

Outils du site


infrastructure:proxmox_nfs

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
infrastructure:proxmox_nfs [2018/09/13 09:52] – créée ronaninfrastructure:proxmox_nfs [2019/01/10 15:25] (Version actuelle) – [Server installation] rguyader
Ligne 3: Ligne 3:
 ===== Server installation ===== ===== Server installation =====
  
-  # apt install nfs-kernel-server +<code bash> 
-  # cd /usr/share +apt install nfs-kernel-server 
-  # mkdir nfs-shared +cd /usr/share 
-  # chmod 757 nfs-shared +mkdir nfs-shared 
-  # echo "/usr/share/nfs-shared/ <IP_client>(rw,root_squash)" >> /etc/exports +chmod 757 nfs-shared 
-  # service nfs-kernel-server reload +echo "/usr/share/nfs-shared/ <IP_client>(rw,root_squash)" >> /etc/exports 
 +service nfs-kernel-server reload 
 +</code>
 ===== Client configuration (Proxmox) ===== ===== Client configuration (Proxmox) =====
  
infrastructure/proxmox_nfs.1536832340.txt.gz · Dernière modification : 2018/09/13 09:52 de ronan