NFS (Network File System)

https://wiki.archlinux.org/title/NFS

Server Configuration

https://wiki.debian.org/NFSServerSetup

https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/storage_administration_guide/nfs-serverconfig

Install nfs-kernel-server

Client Configuration

https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/storage_administration_guide/nfs-clientconfig

Install nfs-common package.

The general syntax for the line in /etc/fstab is as follows:

nfs_server_ip:/usr/local/pub /pub nfs defaults 0 0

192.168.3.99:/mnt/reflecting/docker/immich /mnt nfs defaults 0 0

TrueNAS Share Configuration

Docker Host Configuration

As root, create a new group with specific gid.

groupadd -g 3007 shredder

This page was last edited on 2025-08-02 13:30

Powered by Wiki|Docs

This page was last edited on 2025-08-02 13:30

IrkedScientist
CopyLeft

Powered by Wiki|Docs