[Question] How to add multiple hard drive/extend space #5450
Replies: 4 comments 1 reply
-
I have found this but I don't think this settings accept multiple locations... |
Beta Was this translation helpful? Give feedback.
-
|
This isn't really something that goes in the application domain, it would usually be handled by your OS. |
Beta Was this translation helpful? Give feedback.
-
|
This is not something we should handle in the application as @bo0tzz mentioned. There are plenty of tools out there to combine drives into one bigger drive, and some of those can improve the resillience of your data. One example of this would be RAID. Im going to close this discussion |
Beta Was this translation helpful? Give feedback.
-
|
I resolved it for myself in Docker Compose setup under Windows 11 WSL, by sharding my library. immich-server:
volumes:
# Do not edit the next line...
#
# I edited this line anyway, to support different physical disk mounts across library.
# This default location is used to store everything until 2025
- ${UPLOAD_LOCATION}:/usr/src/app/upload
# separate mount for 2025 and 2026, TBC...
- ${LOCATION_2025}:/usr/src/app/upload/library/admin/2025
- ${LOCATION_2026}:/usr/src/app/upload/library/admin/2026And specified partitions on different disks for each new LOCATION.
That scales up for me, quick and enough for now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to find a way to expand my storage, I have my first hard drive with over 90% and I have more space on another hd.
I didn't find any discussion about this, which surprised me, so I'm sorry if that already exists...
Is it possible to set multiple hd?
Thanks :D
Beta Was this translation helpful? Give feedback.
All reactions