You are not logged in.
Pages: 1
HI
I am getting this message in dmesg
Mar 29 10:24:16 localhost kernel: [ 2182.196238] btrfs csum failed ino 391594 off 0 csum 2566472073 private 1083559847
Mar 29 10:24:16 localhost kernel: [ 2182.196503] btrfs csum failed ino 391702 off 0 csum 2566472073 private 2460573060
Mar 29 10:25:11 localhost kernel: [ 2236.485880] btrfs csum failed ino 391594 off 0 csum 2566472073 private 1083559847
Mar 29 10:25:11 localhost kernel: [ 2236.486230] btrfs csum failed ino 391702 off 0 csum 2566472073 private 2460573060
Mar 29 10:25:53 localhost kernel: [ 2278.593617] btrfs csum failed ino 391594 off 0 csum 2566472073 private 1083559847I am running BTRFS on SSD
looks there is wrong csum on some inods.
Is there any way how to check all my disk for errors? and how can I repare it?
thanks
Offline
Btrfs-progs in [testing] contain btrfsfsck.
Offline
this time I was happy
I did use following commnad to find out which file are corrupt
find / \( -inum 391594 -o -inum 391702 -o -inum 391594 -o -inum 391702 -o -inum 391594 \) -lsand then just replace from backup
do you think, smartctl is good utility to check health of SDD?
is there anything else, special for SSD?
thanks
Offline
Pages: 1