On Tue, Jul 5, 2016 at 12:40 PM, Tomáš Hrdina <thomas....@gmail.com> wrote: > I don't know, if it would be good idea, but my disk, which disconnected > is connected again. Maybe it could help in getting data to the right > state, so other two disk could be mounted alone. But don't know, if it > would stay connected for some work. Or if it would make things even worst.
I'd stick to the read only commands: btrfs check btrfs-debug-tree -d btrfs-find-root Also, I'm surprised I didn't ask (seeing as I'm on a rampage about this these days) smartctl -l scterc /dev/sdX ## for each drive smartcl -a /dev/sdX ## for each drive cat /sys/block/sdX/device/timeout ## for each drive We should find out if there are bad sectors, and if they can even be properly corrected by Btrfs self healing mechanism. The normal default on Linux prevents this with consumer drives. -- Chris Murphy -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html