NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
edkedk
Jul 20, 2016Tutor
btrfs_merge_bio_hook+a0 error, recovery possible?
Hi, I have a ReadyNAS 204 with the btrfs_merge_bio_hook+a0 error. After reboot I can ssh into the box, but the web interface does not load and the data volume is not mounted. Output of cat /p...
- Aug 01, 2016
Eventually I used --path-regex to restore specific directories and it worked fine. Seems that everything I wanted was copied.
Hopchen
Jul 21, 2016Prodigy
Hi,
As mdgm said, running commands from the terminal can be "dangerous" if you are not experienced/comfortable with Linux and BTRFS. So, just be careful :)
I think you should wait mounting the volume. First check that it is not something benign (like a 100% full root/OS). Post the output of the command:
df -h
If the OS is not full, then I would suggest you do a read-only filesystem check on the data volume before attempting the mount. You can do this by running the command:
btrfsck /dev/md127
That might take some time. Please post the result of the FS check. The above command will not try to repair anything, it will just give us info about the state of the filesystem and the command can only be run on a non-mounted filesystem (so don't attempt to mount first).
Thanks
edkedk
Jul 21, 2016Tutor
I have some Linux experience but none with btrfs.
# df -h Filesystem Size Used Avail Use% Mounted on tmpfs 10M 4.0K 10M 1% /dev /dev/md0 3.7G 923M 2.6G 26% / tmpfs 1011M 0 1011M 0% /dev/shm tmpfs 1011M 500K 1011M 1% /run tmpfs 1011M 0 1011M 0% /sys/fs/cgroup tmpfs 1011M 0 1011M 0% /media
# btrfsck /dev/md127 Couldn't open file system
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!