From owner-freebsd-questions@FreeBSD.ORG Wed Apr 18 13:13:26 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 3D1C31065672 for ; Wed, 18 Apr 2012 13:13:26 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B1C008FC0A for ; Wed, 18 Apr 2012 13:13:25 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so7475225bkc.13 for ; Wed, 18 Apr 2012 06:13:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=BQcf+fhvX+PMRMyBEfXcvh0B8FF+sj4bb3wyXCIYtjQ=; b=mPZ3np7Vj6j5yIfXF0oNd7zBZnJbU/gnlrBf/HpjWdL0mxQ3yZzapmdy5dQ3swZjvc 2iduRGfLY9xuapLW6THBrWE0xgW+9CW2PHgSyJNMEsndB//9oXldsE3x6Bhi7Dn77KPQ PO6RAC4GE52hz06oxR44hoXGUzbVO5TuoovKHrCoIOAqQofMj1xuj2Jg0bab8LQGJFzd mir1hJpnb4DrgN81CGKqLIc46hjp7tk4GY27z2LRXLGxqXhbDBsmna0griVZjIGMzSmj z8H/P33sGFGalKPwsexT0bbOZ3gTDzNnpn9pslJKQVJgEnAfcVmI2utlfMPOthFZgBYN 0sPw== Received: by 10.205.126.14 with SMTP id gu14mr624334bkc.57.1334754804661; Wed, 18 Apr 2012 06:13:24 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id u16sm44247853bkf.10.2012.04.18.06.13.22 (version=SSLv3 cipher=OTHER); Wed, 18 Apr 2012 06:13:23 -0700 (PDT) Date: Wed, 18 Apr 2012 14:13:19 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120418141319.7cb8cc94@gumby.homeunix.com> In-Reply-To: <201204181213.q3ICCfuO051318@fire.js.berklix.net> References: <201204181213.q3ICCfuO051318@fire.js.berklix.net> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ? 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: Wed, 18 Apr 2012 13:13:26 -0000 On Wed, 18 Apr 2012 14:12:41 +0200 Julian H. Stacey wrote: > No mention of ext3 there, nor from find (above). > > .. so you May be out of luck .. ext3 is ext2+journalling. If fsck supports ext3, then it can sync the journal and the partition can be safely mounted as ext2. It's a long time since I've used ext3 so this may have changed, but when I did it needed an fsck from ports.