[GH-ISSUE #8546] Immich script prevents from adding mounts on boot #1858

Closed
opened 2026-02-26 12:50:28 +03:00 by kerem · 3 comments
Owner

Originally created by @ethillias-spec on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8546

Originally assigned to: @vhsdream on GitHub.

Have you read and understood the above guidelines?

yes

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

Immich

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.0.10

📝 Provide a clear and concise description of the issue.

After initial installing a privilegded container i was unable to mount any cifs storage.
I did not do any configuration to immich after install, adding the cifs to /etc/fstab and reboot doesnt not bring up the mount. if i execute the mount -a command everything is mounted just fine.

🔄 Steps to reproduce the issue.

  1. install privieledged container via script
  2. apt-get install cifs-utils
  3. create mount folder /mnt/immich
  4. edit fstab: //host/immich /mnt/immich cifs username=user,password=password,domain=domain
  5. reboot

Paste the full error output (if available).

I couldnt find any error information.

🖼️ Additional context (optional).

I tested with various mounting options like: x-systemd.after=network-online.target or _netdev same result.

Originally created by @ethillias-spec on GitHub (Oct 21, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8546 Originally assigned to: @vhsdream on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Immich ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.0.10 ### 📝 Provide a clear and concise description of the issue. After initial installing a privilegded container i was unable to mount any cifs storage. I did not do any configuration to immich after install, adding the cifs to /etc/fstab and reboot doesnt not bring up the mount. if i execute the mount -a command everything is mounted just fine. ### 🔄 Steps to reproduce the issue. 1) install privieledged container via script 2) apt-get install cifs-utils 3) create mount folder /mnt/immich 4) edit fstab: //host/immich /mnt/immich cifs username=user,password=password,domain=domain 5) reboot ### ❌ Paste the full error output (if available). I couldnt find any error information. ### 🖼️ Additional context (optional). I tested with various mounting options like: x-systemd.after=network-online.target or _netdev same result.
kerem 2026-02-26 12:50:28 +03:00
Author
Owner

@MickLesk commented on GitHub (Oct 21, 2025):

Issue Subject "Immich". Wow .....

@vhsdream idk, for me its not an issue

<!-- gh-comment-id:3427167928 --> @MickLesk commented on GitHub (Oct 21, 2025): Issue Subject "Immich". Wow ..... @vhsdream idk, for me its not an issue
Author
Owner

@vhsdream commented on GitHub (Oct 21, 2025):

@MickLesk I've never used a privileged Immich LXC, so not sure. I don't exactly get why a person would want to, considering it's entirely possible to use an unprivileged LXC.

@ethillias-spec - is mount=cifs enabled in the LXC features in Proxmox?

<!-- gh-comment-id:3428670663 --> @vhsdream commented on GitHub (Oct 21, 2025): @MickLesk I've never used a privileged Immich LXC, so not sure. I don't exactly get why a person would want to, considering it's entirely possible to use an unprivileged LXC. @ethillias-spec - is `mount=cifs` enabled in the LXC features in Proxmox?
Author
Owner

@ethillias-spec commented on GitHub (Oct 21, 2025):

I wanted to test if immich might be the right thing for me to use.

So a priviledged vontainer is the easy way. I have done this with other scripts and it never was a problem. I also would not save my credetials within fstab but for testing ists just the easy fast way. I also have the same options in proxmox for other containers. You can try the same with paperless and it will work just fine.

I tried with CIFS/SMB enabled in Features and its still the same result:

root@th-immich-01:~# cd /mnt/immich/
root@th-immich-01:/mnt/immich# ls
root@th-immich-01:/mnt/immich# mount -a
root@th-immich-01:/mnt/immich# cd ..
root@th-immich-01:/mnt# cd immich/
root@th-immich-01:/mnt/immich# ls
upload

As you can see here mount -a just works fine. Maybe the reason isnt the script, but i was unable to find out what else could be wrong and as i said i just did the install and nothing else. When i do the same with the paperless script it works fine.

<!-- gh-comment-id:3428808467 --> @ethillias-spec commented on GitHub (Oct 21, 2025): I wanted to test if immich might be the right thing for me to use. So a priviledged vontainer is the easy way. I have done this with other scripts and it never was a problem. I also would not save my credetials within fstab but for testing ists just the easy fast way. I also have the same options in proxmox for other containers. You can try the same with paperless and it will work just fine. I tried with CIFS/SMB enabled in Features and its still the same result: root@th-immich-01:~# cd /mnt/immich/ root@th-immich-01:/mnt/immich# ls root@th-immich-01:/mnt/immich# mount -a root@th-immich-01:/mnt/immich# cd .. root@th-immich-01:/mnt# cd immich/ root@th-immich-01:/mnt/immich# ls upload As you can see here mount -a just works fine. Maybe the reason isnt the script, but i was unable to find out what else could be wrong and as i said i just did the install and nothing else. When i do the same with the paperless script it works fine.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1858
No description provided.