Page 1 of 1

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

Posted: Sat Jul 06, 2024 3:41 pm
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!


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

Posted: Sat Jul 06, 2024 3:45 pm
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.


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

Posted: Sun Jul 07, 2024 8:49 pm
by byr3v

Solved:

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