From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 16:24:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E388416A41F for ; Thu, 1 Dec 2005 16:24:10 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F5EB43D7B for ; Thu, 1 Dec 2005 16:24:05 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id jB1GO1R0060276; Thu, 1 Dec 2005 10:24:02 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <438F239C.8040104@daleco.biz> Date: Thu, 01 Dec 2005 10:23:56 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051026 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Guillaume R." References: <7ab0fd580512010659x7ed50a6br@mail.gmail.com> In-Reply-To: <7ab0fd580512010659x7ed50a6br@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Mounting a linux partition under freebsd 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: Thu, 01 Dec 2005 16:24:11 -0000 Guillaume R. wrote: >Hello >I can't mount a linux partition under freebsd with the -t ext3fs >option could someone explain me how I could mount a linux partition >under freebsd? > > [605] Thu 01.Dec.2005 10:21:55 [kadmin@archangel][~/scripts] ls /sbin/mount* /sbin/mount* /sbin/mount_msdosfs* /sbin/mount_procfs* /sbin/mount_cd9660* /sbin/mount_nfs* /sbin/mount_reiserfs* /sbin/mount_devfs* /sbin/mount_nfs4* /sbin/mount_smbfs* /sbin/mount_ext2fs* /sbin/mount_ntfs* /sbin/mount_std* /sbin/mount_fdescfs* /sbin/mount_nullfs* /sbin/mount_udf* /sbin/mount_linprocfs* /sbin/mount_nwfs* /sbin/mount_umapfs* /sbin/mount_mfs* /sbin/mount_portalfs* /sbin/mount_unionfs* I suppose it's because that option doesn't exist? ;-) I'm not sure of the state of ext3 support on FreeBSD. >I got an other question: how could I obtain a human readable output of >fdisk to know the content in terms of partition of my disk? > > Have you looked at bsdlabel(8) ? HTH, Kevin Kinsey