ImmichI
Immich4w ago
107 replies
JBurd

Struggling with Storage Locations

I'm trying to store files in a separate directory from where immich has the db files and the docker-compose and .env files are located. All I ever see when I log into the page is
Storage space
21 GiB of 53.7 GiB used
So it's putting everything on the boot drive, not the directories I added for this (sdc is 480GB, sdd is 1.2TB)
.env file locations:
UPLOAD_LOCATION=/mnt/immstor/library
THUMB_LOCATION=/mnt/immcach/thumbs
ENCODED_VIDEO_LOCATION=/mnt/immstor/encoded-video
PROFILE_LOCATION=/mnt/immcach/profile
df -h returns:
Filesystem Size Used Avail Use% Mounted on
tmpfs 3.6G 2.1M 3.6G 1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv 54G 22G 30G 42% /
tmpfs 18G 0 18G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/sdb 879G 6.0G 829G 1% /mc
/dev/sda2 2.0G 194M 1.6G 11% /boot
tmpfs 3.6G 12K 3.6G 1% /run/user/1000
/dev/sdd 1.1T 28K 1.1T 1% /immstor
/dev/sdc1 448G 1.0M 448G 1% /immcach
I've tried many different things. Tried mirroring the file locations in
docker-compose.yml
and not touching the compose file. I've deleted the immich-app folder any time I changed the configs and restarted the containers.

Running on ubuntu server, installed with the recommended docker compose scripts.
What am I missing?
image.png
image.png
image.png
Was this page helpful?