Hi, From: "Zameer M" <zameer@india.hp.com> Subject: kernel panicked when mounting XFS LVM volumes on kernel-2.4.17-ia64 Date: Thu, 4 Jul 2002 12:20:14 +0530 Message-ID: <00fa01c22327$0de25a70$6a754c0f@india.hp.com> > Hi, > > Kernel panicked when mounting XFS LVM volumes. > > The following is configuration used. > 1)kernel-2.4.17 > 2)linux-2.4.17-ia64-011226.diff > 3)linux-2.4.17-xfs-2002-02-07.cvs-patch > 4)lvm-1.1-rc1 If your box's page size is larger than 4KB, use more recent CVS tree (at least after 25th March) or change _pagebuf_page_io() in linux/fs/pagebuf/page_buf.c as follows. from: struct buffer_head *bh, *bufferlist[8]; to: struct buffer_head *bh, *bufferlist[PAGE_SIZE/512]; -- Masano _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html