From owner-freebsd-questions@FreeBSD.ORG Fri Nov 16 09:09:02 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 057C6BA6 for ; Fri, 16 Nov 2012 09:09:02 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id 8EC998FC0C for ; Fri, 16 Nov 2012 09:09:01 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id qAG98x5C038469; Fri, 16 Nov 2012 02:09:00 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Message-ID: <50A602AB.2060307@dreamchaser.org> Date: Fri, 16 Nov 2012 02:08:59 -0700 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120609 Thunderbird/13.0 MIME-Version: 1.0 To: Warren Block Subject: Re: 9.0 crash, ssd or filesystem problem? References: <50A53FF1.7050806@dreamchaser.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Fri, 16 Nov 2012 02:09:00 -0700 (MST) Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2012 09:09:02 -0000 On 11/15/12 15:56, Warren Block wrote: > On Thu, 15 Nov 2012, Gary Aitken wrote: > >> Trying to rebuild ports, I'm consistently getting the following: >> >> ahcich1 Timeout on slot 13 port 0 >> ^---- slot varies >> g_vfs_done() ada0p6 [WRITE(offset=38838571008 length=4096)]error=6 > > That seems familiar, maybe others have reported it. Is this a motherboard > controller, or add-in? mobo. Asus M4A89TD PRO/USB3 specs say AMD SB850 controller > After a backup, I'd make sure the motherboard and controller BIOS are up to date. And also the SSD firmware. Thanks for the reminder, I see there is a new one. >> ~$ gpart show ada0 >> => 34 250069613 ada0 GPT (119G) >> 34 128 1 freebsd-boot (64k) >> 162 41943040 2 freebsd-ufs (20G) / >> 41943202 1048576 3 freebsd-swap (512M) swap >> 42991778 8388608 4 freebsd-ufs (4.0G) /var >> 51380386 4194304 5 freebsd-ufs (2.0G) /tmp >> 55574690 192216088 6 freebsd-ufs (91G) /usr >> 247790778 2278869 - free - (1.1G) > > It would not cause this problem, but those partitions are not aligned. > That would only affect speed, not reliability. geezes, it's not even on a 4K boundary from the get-go; not sure how that happened. let-alone the 1M boundary I just learned about. Thanks