From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 19:30:44 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 70CA0809 for ; Thu, 15 Nov 2012 19:30:44 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2BBC18FC13 for ; Thu, 15 Nov 2012 19:30:43 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so2554764obc.13 for ; Thu, 15 Nov 2012 11:30:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pnqRf6Jbr7HDRm7VbkV13RuoyOLlRCloU7jMEgiKDaA=; b=UNpuwRSab/2lJXMNP6LbBl8ciKQJUivqfsHpGet0cnM+R07YyxRGmwTigfVJfaVYso H8TCuxacHIzgi3pYYo4zzRYd9+2GyS14sqFXJly3uKFPrbfrnAYQDQ7LsJEoRuWobnrI nOC4XnOv6BGnKSOt3wW+58lBHlf8PTpOW3k/r98t8Ya8FP2ivWvN3WIWwOiu+F92+CFC iABo5NIZpQ7UcIS2XMjv597jy+fG8tegoUuQljCoNgx5SMIy8G/tbGC/vHGefkCnbpld rv88U57UYCBt2rsMaotXahkm7ddBjPxbfxiIzRaEyGIoHdERokT/7h3fSlS5nDoVfppD f2oA== MIME-Version: 1.0 Received: by 10.60.25.132 with SMTP id c4mr1836121oeg.63.1353007843358; Thu, 15 Nov 2012 11:30:43 -0800 (PST) Received: by 10.76.80.104 with HTTP; Thu, 15 Nov 2012 11:30:43 -0800 (PST) In-Reply-To: <50A53FF1.7050806@dreamchaser.org> References: <50A53FF1.7050806@dreamchaser.org> Date: Thu, 15 Nov 2012 13:30:43 -0600 Message-ID: Subject: Re: 9.0 crash, ssd or filesystem problem? From: Adam Vande More To: freebsd@dreamchaser.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2012 19:30:44 -0000 On Thu, Nov 15, 2012 at 1:18 PM, Gary Aitken wrote: > Error 6 is ENXIO, device not configured; not sure exactly what that means. > > This machine has: > 16G mem > 0.5G swap > 2G /tmp > 4G /var > Is any of that likely to be related to the problem? > > Given an addr in the failure error: > g_vfs_done() ada0p6 [WRITE(offset=38838571008 length=4096)]error=6 > how does one relate that addr to the partitioning scheme? > > ~$ 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) > > Thanks for any insights, > Sounds like you have bad hardware. Drive, cable, controller etc. Probably wouldn't hurt to do a fsck either. -- Adam Vande More