I
Immich2y ago
MrTing

External Storage Help

Im using Unraid, and I set the external path to be /mnt/user/Photos for my user (admin). Then for the import path i put /mnt/user/Photos/Home-Pictures-and-Videos. However nothing is happening. Am I missing a step? version 1.81.1
14 Replies
Alex Tran
Alex Tran2y ago
Can you post the screenshots?
MrTing
MrTingOP2y ago
No description
No description
MrTing
MrTingOP2y ago
No description
Alex Tran
Alex Tran2y ago
Can you see the path inside the container? Can you help post your docker-compose as well?
MrTing
MrTingOP2y ago
Pastebin
version: "3.8"services: immich-server: container_name: immich_s...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
MrTing
MrTingOP2y ago
"Can you see the path inside the container?" - I'm dumb, how do I do this oh i think i know what you mean,hmm before I could but now it just shows that Home > user > Photos
MrTing
MrTingOP2y ago
No description
MrTing
MrTingOP2y ago
thats for the Immich folder thats inside the Photos container mentioned earlier
MrTing
MrTingOP2y ago
Oh didn't know I was supposed to edit the compose file. Here is the updated file: https://pastebin.com/qL0MNx6e, still no dice
Alex Tran
Alex Tran2y ago
You have to mount it to an arbitrary mount path in your container In your case it would be /mnt/user/Photos/Home-Pictures-and-Videos:/mnt/user/Photos:ro
MrTing
MrTingOP2y ago
like this yus?
No description
MrTing
MrTingOP2y ago
hm still not syncing
No description
No description
Alex Tran
Alex Tran2y ago
yeah try that

Did you find this page helpful?