-
October 2012 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Oct '12
03
Verify Linux MD device
Yet another faulty disk with bad blocks has me wondering how to check the MD array for consistancy, found a good post about it. sudo bash -c “echo check > /sys/block/md0/md/sync_action” sudo bash -c “echo repair >/sys/block/md0/md/sync_action” cat /sys/block/md1/md/mismatch_cnt