PROBLEM: 2.6.0-test3 does not mount root fs

From: Olaf Zaplinski
Date: Sun Aug 17 2003 - 07:00:38 EST


Hi,

2.6.0-test3 cannot mount my root fs, it says 'mounting root fs (ntfs) read only' and then complains that there is no init. 2.4.20 runs fine.

my lilo.conf:

lba32
compact
menu-scheme=Wg:kw:Wg:Wg
boot=/dev/hda
install=/boot/boot-menu.b
map=/boot/map
prompt
timeout=30

image=/boot/vmlinuz-2.6.0-test3
root=/dev/hda3
label=2.6.0-test3
append="reboot=warm"
read-only

image=/boot/vmlinuz-2.4.20
root=/dev/hda3
label=Linux-2.4.20
# append="reboot=warm video=riva:1024x768-8@60"
append="reboot=warm"
read-only


my fstab:

/dev/hda3 / reiserfs notail 0 0
/dev/hda7 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy auto user,noauto 0 0
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
/dev/hda5 /ntfs ntfs ro,gid=users,umask=002 0 0

Olaf

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/