Hi TerraMaster Support Team and Forum Community,
I am opening this thread to report a critical issue that occurred after attempting to update the Storage Manager application from the TOS 7 Web GUI on a TerraMaster F6-424 Max.
[h]1. System Setup & Issue Description[/h]
- NAS Model: TerraMaster F6-424 Max
- TOS Version: 7.0.0777
- Storage Configuration:
- Datastore01 (vg0 / lv0): 2x NVMe SSDs (1 TB) in RAID 1 (contains system structure and homes).
- Datastore02 (vg1 / lv1): 6x HDDs (20 TB) for mass storage.
- Symptom: The Storage Manager app update froze at 90%. After waiting and rebooting the NAS, Storage Manager failed to launch, and the Web GUI threw the following persistent floating error:
Update failed! The main volume {the volume where homes is located} does not exist. Please check whether the storage configuration is abnormal.
I accessed the NAS via SSH as root to inspect the underlying storage layer:
1. Physical Drive Detection: All drives (2x NVMe sdza/sdzb and 6x HDDs sda-sdf) are detected properly by the kernel (
Code: Select all
lsblk2. RAID & LVM Status: Running
Code: Select all
mdadm --assemble --scanCode: Select all
vgchange -ay3. Btrfs Filesystem Integrity: Running
Code: Select all
btrfs subvolume list[h]3. TOSDaemon Stack Trace / Log Errors[/h]
When trying to manually restart
Code: Select all
/usr/sbin/TOSDaemonCode: Select all
time=2026-07-23T09:51:05.802+02:00 level=WARN msg="[config backup] register fail:group id is empty"
!BADKEY="goroutine 14 [running]: ... gitlab.local/ZiRunHua/confRegister/internal/service.(*RegisterServer).registerFail ...
[error] failed to parse field: GroupList, error: unsupported data type: &[]
DEBUG /bin/bash -c systemctl status DockerEngine.service
[error] failed to parse field: GroupList, error: unsupported data type: &[]
[h]4. Question / Request for Advice[/h]
- Is there a CLI command or database repair script to fix the TOS internal DB schema without rewriting the OS partition?
- Or is it recommended to perform a Hot-Swap OS reinstallation keeping original data by removing drives, booting empty, re-inserting drives, and applying the TOS 7 .ins package?
