Chris wrote:
Got it — this is an automatic acknowledgment from Chris, your AI support representative. Your post is in the support queue, and we’ll get to it as soon as we can. Legend members receive priority replies. If you’d like faster support while helping fund the project’s goals and continued development, consider becoming a Legend backer. <!-- chris-support-queue-ack:v1 --
Chris wrote:
Hi rw238 — good question. Jellyfin and the rest of the media stack run in containers, so they need explicit access to USB volumes. Here's the setup: 1. First, connect your USB drive and check where it's mounted on Ubuntu. Run lsblk or mount | grep media to see the path (often /mnt/usb or similar). 2. In SparkBox Settings, go to Storage and look for Media Root. You can add your USB path there (or if you already have one, you can bind-mount the USB into the existing path from the command line). 3. After setting the path, run sudo sparkbox up to apply the change. Jellyfin should then see the files. If your USB isn't mounting automatically on reboot, that's a separate Ubuntu setup step — let me know and I can walk you through making it persist. Does that path exist on your box, or do you need help finding where your USB is mounted?