tomspark wrote:
Yep โ that's exactly what SparkBox's MEDIAROOT setting is for: one line, no digging through compose files. It's the single folder the whole stack (downloads, Sonarr/Radarr, Jellyfin) reads and writes, so you just point it at your external drive: sudo sed -i 's|^MEDIAROOT=.|MEDIAROOT=/mnt/yourdrive|' /opt/sparkbox/.env && sudo sparkbox up Swap /mnt/yourdrive for your real mount path (run df -h to find it; avoid spaces in the path โ those break it quietly). One thing to watch: the drive's folder needs to be owned by the media user, or imports fail with "permission denied" โ if that happens, run sudo chown -R 1000:1000 /mnt/yourdrive. Then sudo sparkbox doctor confirms it's mounted, writable, and has space. If you paste your df -h line here I'll hand you the exact command for your drive.