From owner-freebsd-questions@FreeBSD.ORG Wed Apr 18 11:24:23 2012 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 C32BB106564A for ; Wed, 18 Apr 2012 11:24:23 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 7CDE78FC0C for ; Wed, 18 Apr 2012 11:24:23 +0000 (UTC) Received: from [89.204.138.158] (helo=tiny.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1SKSze-0001jW-Bz for freebsd-questions@freebsd.org; Wed, 18 Apr 2012 13:24:15 +0200 Received: from tiny.Sisis.de (localhost [127.0.0.1]) by tiny.Sisis.de (8.14.5/8.14.3) with ESMTP id q3IBOBmQ001510 for ; Wed, 18 Apr 2012 13:24:12 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de (8.14.5/8.14.3/Submit) id q3IBOBgM001509 for freebsd-questions@freebsd.org; Wed, 18 Apr 2012 13:24:11 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Wed, 18 Apr 2012 13:24:11 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Message-ID: <20120418112411.GA1492@tiny> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 10.0-CURRENT r226986 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.138.158 Subject: mounting ext2fs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2012 11:24:23 -0000 Hello, I'm trying to mount an ext2fs in 10-CURRENT with: # fdisk /dev/da0 ******* Working on device /dev/da0 ******* parameters extracted from in-core disklabel are: cylinders=486 heads=64 sectors/track=32 (2048 blks/cyl) parameters to be used for BIOS calculations are: cylinders=486 heads=64 sectors/track=32 (2048 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 235, size 996117 (486 Meg), flag 80 (active) beg: cyl 0/ head 3/ sector 47; end: cyl 988/ head 7/ sector 7 The data for partition 2 is: ... # mount -t ext2fs /dev/da0s1 /mnt mount: /dev/da0s1 : Invalid argument # ls -l /dev/da0s1 crw-r----- 1 root operator 0x66 18 abr 11:33 /dev/da0s1 # kldload ext2fs kldload: can't load ext2fs: File exists What I'm doing wrong. The filesystem itself is fine in Linux. Thanks matthias -- Matthias Apitz e - w http://www.unixarea.de/ UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370) UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5