From owner-freebsd-current@FreeBSD.ORG Thu Aug 30 12:42:53 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEC14106566C for ; Thu, 30 Aug 2012 12:42:53 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8CAF88FC1B for ; Thu, 30 Aug 2012 12:42:53 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so3131274pbb.13 for ; Thu, 30 Aug 2012 05:42:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=vkyMlhfIKK3V3q+sLdu4iEM8snQcVjVOtZje7CGE4as=; b=R5uhuxQni2mT0ANPjI+BbsM6xhN1woo01ngz+2jRHoAvw+Ygrft8FRlVnzCHRhVumF 509FH0WCo4VnjjEA3Dffbjy+7HbSfYbMKRsF6AtkCwsqYUOAS44WrOvrJQi5jP60SwI/ XToEnWHNXfq0Pv2YKgPWaTbs3by2lDUPEZt0I0gzMTnA+lsx/Xbjk7RJf/o5A/p56zHQ V95bmMHk1c9NuLnK2W7pee4J8VA/3bMnuZpRchSFMPqJE6aSI2r5kcuoa/n5zpPAPJ3u t9gSfC9jeWtWFkrZeRl4be+HVoI0XI7kO5ACNsowyFe6k9jWoxn/PA6bWkBe0BhkUnKA gCSQ== MIME-Version: 1.0 Received: by 10.66.88.198 with SMTP id bi6mr9870693pab.23.1346330572792; Thu, 30 Aug 2012 05:42:52 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.66.191.10 with HTTP; Thu, 30 Aug 2012 05:42:52 -0700 (PDT) In-Reply-To: <1346329887307-5739274.post@n5.nabble.com> References: <1346329887307-5739274.post@n5.nabble.com> Date: Thu, 30 Aug 2012 14:42:52 +0200 X-Google-Sender-Auth: -sITyV7zRZMaAYWa5vpEfqERbSE Message-ID: From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: FreeBSD current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: UFS journal error on 10.0-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2012 12:42:53 -0000 2012/8/30 Jakub Lach : > If I were you, I would try regular fsck, as here > (9-STABLE) using journal has left me with fs > inconsistencies. > I could do that, but I wonder why fsck_ufs is not able to figure that out by itself. Ren=E9