From owner-freebsd-current@FreeBSD.ORG Thu Aug 30 07:05:58 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 9DD94106564A for ; Thu, 30 Aug 2012 07:05:58 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 556D48FC08 for ; Thu, 30 Aug 2012 07:05:58 +0000 (UTC) Received: by vbmv11 with SMTP id v11so1966022vbm.13 for ; Thu, 30 Aug 2012 00:05:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=+AHUxhIBdrkv00inbXdp9BHUiOedHNjeTqxjpCUEQD4=; b=0fsUVNTmISA+iRgzmD1Iv/cGEXSKJFrPksrfB6mBBMoSE5QmP/t1kgmABat7RV+jRN ptMKT0bkBg8c8h0S3N7rxzXa1s7j/hUeE2iitWZuWI/ZtFH4tvkuaqVZNUz93WAflllq jiWJ+3Hh92m1PEjvFOcji9A/xEZg7YDR95c/Ksj+m92ufittCzq/TiXThD4lQj3EArbG o+FjnkIGU3IwF5wQwUwKu6QxEvUcwqP0yyEglIJONruYIILNODWZEeSWNGf06JA7YuD3 IZho7Ty47g3Qk/yCcvIw637gw0/aN1+v/yNLNz8qCEkw43bi7RVCKbkfKbkHcmCShLTC ZcYQ== MIME-Version: 1.0 Received: by 10.52.36.76 with SMTP id o12mr2060619vdj.40.1346310357453; Thu, 30 Aug 2012 00:05:57 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.220.145.13 with HTTP; Thu, 30 Aug 2012 00:05:56 -0700 (PDT) Date: Thu, 30 Aug 2012 09:05:56 +0200 X-Google-Sender-Auth: lfClw5dPDPIsH1-v3hdTlQifmP8 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: 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 07:05:58 -0000 Hi, after a power dip (don't ask how!) my 10.0-amd64 laptop running r239793 decided to check its file systems. On /usr it fixed some errors but I am stuck with: # fsck -y /usr ** /dev/ada0s1f USE JOURNAL? yes ** SU+J Recovering /dev/ada0s1f ** Reading 33554432 byte journal from inode 5 RECOVER? yes ** Building recovery table. ** Resolving unreferenced inode list. ** Processing journal entries fsck_ufs: Directory 43643675 name not found # So fsck never fully completes, leaving /usr unmountable. I could try to do a file system check without the journal. Ren=E9