NFS Server on Arch

Source: https://wiki.archlinux.org/index.php/NFS#Installation

Installation

Install nfs-utils:
sudo pacman -S nfs-utils

Start nfs service:
sudo systemctl enable nfs-server.service
sudo systemctl start nfs-server.service

Create shared folder:
sudo mkdir /var/nfs

Edit /etc/exports and add:
/var/nfs        192.168.0.85(rw,sync,no_root_squash,no_all_squash)

Whenever we modify /etc/exports, we must run:
sudo exportfs -rav
Topic revision: r1 - 11 Oct 2017, BobWicksall
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback