You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you use existed SMB share directory as the directory to store in immich -v /photos on Unraid, you can't remove image from disk, though the image was deleted on immich app/web.
Log:
WARN [Microservices:StorageService] Unable to remove file from disk
WARN [Microservices:StorageService] Error: EACCES: permission denied, unlink '/photos/upload/path_to_image.png'
The text was updated successfully, but these errors were encountered:
yzhEric
changed the title
Do not use SMB share directory as the directory to store in immich -v /photos
Do not use SMB share directory as the directory to store in immich -v /photos on Unraid
Sep 10, 2024
yzhEric
changed the title
Do not use SMB share directory as the directory to store in immich -v /photos on Unraid
Do not use existed SMB share directory as the directory to store in immich -v /photos on Unraid
Sep 10, 2024
This has been discussed multiple times, you need to give the correct permissions to the folder mapped to /photos (on unraid it's by default nobody:users) or map the container's internal user to a user on the host machine with PUID and PGID which has access to /photos
if you use existed SMB share directory as the directory to store in immich
-v /photos
on Unraid, you can't remove image from disk, though the image was deleted on immich app/web.Log:
The text was updated successfully, but these errors were encountered: