#Help adding External library
1 messages ยท Page 1 of 1 (latest)
Shouldn't need quotes as far as I know. Do you have your external drive mounted to the immich docker services?
how do I do that? i directly giving the path where I stored my photos in my laptop
Can you post your compose file? For however you deploy immich.
I used the one download the installation guide. I didn't update anything I think
You'll need to add the drive location to the volume section. I'm not entirely sure of the format you need for Windows.
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
- D:\Fun\Photos:<internal location>
Thanks. I will give it a try. Do I need to redeploy and run any commands after making change or just restarting docker is enough?
I updated like this and restarted docker. It didn't work ๐ฆ
i also tried
Alex helped me to resolve this issue in another message thread. I am all set on this
Hey every1 just wanted to see if this thread could be shared here? ๐ thanks in advance
- "D:/.DATA media:/mnt/media/my-media:ro"
- "C:/Users/username/Desktop/my test:/mnt/media/win:ro"
these are my mount locations
the external drive is under D and C is the local filesystem, but once I add the external libraries and re-scan, no changes happen in the size of the items
Sometimes it doesn't work because the path changes. you should first mount the External with fstab, then follow the immich instruction
Turns out this worked perfectly!
But I couldnt use my external drive, had to copy all of the assets over to my local drive and then set that as the primary location.
Thanks Marcus appreciate the help ๐