2025-08-03, 03:33 PM
(2024-09-15, 04:45 PM)TheDreadPirate Wrote: This is almost certainly an issue with WD's cloud OS or whatever they call it. The libraries provided by the OS that docker/jellyfin depends on probably use different paging sizes.
If you have command line access to your NAS, run this command.
Code:getconf PAGESIZE
It may be 2048 instead of 4096.
Hi,
I know this is a year later and I am a different person. I am having the same problem and was able to get into the command line of my ex2 and it has a page size of 32768. I am guessing I need to change jellyfin's pagesize to match is that correct? If so how would I go about doing that?