This is an automated archive.
The original was posted on /r/proxmox by /u/HugeNuge on 2023-08-08 01:16:59+00:00.
I have been trying to setup a 1 TB USB external hard drive connected to my proxmox server host. I would like to then setup 2 containers and have both containers read / write to the same folders. Container # 102 will host a Linux Turnkey SMB file server and Container #103 will host a qbittorrent server for iso downloads… I would like to have the qbittorrent server download to the same directory then be accessible on the SMB server. Both containers are unprivileged.
I am able to see the /shared directory in both containers by using mp0: /mnt/pve/ExtHD/shared,mp=/shared.
However I do not have permission to add any files to the /shared folder from the containers.
What do I do next from here? Can you specify the commands required on the host and containers in order to fix the permissions issues?
PS I only have root accounts created on the main proxmox host and containers.
Thanks in advance.