From owner-freebsd-current@FreeBSD.ORG Thu Aug 14 07:34:49 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 4F67537B404 for ; Thu, 14 Aug 2003 07:34:49 -0700 (PDT) Received: from discrete.rycks.com (rycks.nfrance.com [80.247.227.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6C043F93 for ; Thu, 14 Aug 2003 07:34:47 -0700 (PDT) (envelope-from olive@deep-ocean.org) Received: from [192.168.0.23] (ocortes.net1.nerim.net [213.41.136.105]) by discrete.rycks.com (Postfix) with ESMTP id 576231BAC8 for ; Thu, 14 Aug 2003 16:34:44 +0200 (CEST) From: Olivier Cortes To: Mailing-List FreeBSD Current In-Reply-To: <33618.62.4.19.30.1060183855.squirrel@zerodeux.net> References: <33618.62.4.19.30.1060183855.squirrel@zerodeux.net> Content-Type: text/plain; charset=UTF-8 Message-Id: <1060503017.777.6.camel@syrenna.deep-ocean.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 14 Aug 2003 14:30:04 +0000 Content-Transfer-Encoding: 8bit Subject: Re: 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: Thu, 14 Aug 2003 14:34:50 -0000 Hi, by default, ext2fs support is not built in the kernel AND the kld isn't built. either put options EXT2FS in your kernel config file or set WANT_EXT2FS_MODULE=yes in /etc/make.conf Whatever way you choose, you must have the source of the kernel, and rebuild it with make buildkernel && make installkernel. don't forget to cvsup RELENG_5_1 (does this tag exists folks ?), because if you cvsup ".", you'll have to build & install the world too. cheers, Olivier Le Mer 06/08/2003 à 17:30, Vincent Caron a écrit : > 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. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"