Charles A Edwards <[EMAIL PROTECTED]> writes:

> echo Mounting root filesystem with flags notail
> mount --ro -t reiserfs
> auto /dev/root /sysroot notail

The mount line is splitted into two different lines!?

Seems like the following line command:

awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/") { print $3; }}' /etc/fstab

doesn't produce the waited "rootfs" results... it should give
"ext3" etc. Seems like it can't parse your /etc/fstab correctly.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/

Reply via email to