From a5a4f2ce376322c04a443e1b9d938e9748aeaa6a Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Sat, 30 Aug 2025 12:08:58 +0900 Subject: [PATCH] docs: write about nfs-utils --- INSTALLATION.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index 914b280..f65704c 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -220,6 +220,16 @@ sudo systemctl enable iscsid sudo systemctl start iscsid ``` +If you use NFS volumes, install nfs-utils/nfs-common: + +```bash +# Arch Linux +sudo pacman -S nfs-utils + +# Ubuntu/Debian +sudo apt-get install nfs-common +``` + #### Install Longhorn ```bash