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

Les deux révisions précédentesRévision précédente
infrastructure:proxmox_nfs [2019/01/10 14:41] – Virer les croisillons rguyaderinfrastructure: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.1547131276.txt.gz · Dernière modification : 2019/01/10 14:41 de rguyader