From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 02:38:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CC24106566B for ; Tue, 9 Sep 2008 02:38:08 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id 3450A8FC0A for ; Tue, 9 Sep 2008 02:38:08 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.2/8.13.8) with ESMTP id m892c7Bp016497 for ; Mon, 8 Sep 2008 21:38:07 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200809090238.m892c7Bp016497@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <16495.1220927887.1@dc.cis.okstate.edu> Date: Mon, 08 Sep 2008 21:38:07 -0500 From: Martin McCormick Subject: Re: Can FreeBSD6.3 Generic Kernels Mount a Linux EXT3 FS? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 02:38:08 -0000 My thanks to a member of this list who showed me what I was doing wrong. in an example, the command is mount -t ext2fs /dev/[yourstoragedevicename] /mnt I had originally been typing -t ext2 which equals nothing to FreeBSD. Martin McCormick