2024-09-15, 04:45 PM
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.
It may be 2048 instead of 4096.
If you have command line access to your NAS, run this command.
Code:
getconf PAGESIZE
It may be 2048 instead of 4096.