[Solved] Posible to add more drive/hdd to media ?

Questions about Jellyfin.
Post Reply
byr3v
Posts: 3
Joined: Sat Jul 06, 2024 3:34 pm
Romania

[Solved] Posible to add more drive/hdd to media ?

Post by byr3v »

Hi,

Is posible to add more drive/hdd to media ?

I previously used a system with a similar functionality with YAMS installed "bare metal" where I had no problems with adding hdds.

Recently I rebuilt the whole server and installed YAMS with some problems that I solved in the end, but now I ran into this problem, to add in a very simple way the almost 40 TB of files and tv series!

User avatar
rogs
Site Admin
Posts: 145
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: Posible to add more drive/hdd to media ?

Post by rogs »

Hey @byr3v!

Yes you can! You can either do it manually or use RAID to merge all the drives together and make them show up as one. If you already have the HDDs and info, I suggest you go manually. Just add the extra mountpoints in the docker-compose file and that's it!

Cheers!

Roger.

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
byr3v
Posts: 3
Joined: Sat Jul 06, 2024 3:34 pm
Romania

Re: Posible to add more drive/hdd to media ?

Post by byr3v »

Solved:

sudo mount /dev/sda1 /srv/media/hdds/hdd1
sudo chown -R userxxx:userxxx /srv/media/hdds/
...

Post Reply