On Aug 22, 2013, at 6:59 PM, Nicholas Lee <email@xxxxxxxxx> wrote: > > smartctl -x /dev/sdg | grep SCT The grep filtered the current read/write values, try this: smartctl -l scterc /dev/sdg If it's higher than 300(30.0 seconds) then you should change it: smartctl -l scterc,70,70 /dev/sdX for all drives. And then I'd filter through dmesg to see if you have any PHY or read errors or ATA reset messages. 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
