I'm new to proxmox, I created a ZFS drive which is accesible on Proxmox at /Storage
I wanted to make it accesible do the VM while remain accesible to the host and other CTs, I managed once, but I had to remove the VM and start over since I can't figure out how...
anyway I managed to do the same with a LXC instead, but I have with this :
the container are unprivileged
uid=0(root) gid=0(root) groups=0(root)
It's seems that I have some permission issue on the storage, is the best way to install acl on the host and then
setfacl -m u:<container-ID>:rw /mnt/storage
or is that only gonna work with an privileged container ? (I don't think I can change that settings unless I start over the CT?)
PS would a virtual disk a better idea or would it drop to much on quality ? (it would be shared with plex for 4K content)
I wanted to make it accesible do the VM while remain accesible to the host and other CTs, I managed once, but I had to remove the VM and start over since I can't figure out how...
anyway I managed to do the same with a LXC instead, but I have with this :
Code:
pct set 600 --mp0 /Storage,mp=/mnt/storage
the container are unprivileged
uid=0(root) gid=0(root) groups=0(root)
It's seems that I have some permission issue on the storage, is the best way to install acl on the host and then
setfacl -m u:<container-ID>:rw /mnt/storage
or is that only gonna work with an privileged container ? (I don't think I can change that settings unless I start over the CT?)
PS would a virtual disk a better idea or would it drop to much on quality ? (it would be shared with plex for 4K content)