Hi,
Hoping someone can help point me in the right direction. I just followed SpaceInvader One's excellent guide and have Immich & PostgreSQL_Immich installed.
My issue is that when I try to upload a file I get the following error in the log:
[Nest] 594 - 10/14/2024, 5:28:40 PM ERROR [Api:AssetMediaService~b69xn7ut] Error uploading file Error: EPERM: operation not permitted, utime '/photos/upload/ca0302b3-10bc-467e-be59-c2d3b75239bc/ef/7d/ef7d26e5-733e-42ef-92f4-6a471ab6e502.png'
Error: EPERM: operation not permitted, utime '/photos/upload/ca0302b3-10bc-467e-be59-c2d3b75239bc/ef/7d/ef7d26e5-733e-42ef-92f4-6a471ab6e502.png'
at async Object.utimes (node:internal/fs/promises:1134:10)
at async AssetMediaService.create (/app/immich/server/dist/services/asset-media.service.js:279:9)
at async AssetMediaService.uploadAsset (/app/immich/server/dist/services/asset-media.service.js:96:27)
at async AssetMediaController.uploadAsset (/app/immich/server/dist/controllers/asset-media.controller.js:40:29)
[Nest] 594 - 10/14/2024, 5:28:40 PM ERROR [Api:ErrorInterceptor~b69xn7ut] Unknown error: Error: EPERM: operation not permitted, utime '/photos/upload/ca0302b3-10bc-467e-be59-c2d3b75239bc/ef/7d/ef7d26e5-733e-42ef-92f4-6a471ab6e502.png'
and a similar broken image graphic in the browser:
The only deviation away from the guide is that in my unraid setup I have a raid controller connected as a 'Unassigned Disk Devices' so Path is configured as below:
I'm guessing it is a permissions issue as the filesystem on the array is NTFS - It looks as though the correct folder structure has been created because when I browse to the share I can see:
I'd apppreciate any thoughts/assistance - Thanks in advance!