exqo wrote: ↑22 Jun 2026, 16:34
Regarding the frequent crash issue you reported on your TNAS device, our technical team has analyzed the situation and recommends that you first perform the following two diagnostic checks:
1. Run a memory stability test to rule out hardware faults.
2. Reset the swap configuration (recreate the swap file).
These steps will help determine whether the crashes are caused by an abnormal swap partition or unstable memory modules.
1. Memory Test (MemTest86)
As the crash may be related to memory hardware stability, we suggest using MemTest86 to perform a full memory test.
Please follow these steps:
Create a MemTest86 bootable USB drive.
Boot the NAS from this USB drive.
Run a complete memory test – we recommend at least 4 full passes.
Watch for any errors (red error messages or "Error" indications).
If any memory errors appear during the test, please take a photo/screenshot and send it to us for further analysis.
2. Reset the Swap File
Please log in to your NAS via SSH and execute the following commands in sequence:
mkdir -p /Volume1/swap
chattr +C /Volume1/swap
dd if=/dev/zero of=/Volume1/swap/swapfile bs=1M count=4096 status=progress
chmod 600 /Volume1/swap/swapfile
mkswap /Volume1/swap/swapfile
swapon /Volume1/swap/swapfile
After running these commands, verify that the swap file is active by checking:
cat /proc/swaps
Make sure the output shows the correct file (/Volume1/swap/swapfile).
Once you have completed these operations, please enable debug mode on your NAS and continue using it as normal. Observe whether the crash issue reappears.
If the problem persists, please contact us again with any relevant logs or error messages, and we will continue to assist you in further diagnosing the issue.