NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
F_L_
Mar 13, 2017Tutor
Missing volume after power failure
I had a power failure that lasted too long so my UPS shut down my Ultra 4 (OS 6.6.1) When booting it up again I had this screen: I am missing my Volume and ofc my shares too and it seems th...
- Mar 15, 2017
F_L_ wrote:Then I get:
root@Ultra:/# mount --bind / /mnt root@Ultra:/# du -h --max-depth=1 /mnt 1.8G /mnt/data
There's your issue... /mnt/data should be empty.
Do you have replicate jobs running? It's common that it pushes data to /data even though the data volume is not mounted, filling up the OS volume.
Then, once the data volume is mounted on /data, you can no longer see what was in the folder itself but the OS volume is still full.
As you have temporarily mounted the OS volume back to /mnt, you should check what's in /mnt/data and clear it to free up space on your OS volume. WARNING: Be careful what you're doing, you want to clear /mnt/data, NOT /data (where your actual data volume is mounted)!
mdgm-ntgr
Mar 14, 2017NETGEAR Employee Retired
You have a few disks with current pending sectors. One of them has a very high count and a lot of reallocated sectors.
This does look like a data recovery situation. Various steps could be involved including disk cloning to attempt to recover the data.
- F_L_Mar 14, 2017Tutor
So how do you suggest to proceed?
Should I replace the disk with highest count? Can it then repair the volume?
I have some linux skills since before but never work with BTRFS
- F_L_Mar 14, 2017Tutor
Still, should a disc with high count make the whole raid collapse? And without any warning?
I have email alerts set up and I have not received anything related to faulty/damaged discs.
I´m not an expert but it seems that this might not be the root cause for the failure, specially since it has been reported from several recently.
If I remove one disc from the NAS, can I mount it in Linux and extract (some) data?
- jak0lantashMar 14, 2017Mentor
F_L_ wrote:should a disc with high count make the whole raid collapse? And without any warning?
I am NOT saying this is the case here. But the sake of the argument, if you take the case of an erroring disk that corrupts the RAID array, yes a single disk can bring down the whole volume.
There is a lot of misconception around the level of protection given by RAID technologies. Maybe product marketing is partially responsible for the myth that RAID redundancy is enough protection, but technically it's far from being enough. Nothing replaces a good external/offsite backup.
Even regarding backups, there is a lot of misconception. For example, "syncing" between two devices is not a backup. It's quite the opposite, you increase the surface of vulnerability.
The best option for data redundancy is a mix of all things, with the right balance. RAID redundancy, external backups, snapshots/versioning, checksums, etc.
Disaster Recovery and High Availability are yet completely different things. Taking the example of an imaginary and very resilient backup guarantying data integrity. It may allow to recover specific files to an absolute certainty which would make it an amazing backup solution, but may be a pain to recover all data at once or require a huge amount of time to complete, which would make it a terrible solution for DR. A backup has nothing to do with HA.
In your case, based on the logs you showed, as soon as mdadm starts assembling the second sub-array, the kernel spews a lot of call traces. This is exactly the type of situation that RAID redundancy can't protect you against.
I do not know what is happening and one would need to investigate directly on the machine to understand it and explain to you if possible.
I know I'm not solving your problem, but I hope this helps you understand the situation anyway.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!