Hello community,
I have a TS-673A with a TR-004U-N483 (FW 1.2.0) connected via USB. The TR-004U runs in software-controlled RAID 5 mode (administered by the NAS), with 4×10 TB HDDs (WD Red Plus) and one Thick Volume (26.86 TB), encrypted with AES 256. System is running QTS QTS 5.2.3.3006.
Setup:
- Volume:
archive-10
- Folder structure:
/share/archive-10/04_Archived/
with subfolders:2022
,2023
,2024
,2025
- Each subfolder contained approx. 3,000–15,000 JSON files (100–500 kB each)
What happened:
- Yesterday I copied 15,000 ZIP files (~250 MB each) into the
2024
folder (approx. 4 TB total). - Today I noticed:
- Folders
2023
and2025
are suddenly empty. - I cannot create new files in those folders (
touch
via SSH returns “Input/output error”). - Other folders (
2022
,2024
) are still writable.
- Folders
- I rebooted the NAS and TR-004U yesterday before copying the data, but I didn’t checked all folders afterwards.
Diagnostics:
- No warnings/errors in QTS GUI.
- RAID status:
Healthy
- SMART status:
All disks green
- However, when I try to create a file:
# touch /share/archive-10/04_Archived/2025/test.txt
touch: cannot touch 'test.txt': Input/output error
Additional note:
A few weeks ago I lost the entire file system on the same setup (same hardware, also with TR-004U). At the time I thought it was just a faulty initial setup and re-created everything from scratch. But now, with a second major issue in such a short time, I’m starting to seriously doubt the reliability of this setup.
Any ideas or similar experiences?
I would be grateful for suggestions on:
- How to further investigate what’s going on
- Whether this could be a USB/TR-004U issue or something else
- How to create a reliable setup
Thanks in advance!