On Sat, 2002-10-12 at 14:28, Herbert Xu wrote: > On Sat, Oct 12, 2002 at 02:23:08PM +0200, Kenneth Macdonald Karlsen wrote: > > > > Partition check > > /dev/ide/host0/bus0/target0/lun0 > > /dev/ide/host0/bus1/target0/lun0 > > ext3: No journal on filesystem on ide1 (22,6) > > mount: wrong fs type, bad option, bad superblock on /dev2/root, or too > > many mounted filesystems > > That means you're trying to use /dev/hdc6 as an ext3 file system but > it's really only ext2. What does your fstab say? > --
It is included here. I've always had it as a ext3 filesystem and no other kernels complain about that. I could try ext2 in fstab just to test. Kenneth > Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) > Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> > Home Page: http://gondor.apana.org.au/~herbert/ > PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> /dev/hdc6 / ext3 defaults,errors=remount-ro 0 1 /dev/hdc3 none swap sw 0 0 proc /proc proc defaults 0 0 /dev/fd0 /floppy auto defaults,user,noauto 0 0 /dev/cdrom /cdrom iso9660 defaults,ro,user,noauto 0 0 #/dev/cdrw /cdrw iso9660 defaults,ro,user,noauto 0 0 /dev/cdroms/cdrom1 /cdrw iso9660 defaults,ro,user,noauto 0 0 /dev/hdc1 /boot ext2 defaults 0 2 /dev/hdc5 /mnt/diverse ext3 defaults 0 2 /dev/hda1 /mnt/win-c vfat iocharset=iso8859-1,umask=0,codepage=850,user 0 0 /dev/hda6 /mnt/win-e vfat iocharset=iso8859-1,umask=0,codepage=850,user 0 0