Andreas Dilger wrote: > > On Feb 27, 2002 10:17 -0500, Toby Bluhm wrote: > > I'm trying to setup an external journal device, but it won't mount as > > ext3. I can only mount it as ext2. Everything seems happy when I run the > > commands. It will work when I don't use the external device. This is on > > RH7.2, linux-2.4.18-rc2. > > > > > > [root@dhcp4 root]# mke2fs -O journal_dev /dev/hdb5 > > [root@dhcp4 root]# mke2fs -j -J device=/dev/hdb5 /dev/hdb6 > > > > [root@dhcp4 root]# mount -t ext3 /dev/hdb6 /home > > mount: wrong fs type, bad option, bad superblock on /dev/hdb6, > > or too many mounted file systems > > What does it say in dmesg? > Ahh . . there is something when I've tried the mount: EXT3-fs: External journal has more than one user (unsupported) - 2 EXT3-fs: External journal has more than one user (unsupported) - 2 -- toby