NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ManiacMike
Feb 07, 2017Aspirant
ReadyNAS Ultra 4 "Volume scan found errors that it could not easily correct."
Hi all! First time poster, long time lurker.
After years of happy use of the Ultra 4, I have my first (major) issue. None of the shares are mounting, presumably due to the missing volumes. Further inspection indicates that the disk space is full "3940 GB (100%) of 3940 GB used". While I suspect this is a red herring, it's possible a runaway process filled it up.
Following is a snippet of the most recent logs:
Tue Feb 7 12:30:59 EST 2017 System is up. Tue Feb 7 12:29:59 EST 2017 The paths for the shares listed below could not be found. Typically, this occurs when the ReadyNAS is unable to access the data volume. share1 share2 share3 Tue Feb 7 12:28:40 EST 2017 Volume scan found errors that it could not easily correct. Please ensure that you have current backups of all valuable data before performing a full volume scan by rebooting the NAS through Frontview with the volume scan option enabled. Sun Feb 5 06:41:28 EST 2017 RAID scrubbing finished on volume C. Sun Feb 5 03:03:28 EST 2017 The on-line filesystem consistency check completed without errors for Volume C. Sun Feb 5 03:00:03 EST 2017 The on-line filesystem consistency check has started for Volume C. Sun Feb 5 00:00:24 EST 2017 RAID scrubbing started on volume C. Sun Jan 29 06:43:35 EST 2017 RAID scrubbing finished on volume C. Sun Jan 29 03:03:29 EST 2017 The on-line filesystem consistency check completed without errors for Volume C. Sun Jan 29 03:00:03 EST 2017 The on-line filesystem consistency check has started for Volume C. Sun Jan 29 00:00:18 EST 2017 RAID scrubbing started on volume C. Sun Jan 22 06:43:26 EST 2017 RAID scrubbing finished on volume C. Sun Jan 22 03:03:35 EST 2017 The on-line filesystem consistency check completed without errors for Volume C.
I do not have a current backup, and only have around 40GB on the NAS that is worth saving. Any way to mount these up temporarily to see if I can delete a gigantic file or save the vitals before a rebuild? Is Skip Volume Check the way to go?
I'm on Ubuntu for debugging, but can also use Windows tools.
Thanks for any help!
6 Replies
- StephenBGuru - Experienced User
One option is to contact support, and ask about data recovery. It is expensive (starts at $200).
Is ssh enabled? if not, you can try installing the enable root ssh add-on from here: https://kb.netgear.com/24551/ReadyNAS-Add-ons-for-RAIDiator-4-2-x86?cid=wmt_netgear_organic
You can then ssh into the NAS - the logon is "root", the password is the NAS admin password.
- ManiacMikeAspirant
Excellent, I'm in as root and have been investigating. It seems that I keep circling around the following error:
EXT4-fs (dm-0): ext4_check_descriptors: Block bitmap for group 17216 not in group (block 623566614080)! EXT4-fs (dm-0): group descriptors corrupted!
I found a few descriptions of a similiar problem, each mildly horrifying and all fairly dated. Looks like I can pursue a few options
1) mke2fs - Seems the safest approach, any method to the madness?
2) Reboot without the volume check - Instructions say this is risky, but no reason given.
3) Mount with fuse and copy of the data to a new drive - All instructions point to use of ext2 which doesn't make sense to me.
4) Run fsck.ext4 - Seems I may lose data, but the disks didn't have any failures before....
5) ???
More info
# lvs LV VG Attr LSize Origin Snap% Move Log Copy% c c -wi-a- 3.85T # pvs PV VG Fmt Attr PSize PFree /dev/md2 c lvm2 a- 685.12G 0 /dev/md3 c lvm2 a- 3.18T 5.00G # mount /dev/c/c /c mount: wrong fs type, bad option, bad superblock on /dev/c/c, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
# lvscan
ACTIVE '/dev/c/c' [3.85 TB] inherit
# cat /proc/mdstat
Personalities : [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md3 : active raid5 sda6[0] sdc6[2] sdb6[1]
3418630528 blocks super 1.2 level 5, 64k chunk, algorithm 2 [3/3] [UUU]
md2 : active raid5 sda5[0] sdd5[3] sdc5[5] sdb5[4]
718431744 blocks super 1.2 level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
md1 : active raid5 sda2[0] sdd2[3] sdc2[5] sdb2[4]
1572672 blocks super 1.2 level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
md0 : active raid1 sdc1[5] sdb1[4] sda1[0] sdd1[3]
4194292 blocks super 1.2 [4/4] [UUUU]
unused devices: <none>
- StephenBGuru - Experienced User
mke2fs creates a new file system, so I am puzzled why you'd want to do that. If you are ok with the data loss, a factory reset would be the next thing to try.
I'd probably try booting w/o the volume check next myself.
Related Content
NETGEAR Academy

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