Docker drive size vs. actual media drive

Having any issues installing YAMS? This is the place to ask!
Post Reply
mothravsmechabilbo
Posts: 9
Joined: Fri May 24, 2024 4:34 pm
Virgin Islands (USA)

Docker drive size vs. actual media drive

Post by mothravsmechabilbo »

I'm confused about the (perceived) storage in a Docker container. See this screen clip from Radarr, which was installed from YAMS docker compose on macos: https://imgur.com/q9UpvFC

The media server drive itself has 14tb or so of free space, but according to that screenshot above, the media folder within the docker container has much less space, and it gets less with every download I make. Should I be seeing around 14tb in that listing from Radarr, or is that amount of space to be expeced?

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

Re: Docker drive size vs. actual media drive

Post by rogs »

Hey @mothravsmechabilbo!

You should be seeing the full 14TB, so you might have configured something wrong. Make sure your mountpoint is correct in the docker-compose file.

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
mothravsmechabilbo
Posts: 9
Joined: Fri May 24, 2024 4:34 pm
Virgin Islands (USA)

Re: Docker drive size vs. actual media drive

Post by mothravsmechabilbo »

This is what I have for Radarr:

Code: Select all

  
radarr: image: lscr.io/linuxserver/radarr container_name: radarr environment: - PUID=${PUID} - PGID=${PGID} volumes: - ${MEDIA_DIRECTORY}/movies:/movies - ${MEDIA_DIRECTORY}/downloads:/downloads - ${INSTALL_DIRECTORY}/config/radarr:/config

And the env variable for my media directory is /Volumes/mediaraid/srv/media, which makes this:

Code: Select all

    
volumes: - /Volumes/mediaraid/srv/media/movies:/movies

Is there anything incorrect about that? It's downloading the movies into the correct place, just not indicating the right size of the drive. Could it be the fact that it's an external drive on macos? I can't think of anything else that would be an issue.

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

Re: Docker drive size vs. actual media drive

Post by rogs »

Everything looks fine. If the files are being downloaded in the correct place that should be enough. This might be a problem with MacOS but I wouldn't give it much thought.

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
Post Reply