docs: write about nfs-utils

This commit is contained in:
Masaki Yatsu
2025-08-30 12:08:58 +09:00
parent 8d38cf5bd8
commit a5a4f2ce37

View File

@@ -220,6 +220,16 @@ sudo systemctl enable iscsid
sudo systemctl start 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 #### Install Longhorn
```bash ```bash