I have a btrfs filesystem spanning 3 drives. The metadata is using
raid1 (mirroring), but the data is using single, so no mirroring or
parity just spanning. For example:
mkfs.btrfs -m raid1 -d single /dev/sda /dev/sdb /dev/sdc
One of the drives, /dev/sdb, had a hardware failure before I could
replace it. I'm able to mount the filesystem in read-only using:
mount -o degraded,ro /dev/sda /mnt/data
But how do I list the files that were on the failed drive?
--
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