You are not logged in.

#1 2012-03-29 08:44:44

jancici
Member
From: svk
Registered: 2011-12-04
Posts: 194

Problem with BTRFS on SSD?

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 1083559847

I 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

#2 2012-03-29 10:04:08

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: Problem with BTRFS on SSD?

Btrfs-progs in [testing] contain btrfsfsck.

Offline

#3 2012-03-29 13:29:01

jancici
Member
From: svk
Registered: 2011-12-04
Posts: 194

Re: Problem with BTRFS on SSD?

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  \) -ls

and 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

Board footer

Powered by FluxBB