From owner-freebsd-questions@FreeBSD.ORG Sun Feb 28 00:56:11 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57ACC106566B for ; Sun, 28 Feb 2010 00:56:11 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id CB0B58FC0C for ; Sun, 28 Feb 2010 00:56:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.3/8.14.2) with ESMTP id o1S0tmhS032713; Sat, 27 Feb 2010 18:55:48 -0600 (CST) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NZAwMdBN0P5a; Sat, 27 Feb 2010 18:55:47 -0600 (CST) Received: from archangel.daleco.biz (ezekiel.daleco.biz [66.76.92.18]) by ezekiel.daleco.biz (8.14.3/8.14.3) with ESMTP id o1S0tilk032709; Sat, 27 Feb 2010 18:55:46 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <4B89BF10.1030702@daleco.biz> Date: Sat, 27 Feb 2010 18:55:44 -0600 From: Kevin Kinsey User-Agent: Thunderbird 2.0.0.23 (X11/20090929) MIME-Version: 1.0 To: zaxis References: <27732285.post@talk.nabble.com> In-Reply-To: <27732285.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to check a ext3 partition ? 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: Sun, 28 Feb 2010 00:56:11 -0000 zaxis wrote: > There is a ext3 partition used to share data between linux and freebsd. > Sometimes freebsd cannot mount this partition as abnormal poweroff. I have > to enter linux to do `fsck.ext3` . > > Can freebsd fsck ext3 partition ? > Not natively, AFAIK. Check out /usr/ports/sysutils/e2fsprogs; I've not used it, but I'd imagine it would take care of this chore for you. KDK