NFS : introduction

sudo aptitude install nfs-kernel-server
sudo aptitude install nfs-common

Pour monter un répertoire NFS :

sudo mount -t nfs -o rw 10.132.0.156:/vm_archives /mnt/qnap

Pour le démonter :

sudo umount /mnt/qnap

Nous éditons fstab

sudo nano /etc/fstab

et nous ajoutons cette ligne :

10.132.0.156:/vm_archives /mnt/qnap nfs	_netdev,nodev,noexec	0	0
  • infrastructure/stockage/nfs/introduction.txt
  • Dernière modification : 10/10/2020 11:48
  • de Stéphane Paillet