Linux Btrfs filesystem development
 help / color / mirror / Atom feed
From: Roman Mamedov <rm@romanrm.net>
To: Daniel Smedegaard Buus <danielbuus@gmail.com>
Cc: linux-btrfs@vger.kernel.org
Subject: Re: Behavior after encountering bad block
Date: Fri, 19 Jun 2020 12:45:05 +0500	[thread overview]
Message-ID: <20200619124505.586f2b63@natsu> (raw)
In-Reply-To: <CAHnuAezOHbwpuVM6=bJRRtORpdHy=rVPFD+jeAQVz3xUTEsUpQ@mail.gmail.com>

On Fri, 19 Jun 2020 09:24:26 +0200
Daniel Smedegaard Buus <danielbuus@gmail.com> wrote:

> I was testing btrfs to see data checksumming behavior when
> encountering a rotten area, so I set up a loop device backed by a 1GB
> file. I filled it with a compressed file and made it rot with, e.g.,
> 
> dd if=/dev/zero of=loopie bs=1k seek=800000 count=1
> 
> That is, the equivalent of having data on a single block on an actual
> hard drive go bad.

Not really, because when real on-disk sectors go bad, the (properly behaving)
drive will return I/O errors, not blocks of zeroes instead.

For a closer emulation of hardware bad sectors, check out dm-dust:
https://www.kernel.org/doc/html/latest/admin-guide/device-mapper/dm-dust.html

Roman

  parent reply	other threads:[~2020-06-19  7:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-19  7:24 Behavior after encountering bad block Daniel Smedegaard Buus
2020-06-19  7:27 ` Daniel Smedegaard Buus
2020-06-19  7:45 ` Roman Mamedov [this message]
2020-06-19  8:08   ` Daniel Smedegaard Buus
2020-06-19  9:31     ` Roman Mamedov
2020-06-19 10:06       ` Daniel Smedegaard Buus
2020-06-19 13:12       ` Remi Gauvin
2020-06-19 21:03       ` Zygo Blaxell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200619124505.586f2b63@natsu \
    --to=rm@romanrm.net \
    --cc=danielbuus@gmail.com \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox