Raid5 Balance Failing - LP15.6 - v5.0.14

an addendum for when the above doesn’t return any files, you can step through the entire stripe set

for x in $(seq 0 $(( (nr_disks - 1) * 16 - 1)) ); do btrfs insp logical -o $((Address + $x * 4096)) /mountpoint; done | sort -u
3 Likes