Mount Point between multiple LXCs

vctgomes

New Member
Jul 4, 2023
15
1
3
I have an external drive mounted on /mnt/hdd directly into Proxmox host. I shared /mnt/hdd/data to /data for four LXCs different, with different users.

One LXC is qBitTorrent and another is Jellyfin, for example. How to make possible Jellyfin user see and write the saved file from qbittorrent?
 
Chmodding the folder to 777? Or chmodding it to 770 and setting the folders group and the group of every LXCs user to the same GID?
 
in this case, I need to create a group with same name and same GID into each LXC, right? Adding only the user from that LXC?
Same name doesn't matter but would be useful. But same GID. And yes, creating the group in all LXCs and adding the users to that group in each LXC. And dont forget the group and user on the PVE host.
 
  • Like
Reactions: vctgomes