From owner-freebsd-geom@FreeBSD.ORG Mon May 16 07:27:39 2011 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49DCB1065673 for ; Mon, 16 May 2011 07:27:39 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from mgat.kirov.so-cdu.ru (mgat.kirov.so-cdu.ru [77.72.136.147]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF018FC0A for ; Mon, 16 May 2011 07:27:38 +0000 (UTC) Received: from kirov.so-cdu.ru ([172.21.81.1]RDNS failed) by mgat.kirov.so-cdu.ru with InterScan Message Security Suite; Mon, 16 May 2011 08:27:22 +0400 Received: by ns.kirov.so-cdu.ru (Postfix, from userid 1010) id 5F54CB83D9; Mon, 16 May 2011 08:27:20 +0400 (MSD) Received: from [10.118.3.52] (elsukov.kirov.oduur.so [10.118.3.52]) by ns.kirov.so-cdu.ru (Postfix) with ESMTP id 2BC03B83D4; Mon, 16 May 2011 08:27:20 +0400 (MSD) Message-ID: <4DD0A7A3.6020002@FreeBSD.org> Date: Mon, 16 May 2011 08:27:15 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Brandon Gooch References: In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5ADF545AC305FD50514D8AB2" Cc: freebsd-geom@freebsd.org Subject: Re: SVN r221788: GEOM_PART: integrity check failed (da0, MBR); Western Digital "My Book" X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2011 07:27:39 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5ADF545AC305FD50514D8AB2 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On 16.05.2011 7:48, Brandon Gooch wrote: > GEOM_PART: integrity check failed (da0, MBR) > ... >=20 > The message regarding the integrity check seems to be emitted by code > from that revision. >=20 > What information can I provide to help troubleshoot the issue? I'm new > to GEOM troubleshooting... Can you show output of `gpart list da0` from the last worked kernel, or make a copy of first sector and send it to me. You can do it with this command: # dd if=3D/dev/da0 of=3D~/mbr count=3D1 MBR will be saved in your home directory. Also, recently i added a workaround in r221972, you can disable integrity checking with sysctl kern.geom.part.check_integrity=3D0 --=20 WBR, Andrey V. Elsukov --------------enig5ADF545AC305FD50514D8AB2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJN0KeoAAoJEAHF6gQQyKF6ae8H/3vHd2JCNME833yvVb6+ivhN eBEByEsHy5AZL9AOES6oG9ZznPclSVDhCPru7IgyT4wLLUlMYEl7L5QTMGe0l8G/ xgLtH/LP540oqQCyWR+L0cDVJ+eNj/vSzgqV8Xow580hAfGAJy1Y70Ve6f4g4cmb QuTqq5lE7pw4nja1VpVjWi+hsvPsAHvxHMLEY3kgUyCZO0TuKeyhQDv5pQSJwEs7 7Yi3+46otRqVzCJ+nt7gXRIT7atrS5lZeZUCYHKj7Z4MfvYFHH8JAhcjjjpq889E veXKvBFXAKs8EMiKrsbSC5s+k0WfLFV7HSIxIiZbxJfC3n3CuWe6jRpbIx+6zsY= =gn03 -----END PGP SIGNATURE----- --------------enig5ADF545AC305FD50514D8AB2--