Projet

Général

Profil

Actions

NFS » Historique » Révision 13

« Précédent | Révision 13/18 (diff) | Suivant »
Patrice Nadeau, 2014-10-24 12:36


h1. NFS

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.


h2. Serveur

h3. Installation

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

zypper install nfs-kernel-server

h3. Démarrage

systemctl enable nfsserver.service
systemctl start nfsserver.service

h3. Pare-feu

Via yast firewall

h3. Configuration

h4. 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

h4. GUI(Graphical User interface)

Via le module nfs server de YaST (yast nfs_server)

h2. Client

h3. Installation

Installation

zypper install nfs-client

h3. Utilisation

h4. CLI(Command Line Interface)

Voir #22

h4. GUI(Graphical User interface)

Via le module NFS client de YaST (yast nfs)

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