Subject: netbsd 4.0-beta2 and ext3
To: None <current-users@netbsd.org>
From: Alexander V. Butenko <avb@avb.bas-net.by>
List: current-users
Date: 12/13/2006 14:55:58
Hello,

Today i create a new disk with ext3 and was going to mount it readonly
on my netbsd installation.

Here is a problem:

# mount_ext2fs /dev/wd0g /mnt  
mount_ext2fs: /dev/wd0g on /mnt: incorrect super block
# mount_ext2fs /dev/wd0g /mnt -o ro
usage: mount_ext2fs [-o options] special node
# mount_ext2fs -o ro /dev/wd0g /mnt 
mount_ext2fs: /dev/wd0g on /mnt: incorrect super block

dmesg says: 
Ext2 fs: unsupported optional feature
Ext2 fs: unsupported optional feature

Partition was created in linux. 

# uname -a                                                                     
NetBSD ds 4.0_BETA2 NetBSD 4.0_BETA2 (GENERIC.MPACPI) #0: Sun Dec 10
06:56:24 UTC 2006
builds@pb:/home/builds/ab/netbsd-4/i386/200612080000Z-obj/home/builds/ab/netbsd-4/src/sys/arch/i386/compile/GENERIC.MPACPI
i386

Alex