From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 22:15:24 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 8D19316A4BF for ; Mon, 25 Aug 2003 22:15:24 -0700 (PDT) Received: from ohsmtp03.ogw.rr.com (ohsmtp03.ogw.rr.com [65.24.7.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6767A43FD7 for ; Mon, 25 Aug 2003 22:15:23 -0700 (PDT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) by ohsmtp03.ogw.rr.com (8.12.5/8.12.2) with SMTP id h7Q5FMt2005990 for ; Tue, 26 Aug 2003 01:15:22 -0400 (EDT) Message-ID: <000501c36b8f$66618bb0$0200a8c0@satellite> From: "dave" To: Date: Tue, 26 Aug 2003 01:03:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: mounting linux ext3 partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 05:15:24 -0000 Hello, I'm trying to mount a linux ext3 partition. I understand that it's possible to do it using the ext2 kernel driver so i've recompiled a kernel with that option in it. When i do: mount_ext2fs /dev/ad1 /mnt this is what i get. ad1: 38166MB [77545/16/63] at ata0-slave UDMA100 ext2fs: ad1: wrong magic number 0 (expected 0xef53) WARNING: mount of ad1s1 denied due to unsupported optional features ext2fs: ad1: wrong magic number 0 (expected 0xef53) WARNING: mount of ad1s1 denied due to unsupported optional features ext2fs: ad1: wrong magic number 0 (expected 0xef53) ext2fs: ad1: wrong magic number 0 (expected 0xef53) ext2fs: ad1: wrong magic number 0 (expected 0xef53) ad1 is a slave drive. Here is the fdisk output. ******* Working on device /dev/ad1 ******* parameters extracted from in-core disklabel are: cylinders=77545 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=77545 heads=16 sectors/track=63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 131 (0x83),(Linux native) start 63, size 78156162 (38162 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: Any help appreciated. Dave.