From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 00:12:49 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 41E9D16A4CE for ; Thu, 25 Mar 2004 00:12:49 -0800 (PST) Received: from msr60.hinet.net (msr60.hinet.net [168.95.4.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 992E843D55 for ; Thu, 25 Mar 2004 00:12:48 -0800 (PST) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic (61-227-219-97.HINET-IP.hinet.net [61.227.219.97]) by msr60.hinet.net (8.9.3/8.9.3) with SMTP id QAA02979 for ; Thu, 25 Mar 2004 16:12:46 +0800 (CST) Date: Thu, 25 Mar 2004 08:58:09 +0100 From: Robert Storey To: freebsd-questions@freebsd.org Message-Id: <20040325085809.1187c572.y2kbug@ms25.hinet.net> In-Reply-To: <001c01c411f0$70e8ba60$5d02a8c0@horatio> References: <001c01c4105e$1c6d6c80$5d02a8c0@horatio> <405F81F5.6050005@one-arm.com> <001c01c411f0$70e8ba60$5d02a8c0@horatio> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: mount ext2fs 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: Thu, 25 Mar 2004 08:12:49 -0000 If you need fsck for ext2, you could just book a Knoppix (or maybe Slackware) live CD. No need to install Linux, you should be able to run fsck from the CD, and that will clear the ext2 partition. I will also confirm what the other poster said, the correct syntax for mounting the partition should be: mount_ext2fs /dev/as2s2 /data2 Assuming of course that /dev/ad2s2 is the correct partition, and that /data2 actually exists. Using "mount -t ext2fs" has never worked for me under FreeBSD, though it is the correct syntax under Linux. regards, Robert > other deep routed issues. i had read on the mailing list about marking the > CLEAR flag for the partition, and that fsck for ext2fs would be required for > that. it would seem if i could get that installed it'd be one step closer to > being able to mount these partitions. thnx again. > > _ Johnny