Displaying 1 result from an estimated 1 matches for "k2413".
Did you mean:
2413
2001 Nov 01
2
ext3 partition still gets mounted as ext2
...----
Debian GNU/Linux unstable
Linux kernel 2.4.13
CONFIG_EXT3_FS=y
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_EXT2_FS=y
$ mount --version
mount: mount-2.11l
I'm using util-linux 2.11l
I'm using grub 0.90-11 to boot.. contents of menu.lst:
title Linux 2.4.13 with ext3 support
kernel /boot/k2413-01 root=/dev/hda3
boot
$ cat /etc/fstab
/dev/hda3 / ext3 defaults,errors=remount-ro 0 1
/dev/hda4 none swap sw 0 0
proc /proc proc defaults 0 0
...
$ dmesg | grep ext
VFS: Mounted root (ext2 filesystem) readonly.
$ cat /proc/mounts
/dev/root / ext2 rw 0 0
proc /proc proc rw 0 0
devpts /dev/pts...