Hi, I have followed step by step the wiki for the uid and gid change and still have no access to the mountpoint
1- on the host i did
2
on the LXC
1
on the host I modified the file /etc/pve/lxc/103.conf (103 is the number of the jellyfin LXC container)
and added the following code
Code:
mp0: /mnt/USB,mp=/mnt/USB
then
lxc.idmap: u 0 100000 1005
lxc.idmap: g 0 100000 1005
lxc.idmap: u 1005 1005 1
lxc.idmap: g 1005 1005 1
lxc.idmap: u 1006 101006 64530
lxc.idmap: g 1006 101006 64530
then edited the file
/etc/subuid file on the host
added
then edited /etc/subgid on the host
and added
finally on the host executed
Code:
chown -R 1005:1005 /mnt/USB
started the LXC and went to /mnt/USB, result, permission denied
any suggestion
I find very very difficult to achieve this, how do people intended to setup a NAS at home?