On Wed, Jul 6, 2016 at 11:12 AM, Gonzalo Gomez-Arrue Azpiazu <ggomarr@xxxxxxxxx> wrote: > Hello, > > I had a RAID5 with 3 disks and one failed; now the filesystem cannot be mounted. > > None of the recommendations that I found seem to work. The situation > seems to be similar to this one: > http://www.spinics.net/lists/linux-btrfs/msg56825.html > > Any suggestion on what to try next? Basically if you are degraded *and* it runs into additional errors, then it's broken because raid5 only protects against one device error. The main problem is if it can't read the chunk root it's hard for any tool to recover data because the chunk tree mapping is vital to finding data. What do you get for: btrfs rescue super-recover -v /dev/sdc1 It's a problem with the chunk tree because all of your super blocks point to the same chunk tree root so there isn't another one to try. >sudo btrfs-find-root /dev/sdc1 >warning, device 2 is missing >Couldn't read chunk root >Open ctree failed It's bad news. I'm not even sure 'btrfs restore' can help this case. -- Chris Murphy -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
