Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2013 15:50:55 +0100
From:      =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= <olivier@cochard.me>
To:        "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>
Subject:   Regression on -current with mdconfig or dd
Message-ID:  <CA%2Bq%2BTcr0DVRm%2BV81RutFg_UU5TQshUfgvNd%2B7=_0KKdDdNZxoQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

I found a regression on current:
The problem is meet with dd but I'm not sure it's the root cause.

Here is how to reproduce the problem easily with 3 commands:

dd if=/dev/zero of=/tmp/SOURCE.img seek=100000 count=0
mdconfig -a -t vnode -f /tmp/SOURCE.img
dd conv=sparse if=/dev/md0 of=/tmp/DEST.img bs=64k

=> This last "dd" works great on 10.0-BETA3 and older but failed on
-current (r258675 and r259096) with the message:
dd: /dev/md0s1: Input/output error

Regards,

Olivier



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2Bq%2BTcr0DVRm%2BV81RutFg_UU5TQshUfgvNd%2B7=_0KKdDdNZxoQ>