![]() |
Library Disappears - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Library Disappears (/t-library-disappears--11342) |
Library Disappears - pcaddict - 2025-03-23 Hi there, I'm running Jellyfin 10.10.6 in a TrueNAS 24.10.2 container (provided by TrueNAS). The app pool is on an NVMe SSD, while media is on separate pools. Issue: Every so often, all media libraries disappear from Jellyfin without an obvious cause. Here’s what I’ve observed:
If anyone has ideas for troubleshooting this further, I’d greatly appreciate your help! RE: Library Disappears - TheDreadPirate - 2025-03-23 Can you share how Jellyfin is configured in TrueNAS? Specifically where you've mounted /config and /cache. It sounds like you've co-mingled /config and /cache in the same folder instead of creating separate folders for each. If my assumption is correct, the cache cleanup job is essentially wiping out any permanent config files that are not currently in use. So things like your databases will remain, but library configs and images will be "cleaned up" RE: Library Disappears - pcaddict - 2025-03-24 (2025-03-23, 11:16 PM)TheDreadPirate Wrote: Can you share how Jellyfin is configured in TrueNAS? Specifically where you've mounted /config and /cache. It sounds like you've co-mingled /config and /cache in the same folder instead of creating separate folders for each. If my assumption is correct, the cache cleanup job is essentially wiping out any permanent config files that are not currently in use. So things like your databases will remain, but library configs and images will be "cleaned up" Your assumption is correct, I had the config and cache folders mapped to the same directory. I've redeployed the app with cache in its own folder and will see how it goes. Thanks for taking a look. |