MikeZhang wrote: ↑20 May 2026, 17:05
1. Please provide your hyper cache mode: balanced mode or R-W mode
2. Did you force a hard restart by power button or click reboot in TOS "Start"?
3. Before it reboots, is there data transfer activity?
4. You may enter command line
Code: Select all
lvdisplay | grep -E "Cache dirty blocks"
in TOS terminal, test for several reboots and provide us with output for analysis.
1. Balanced mode for Hypercache
2. No. Always Shutdown command is used.
3. No. The NAS is only used by me with not external activity
4. While disk activity is frantic when I boot the NAS, starting at 100%, it drops to 0% when that activity stops.
(I replaced the M.2 drive with a 1TB one in case that was the problem, but the problem persists.)
emby@TNAS-EMBY:/# lvdisplay | grep -E "Cache dirty blocks"
Cache dirty blocks 95.66%
emby@TNAS-EMBY:/# lvdisplay | grep -E "Cache dirty blocks"
Cache dirty blocks 95.10%
emby@TNAS-EMBY:/# lvdisplay | grep -E "Cache dirty blocks"
Cache dirty blocks 93.39%
emby@TNAS-EMBY:/# lvdisplay | grep -E "Cache dirty blocks"
Cache dirty blocks 90.13%
emby@TNAS-EMBY:/# lvdisplay | grep -E "Cache dirty blocks"
Cache dirty blocks 85.86%
emby@TNAS-EMBY:/# lvdisplay | grep -E "Cache dirty blocks"
Cache dirty blocks 80.42%
emby@TNAS-EMBY:/# lvdisplay | grep -E "Cache dirty blocks"
Cache dirty blocks 71.20%
emby@TNAS-EMBY:/# lvdisplay | grep -E "Cache dirty blocks"
Cache dirty blocks 32.96%
emby@TNAS-EMBY:/# lvdisplay | grep -E "Cache dirty blocks"
Cache dirty blocks 6.30%
emby@TNAS-EMBY:/# lvdisplay | grep -E "Cache dirty blocks"
Cache dirty blocks 0.00%
emby@TNAS-EMBY:/#
Out of curiosity, in TOS5 and 6, Hypercache needed to use RAM, and if there wasn't enough RAM, the full capacity of, for example, a 1TB M.2 drive couldn't be used.
TOS7 Hypercache apparently doesn't use RAM.
Is this normal behavior?