I'm writing this incase anyone else runs into the problem I had with the F5-422 NAS last week.
The Terra-master 50TB RAID1 F5-422 NAS here experienced its first power failure, probably while in active use and did not take it well.
While I had to reboot this a few times since it was deployed in 2020, it's always back up normally. This time was different.
Two thing that went against it this time:
- Actual power failure vs a reboot via pressing the power button
- Actively writing files during the power failure event
The immediate symptom was that mount requests from client devices were refused and the WEB UI was indicating a factory-reset state (was asking for a email address etc to starting configuration).
Fortunately both telnet and ssh to root user on port 9222 with the previously set admin password worked.
I tried Terra-master support, and got exactly the level of support I expected. They suggested I reboot. I explained I did. They suggested I reboot again. And again. And again. Ok, enough of this. I'm on my own.
BTRFS is the file system used in this NAS. Attempting to manually mount the file system from command line resulted in a superblock error:
mount -t btrfs -o ro,usebackuproot /dev/mapper/vg0-lv0 /mnt/jdraidrecovery/
mount: /mnt/jdraidrecovery: can't read superblock on /dev/mapper/vg0-lv0.
btrfs check --clear-space-cache v2 /dev/mapper/vg0-lv0
btrfs check --repair /dev/mapper/vg0-lv0