By the way, /dev/sdc just completed the extended offline test without
any error... I feel so confused,....
constantine


On Sun, Feb 8, 2015 at 11:04 PM, constantine <costas.magn...@gmail.com> wrote:
> Thank you very much for your help. I do not have any recovery backup
> and I need these data :(
>
> Before my problems begun I was running btrfs-scrub in a weekly basis
> and I only got 17 uncorrectable errors for this array, concerning
> files that I do not care of, so I ignored them. I clearly should not.
> I'll probably need your help again, in which case I will let you know.
>
> I get:
> # for letter in i d c g a b; do smartctl -l scterc /dev/sd$letter; done
> smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.0-1-mainline] (local build)
> Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
>
> SCT Error Recovery Control command not supported
>
> smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.0-1-mainline] (local build)
> Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
>
> SCT Error Recovery Control command not supported
>
> smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.0-1-mainline] (local build)
> Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
>
> SCT Error Recovery Control command not supported
>
> smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.0-1-mainline] (local build)
> Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
>
> SCT Error Recovery Control command not supported
>
> smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.0-1-mainline] (local build)
> Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
>
> SCT Error Recovery Control:
>            Read:     70 (7.0 seconds)
>           Write:     70 (7.0 seconds)
>
> smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.0-1-mainline] (local build)
> Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
>
> SCT Error Recovery Control:
>            Read:     70 (7.0 seconds)
>           Write:     70 (7.0 seconds)
>
> -----> only the last two are WD RED drives.
>
> # for letter in i d c g a b; do cat /sys/block/sd$letter/device/timeout; done
> 30
> 30
> 30
> 30
> 30
> 30
>
>
>
> On Sun, Feb 8, 2015 at 10:43 PM, Chris Murphy <li...@colorremedies.com> wrote:
>> If you don't have a current backup, make one now.
>
> The only way I can think of making a backup with my current available
> hardware is removing my one WD Red 6TB from the array and copying
> every file on this removed disk.
> Can I remove the /dev/sdb without letting any of the data enter the
> soon-to-fail /dev/sdc1?
>
>> Just make sure you
>> don't overwrite any previous backup data in case you need it. Any
>> files that don't pass checksum will not be copied, these will be
>> recorded in dmesg. If you have those files backedup, you're done with
>> this volume.
>>
>> If not, first upgrade to btrfs-progs 3.18.2, then do btrfs check
>> --repair --init-csum-tree to delete and recreate the csum tree, and
>> then doing another incremental. Be clear with labeling these
>> incremental backups. Later you can diff them, and if any files don't
>> match between them, manually inspect to find out which one is the good
>> one. I'd say 50/50 chance the init-csum-tree won't work because it
>> looks like sdc1 always produces bad data. It's entirely possible the
>> repair goes badly, and the filesystem becomes read-only at which point
>> no more changes will be possible. To get files off that fail csum
>> (again, they're listed in dmesg), you'll have to use btrfs restore on
>> the unmount volume to extract them. This may be tedious.
>>
>>
>>
>>
>> --
>> Chris Murphy
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to