From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 08:30:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B58337B401 for ; Wed, 6 Aug 2003 08:30:55 -0700 (PDT) Received: from zerodeux.net (zerodeux.net [62.212.104.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD2E43F93 for ; Wed, 6 Aug 2003 08:30:53 -0700 (PDT) (envelope-from v.caron@zerodeux.net) Received: from zerodeux.net (localhost [127.0.0.1]) by zerodeux.net (Postfix) with SMTP id 15591B707 for ; Wed, 6 Aug 2003 17:30:55 +0200 (CEST) Received: from 62.4.19.30 (SquirrelMail authenticated user zerodeux) by zerodeux.net with HTTP; Wed, 6 Aug 2003 17:30:55 +0200 (CEST) Message-ID: <33618.62.4.19.30.1060183855.squirrel@zerodeux.net> Date: Wed, 6 Aug 2003 17:30:55 +0200 (CEST) From: "Vincent Caron" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Subject: Troubles while mounting ext2 from 5.1-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 15:30:55 -0000 Hello, after digging the various mailing-lists, release notes, errata and Google, I thought I might get some help here. I have just installed a FreeBSD 5.1-RELEASE on my x86 laptop. Everything works like a charm, including DRI, except mounting ext2 : # mount -t ext2fs /dev/ad0s2 /mnt/linux ext2fs: /dev/ad0s2: No such file or directory # ll /dev/ad0s2 crw-r----- 1 root operator 4, 12 Aug 6 17:14 /dev/ad0s2 # ll -d /mnt/linux drwxr-xr-x 2 root wheel 512 Aug 5 17:16 /mnt/linux # fdisk /dev/ad0 [...] The data for partition 2 is: sysid 131 (0x83),(Linux native) start 996030, size 46877670 (22889 Meg), flag 0 beg: cyl 988/ head 2/ sector 1; end: cyl 1023/ head 11/ sector 63 dmesg and /var/log/messages are mute. I've found this kind of report in the recent archives but it was never answered. How could I interpret this error message ? Other information : the ext2 partition was formated with mke2fs by a Debian 3.0 (Woody) installer running Linux 2.2.20. Here is some output from dumpe2fs under Linux : $ dumpe2fs /dev/hda2 Filesystem volume name: Last mounted on: Filesystem UUID: Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: filetype sparse_super Default mount options: (none) Filesystem state: not clean Errors behavior: Continue Filesystem OS type: Linux Inode count: 2932736 Block count: 5859708 Reserved block count: 292985 Free blocks: 5364944 Free inodes: 2847765 First block: 0 Block size: 4096 Fragment size: 4096 Blocks per group: 32768 Fragments per group: 32768 Inodes per group: 16384 Inode blocks per group: 512 Last mount time: Wed Aug 6 16:53:27 2003 Last write time: Wed Aug 6 17:01:48 2003 Mount count: 13 Maximum mount count: 25 Last checked: Sun Aug 3 20:24:37 2003 Check interval: 15552000 (6 months) Next check after: Fri Jan 30 19:24:37 2004 Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) First inode: 11 Inode size: 128 [...] Thanks for any hint, Vincent.