Updated General (markdown)
parent
edd3c68caf
commit
fac6a28645
23
General.md
23
General.md
@ -2,6 +2,9 @@
|
|||||||
1. [Arch Linux LXC](#Arch-Linux-LXC)
|
1. [Arch Linux LXC](#Arch-Linux-LXC)
|
||||||
- [Initial setup](#initial-setup)
|
- [Initial setup](#initial-setup)
|
||||||
- [Troubleshooting](#troubleshooting)
|
- [Troubleshooting](#troubleshooting)
|
||||||
|
2. [TrueNAS](#truenas)
|
||||||
|
- [Setup](#setup)
|
||||||
|
- [notes](#notes)
|
||||||
|
|
||||||
|
|
||||||
## Arch Linux LXC
|
## Arch Linux LXC
|
||||||
@ -44,4 +47,22 @@ lxc.cap.drop:
|
|||||||
lxc.cgroup2.devices.allow: c 10:200 rwm
|
lxc.cgroup2.devices.allow: c 10:200 rwm
|
||||||
lxc.mount.entry: /dev/net dev/net none bind,create=dir
|
lxc.mount.entry: /dev/net dev/net none bind,create=dir
|
||||||
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
|
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## TrueNAS
|
||||||
|
### Setup
|
||||||
|
#### Proxmox
|
||||||
|
*Make sure container is privledged and has Container > Options > Features > NFS on*
|
||||||
|
|
||||||
|
#### Arch
|
||||||
|
```
|
||||||
|
> pacman -S nfs-utils
|
||||||
|
|
||||||
|
vi /etc/fstab
|
||||||
|
|
||||||
|
<ip>:<share mntpoint> /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
|
Loading…
Reference in New Issue
Block a user