Tdarr Script break bind mounts?!? #220

Closed
opened 2026-02-04 17:12:32 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @PaulePils on GitHub (Dec 27, 2024).

Have you read and understood the above guidelines?

Yes

📜 What is the name of the script you are using?

Tdarr

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/tdarr.sh)"

📝 Provide a clear and concise description of the issue.

On my proxmox host, I changed my NAS Layout to mount the share like these two tutorials do it: https://blog.kye.dev/proxmox-series and https://forum.proxmox.com/threads/tutorial-unprivileged-lxcs-mount-cifs-shares.101795/
After I used the install script of Tdarr, I can't any files. Not in the CLI of the LXC nor in the WebGUI of Tdarr. From my point of view, it looks like an error with the file/directory permissions because I somehow can't change them and there are even error messages

chown: changing ownership of '/path/to/mount/': Operation not permitted

Just to test it out, I created an other LXC without any script and the mount (inculding the files) is visible.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  1. Create LXC via script
  2. Create user and group
  3. Stop LXC
  4. Add bind mounts to LXC via proxmox host
  5. Restart LXC
  6. Path/to/mount is empty

Paste the full error output (if available).

I started a post in the proxmox forum. I included some informations there:
https://forum.proxmox.com/threads/files-in-bind-mount-not-visible.159584/

🖼️ Additional context (optional).

I will keep the "not-working" LXC for some time in case you need some more informations.

Originally created by @PaulePils on GitHub (Dec 27, 2024). ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Tdarr ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/tdarr.sh)" ### 📝 Provide a clear and concise description of the issue. On my proxmox host, I changed my NAS Layout to mount the share like these two tutorials do it: [https://blog.kye.dev/proxmox-series](url) and [https://forum.proxmox.com/threads/tutorial-unprivileged-lxcs-mount-cifs-shares.101795/](url) After I used the install script of Tdarr, I can't any files. Not in the CLI of the LXC nor in the WebGUI of Tdarr. From my point of view, it looks like an error with the file/directory permissions because I somehow can't change them and there are even error messages > chown: changing ownership of '/path/to/mount/': Operation not permitted Just to test it out, I created an other LXC without any script and the mount (inculding the files) is visible. ### ⚙️ What settings are you using? - [X] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. 1. Create LXC via script 2. Create user and group 3. Stop LXC 4. Add bind mounts to LXC via proxmox host 5. Restart LXC 6. Path/to/mount is empty ### ❌ Paste the full error output (if available). I started a post in the proxmox forum. I included some informations there: https://forum.proxmox.com/threads/files-in-bind-mount-not-visible.159584/ ### 🖼️ Additional context (optional). I will keep the "not-working" LXC for some time in case you need some more informations.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#220