I have an Optiplex SFF as a Proxmox Node. I have a Privileged Ubuntu LXC (setup using helper script) on a SATA drive. On another SATA drive I have a hard disk. I am running a docker with Gluetun and transmission on the Ubuntu LXC and I have the Hard drive mapped on my docker as /mnt/sdb1/media/ for downloading the torrent data.
When I tried to download a torrent I get permission denied (13) error in my transmission client. Then, I set the permission for the whole sbd1 using Chown to be allowed for UID and PID 1000 which is what I am using in docker. However, I still got that error. Later I tried chmod 777 as well still I get the same error.
Please let me know what I am doing wrong with this setup?
When I tried to download a torrent I get permission denied (13) error in my transmission client. Then, I set the permission for the whole sbd1 using Chown to be allowed for UID and PID 1000 which is what I am using in docker. However, I still got that error. Later I tried chmod 777 as well still I get the same error.
Please let me know what I am doing wrong with this setup?