NFS Client: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 +
[[Kategorie:NFS]]
 
= Installation =
 
= Installation =
 
* '''apt install nfs-common'''
 
* '''apt install nfs-common'''

Version vom 1. Oktober 2024, 22:09 Uhr

Installation

  • apt install nfs-common

Mounten beim Booten

  • vim /etc/fstab
...
ip.oder.host.nfs:/pfad/zum/nfs/share  /lokales/verzeichnis      nfs    defaults 0 0
  • Konfiguration unter /etc/fstab anwenden
  • mount -a