From owner-freebsd-fs@FreeBSD.ORG Mon Oct 18 02:34:34 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 E08B11065674 for ; Mon, 18 Oct 2010 02:34:34 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 6FF9A8FC12 for ; Mon, 18 Oct 2010 02:34:34 +0000 (UTC) Received: (qmail 26446 invoked by uid 399); 18 Oct 2010 02:15:47 -0000 Received: from localhost (HELO laptop.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 18 Oct 2010 02:15:47 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Sun, 17 Oct 2010 19:15:45 -0700 (PDT) From: Doug Barton To: freebsd-fs@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! OpenPGP: id=1A1ABC84 Organization: http://SupersetSolutions.com/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: Subject: 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 02:34:35 -0000 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