From owner-freebsd-questions@FreeBSD.ORG Mon Dec 22 13:37:46 2003 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 EB54316A4CE for ; Mon, 22 Dec 2003 13:37:46 -0800 (PST) Received: from fielden.com.au (www.fielden.com.au [203.34.58.131]) by mx1.FreeBSD.org (Postfix) with SMTP id C673643D2D for ; Mon, 22 Dec 2003 13:37:43 -0800 (PST) (envelope-from david@fielden.com.au) Received: (qmail 15136 invoked from network); 22 Dec 2003 21:37:35 -0000 Received: from unknown (HELO F84) (192.168.1.84) by persephone.fielden.com.au with SMTP; 22 Dec 2003 21:37:35 -0000 From: "DG" To: Date: Tue, 23 Dec 2003 08:37:35 +1100 Message-ID: <007301c3c8d3$d0caeb80$5401a8c0@borg.fielden.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3FE7196A.A51820A2@ti.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Subject: RE: mounting linux filesystems 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, 22 Dec 2003 21:37:47 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Bob Pekarske > Sent: Tuesday, 23 December 2003 3:19 AM > To: freebsd-questions@FreeBSD.ORG > Subject: mounting linux filesystems > > > I have two disks (IDE) that came from a dismantled Linux > workstation. I > would like to scan them for files worthy of saving. > > Is there any tool which will allow me to mount and read files from a > linux filesystem? > > Thank you, > > Bob Pekarske > pekarske_bob@ti.com mount will let you do this, but you may need to compile a custom kernel to include EXT2FS support. Dave