[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XFS latest changes, sb corruption?
On Sun, 24 Mar 2002, Paul Blazejowski wrote:
> Hi Eric,
>
> I have a bug i think...i was able to reproduce the sb corruption after
> compiling new kernel.
> I rerun /sbin/lilo to update the loader and made a quick boot disk using:
> dd if=/dev/sda2 of=/dev/fd0 ibs=1440 count=1 (sda2 is the partition with xfs).
Oh wait, I probably know what this is.
Are you trying to install lilo on your boot partition?
(i.e. "boot = /dev/sda2" in lilo.conf)
You need to use the mbr (boot = /dev/sda, or whatever disk boots)
(or you could install it on your swap partition, or other non-xfs
partition). XFS needs block 0 on the disk, but if you try to install lilo
there it will overwrite xfs fs structures.
http://oss.sgi.com/projects/xfs/faq.html#lilowork
-Eric