From fac6a286458ac609ff8b0b127c7dfa7d2967932f Mon Sep 17 00:00:00 2001 From: Spongy <98784369+sppongy@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:21:45 -0400 Subject: [PATCH] Updated General (markdown) --- General.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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