Re: Can't make XFS work with 2.6.6

From: David Aubin
Date: Thu May 27 2004 - 16:10:36 EST


Hi Dave,

I think the problem is this:
hd0,0 is /dev/hda1. Your kernel is in /dev/hda3.
You want to have hd0,2, not hd0,0. As for the output
you see. You must have a kernel at /dev/hda1 that does
not support XFS and hence the unknown fs error.
Please fix your grub entry and you should have fun.

Dave
On Thu, 2004-05-27 at 14:25, David Johnson wrote:
> On Thursday 27 May 2004 19:00, David Aubin wrote:
> > Hi Dave,
> >
> > Please include the latest copy of your .config.
>
> Attached.
>
> > Also the boot loader parameter as well.
>
> >From Grub's menu.lst:
>
> title Debian GNU/Linux, kernel 2.6.6
> root (hd0,0)
> kernel /vmlinuz-2.6.6 lapic video=rivafb:mode:1024x768x16 root=/dev/hda3 ro
> initrd /initrd.img-2.6.6
> savedefault
> boot
>
> > And possibly
> > the validation that the root partition is of type XFS?
>
> Here's the mount output from the system running a 2.4 kernel:
>
> lug:/tmp# mount
> /dev/hda3 on / type xfs (rw)
> proc on /proc type proc (rw)
> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
> tmpfs on /dev/shm type tmpfs (rw)
> /dev/hda1 on /boot type ext3 (rw)
> /dev/hda2 on /home type xfs (rw)
> /dev/sda2 on /var type xfs (rw)
> usbfs on /proc/bus/usb type usbfs (rw)
>
> > At a glance it appears that XFS is not compilied in to
> > your kernel now, if that is your root mount file type.
>
> XFS is compiled in. I really don't know what else to try...
>
> Thanks,
> David.

-
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/