Sonarr (and Radarr) not seeing full disk space of my external drive

Sonarr version (exact version): 3.0.10.1567
Mono version (if Sonarr is not running on Windows): 6.12.0.200
OS: Linux / Docker
Debug logs: N/A
Description of issue:

Hello,

I have an issue regarding the disk space of my external drive.
I had a first setup before where I had no issue to see the Total Space of external drive which is 3.6To.
But I had to reinstall Sonarr and Radarr and now it is showing me the Total Space of 58Go which I believe is the space of he drive where my linux is.

All my apps are running inside docker containers. I have mounted the my external drive like this:

  sonarr:
    container_name: sonarr
    restart: unless-stopped
    ports:
     - 8989:8989
    volumes:
     - /media/HomeServerHDD/Data:/data
     - /media/HomeServerHDD/Configs/Sonarr/Config:/config
    environment:
     - PUID=1000
     - PGID=1003
     - TZ=Europe/Paris
    image: linuxserver/sonarr

You can see that my external drive “HomeServerHDD” is mounted inside docker, that’s why I don’t understand why it’s not showing me the Disk Space of my external drive.

Here is the screenshot of Sonarr for the disk:

Thanks a lot in advance.

Btv

My bad, my drive wasn’t properly mounted…

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.