diff --git a/General.md b/General.md index 8b97b0c..2e43325 100644 --- a/General.md +++ b/General.md @@ -2,6 +2,9 @@ 1. [Arch Linux LXC](#Arch-Linux-LXC) - [Initial setup](#initial-setup) - [Troubleshooting](#troubleshooting) +2. [TrueNAS](#truenas) + - [Setup](#setup) + - [notes](#notes) ## Arch Linux LXC @@ -44,4 +47,22 @@ lxc.cap.drop: lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file -``` \ No newline at end of file +``` + +## TrueNAS +### Setup +#### Proxmox +*Make sure container is privledged and has Container > Options > Features > NFS on* + +#### Arch +``` +> pacman -S nfs-utils + +vi /etc/fstab + +: /data/media nfs defaults 0 0 + +``` + +### Notes +all of my containers that access nfs shares have the PUID and PGID set to a user with write permissions on the nfs shares \ No newline at end of file