Projet

Général

Profil

Actions

NFS » Historique » Révision 9

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


%{font-size:18pt}NFS%


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 (yast nfs)

Mis à jour par Patrice Nadeau il y a environ 10 ans · 9 révisions