From owner-freebsd-fs@FreeBSD.ORG Mon Oct 18 03:11:16 2010 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 570881065675 for ; Mon, 18 Oct 2010 03:11:16 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [128.238.9.200]) by mx1.freebsd.org (Postfix) with ESMTP id E97D28FC0C for ; Mon, 18 Oct 2010 03:11:15 +0000 (UTC) Received: (qmail 45445 invoked from network); 18 Oct 2010 02:44:35 -0000 Received: from unknown (HELO ?192.168.0.2?) (spawk@96.224.221.101) by acm.poly.edu with CAMELLIA256-SHA encrypted SMTP; 18 Oct 2010 02:44:35 -0000 Message-ID: <4CBBB467.6000601@acm.poly.edu> Date: Sun, 17 Oct 2010 22:43:51 -0400 From: Boris Kochergin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20101011 Thunderbird/3.1.4 MIME-Version: 1.0 To: Doug Barton References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@FreeBSD.org Subject: Re: Is there a way to fsck ext[23]fs? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2010 03:11:16 -0000 On 10/17/10 22:15, Doug Barton wrote: > I have a shared partition that is formatted with ext3, and after a > recent crash when I tried rebooting it came up dirty and wouldn't > mount. Some brief looking through man pages didn't reveal anything > useful, so I fsck'ed it in linux; but obviously that's not an optimal > solution. > > I'll be happy with an RTFM if someone can point me to the right M. :) > > > Doug > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" There are fsck programs for ext2/3/4 in /usr/ports/sysutils/e2fsprogs/. -Boris