From owner-freebsd-questions@FreeBSD.ORG Mon Apr 26 03:51:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3852416A4CE for ; Mon, 26 Apr 2004 03:51:36 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3ADF43D39 for ; Mon, 26 Apr 2004 03:51:35 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (766aea68bcc11f81822c617ff46a92cc@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3QApYQZ007417; Mon, 26 Apr 2004 03:51:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3B74A528F2; Mon, 26 Apr 2004 03:51:34 -0700 (PDT) Date: Mon, 26 Apr 2004 03:51:34 -0700 From: Kris Kennaway To: Robert Storey Message-ID: <20040426105133.GA77935@xor.obsecurity.org> References: <3C73D6BD-9718-11D8-931D-000393A4799C@nospammail.net> <20040426002855.GA49376@xor.obsecurity.org> <20040426160937.60dbbe5a.y2kbug@ms25.hinet.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: <20040426160937.60dbbe5a.y2kbug@ms25.hinet.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Auto-mounting ext2 slices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 10:51:36 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 26, 2004 at 04:09:37PM +0800, Robert Storey wrote: >=20 > > You need to have fsck_ext2fs installed. This is included in the > > e2fsprogs port. > =20 > Thanks, I also wanted to know (even though I'm not the original poster). = You are > correct about the port, though it looks like e2fsck is the name of the ut= ility. >=20 > bob@sonic:~> which e2fsck > /usr/local/sbin/e2fsck No, there's also a fsck_ext2fs. This is necessary for fsck to have any hope of being able to clean the filesystem automatically (it doesn't know about weirdly named binaries like e2fsck :-), although you may need to copy it into /sbin since /usr isn't mounted by the time fsck runs. Kris --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAjOm0Wry0BWjoQKURAt66AKCHURJtLxoSPhZgbfvjYU98u+2vUQCg7o9H L5wgMmrVTEq7CJ3V8F09t5k= =aMpJ -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--