From owner-freebsd-questions@FreeBSD.ORG Fri Sep 30 21:37:32 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 003A716A41F for ; Fri, 30 Sep 2005 21:37:31 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs1.arnes.si (avs1.arnes.si [193.2.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7650A43D4C for ; Fri, 30 Sep 2005 21:37:31 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs1.arnes.si [193.2.1.74]) by avs1.arnes.si (Postfix) with ESMTP id 9EEB236A75D for ; Fri, 30 Sep 2005 23:37:30 +0200 (CEST) Received: from avs1.arnes.si ([193.2.1.74]) by localhost (avs1.arnes.si [193.2.1.74]) (amavisd-new, port 10024) with ESMTP id 85711-09 for ; Fri, 30 Sep 2005 23:37:30 +0200 (CEST) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs1.arnes.si (Postfix) with ESMTP id 6784A36A70E for ; Fri, 30 Sep 2005 23:37:30 +0200 (CEST) Received: from [192.168.10.249] (MASTER.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.3/8.13.3) with ESMTP id j8ULbV7r000721 for ; Fri, 30 Sep 2005 23:37:31 +0200 (CEST) (envelope-from sasa@stupar.homelinux.net) Date: Fri, 30 Sep 2005 23:37:33 +0200 From: Sasa Stupar To: FreeBSD Q ML Message-ID: <346061EE2E91E3AAD03DD354@[192.168.10.249]> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Subject: Mounting ext3 problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sasa Stupar List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 21:37:32 -0000 Hi! I have installed FBSD 5.4 and recompiled kernel with option EXT2FS so I could mount my second drive. When I try to mount with: #mount -o ro -t ext2fs /dev/ad3s1 /mnt/linux I get back ext2fs: /dev/ad3s1: Invalid argument Whe typing dmesg I get more on error: WARNING: mount of ad3s1 denied due to unsupported optional features >From fdisk, info on drive: # fdisk /dev/ad3 ******* Working on device /dev/ad3 ******* parameters extracted from in-core disklabel are: cylinders=77536 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=77536 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 78156225 (38162 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 15/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: I have searche on the net and what I have done here is what people suggest to do but it doesn't work. What am I missing here?