Projet

Général

Profil

Actions

NFS » Historique » Révision 8

« Précédent | Révision 8/18 (diff) | Suivant »
Patrice Nadeau, 2014-09-28 09:39


%{font-size:18pt}NFS%


{{toc}}

h1. Information

NFS(Network File System) est une solution d’accès de fichier sur un serveur central.
La solution est en deux partie, une serveur et l'autre client.

h1. Serveur

h2. Installation

Les « packages » libdaemon et avahi doivent être présents.


zypper install nfs-kernel-server

h2. Démarrage


systemctl enable nfsserver.service
systemctl start nfsserver.service

h2. Pare-feu

Via yast firewall

h2. Configuration

h3. CLI(Command Line Interface)

Le fichier /etc/exports contient les noms des répertoires à rendre disponibles.

Les explications de configuration sont fournis par


man 5 exports

Une fois modifié, relire le fichier avec


exportfs -a

h3. GUI(Graphical User interface)

Via yast nfs_server

h1. Client

h2. Installation


# Installation
zypper install nfs-client

h2. Utilisation

h3. CLI(Command Line Interface)

Voir #22

h3. GUI(Graphical User interface)

Via le module NFS client de YaST

Mis à jour par Patrice Nadeau il y a plus de 10 ans · 8 révisions