From owner-freebsd-questions@FreeBSD.ORG Sat Dec 4 19:20:12 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 857CD106566C for ; Sat, 4 Dec 2010 19:20:12 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1-6.sentex.ca [IPv6:2607:f3e0:0:1::12]) by mx1.freebsd.org (Postfix) with ESMTP id 40BC58FC0C for ; Sat, 4 Dec 2010 19:20:12 +0000 (UTC) Received: from [IPv6:2607:f3e0:0:4:2c91:fa66:2350:ddab] ([IPv6:2607:f3e0:0:4:2c91:fa66:2350:ddab]) by smarthost1.sentex.ca (8.14.4/8.14.4) with ESMTP id oB4JK9Zi067642 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 4 Dec 2010 14:20:10 -0500 (EST) (envelope-from mike@sentex.net) Message-ID: <4CFA945F.70708@sentex.net> Date: Sat, 04 Dec 2010 14:19:59 -0500 From: Mike Tancsa User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Michael Schaefer References: <4CFA7576.6010002@googlemail.com> In-Reply-To: <4CFA7576.6010002@googlemail.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on IPv6:2607:f3e0:0:1::12 Cc: FreeBSD Questions Subject: Re: massive hdd/geli problems after upgrade to 8.1-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2010 19:20:12 -0000 On 12/4/2010 12:08 PM, Michael Schaefer wrote: > > ad4: FAILURE - READ_MUL48 status=51 error=84 > LBA=594632984 Those do seem like hardware errors on the disk. But going back to the old kernel however should not make a difference. Try (/usr/ports/sysutiles/smartmontools and do a smartctl -x /dev/ad4 and see if the drive thinks it has any errors. Does atacontrol cap ad4 show any differences between the two kernels ? perhaps something new is enabled or disabled between versions like the power management ? ---Mike