Package: linux-image-2.6.18-4-r5k-ip32 Severity: important I created a new XFS file system but the kernel cannot mount it. This is what happens:
================================================================================ sgi:~# uname -a Linux sgi 2.6.18-4-r5k-ip32 #1 Wed May 2 06:10:21 CEST 2007 mips64 GNU/Linux sgi:~# pvs PV VG Fmt Attr PSize PFree /dev/sda3 sgivg lvm2 a- 13,45G 3,11G /dev/sdb1 sgivg lvm2 a- 17,01G 6,18G sgi:/boot# vgs VG #PV #LV #SN Attr VSize VFree sgivg 2 12 0 wz--n- 30,46G 9,29G sgi:/boot# lvs LV VG Attr LSize Origin Snap% Move Log Copy% giuseppe.wwwlv sgivg -wi-ao 3,00G homelv sgivg mwi-ao 8,00G homelv_mlog 100,00 squidlv sgivg mwi-ao 600,00M squidlv_mlog 100,00 swaplv sgivg -wi-ao 256,00M varlv sgivg -wi-ao 768,00M sgi:~# lvcreate -i2 -I32 --name home2lv --size 5G sgivg Logical volume "home2lv" created sgi:~# mkfs -t xfs -d su=32768,sw=2 -f /dev/mapper/sgivg-home2lv meta-data=/dev/mapper/sgivg-home2lv isize=256 agcount=8, agsize=163832 blks = sectsz=512 attr=0 data = bsize=4096 blocks=1310656, imaxpct=25 = sunit=8 swidth=16 blks, unwritten=1 naming =version 2 bsize=4096 log =internal log bsize=4096 blocks=2560, version=1 = sectsz=512 sunit=0 blks realtime =none extsz=65536 blocks=0, rtextents=0 sgi:~# time mount /dev/mapper/sgivg-home2lv /mnt mount: Structure needs cleaning real 2m25.663s user 0m0.016s sys 0m2.884s sgi:~# dmesg | tail -10 svc: bad direction 268435456, dropping request Filesystem "dm-11": XFS internal error xlog_clear_stale_blocks(2) at line 1237 of file fs/xfs/xfs_log_recover.c. Caller 0xc00000000029a43c Call Trace: [<ffffffff8000ed50>] dump_stack+0x18/0x58 [<c00000000029a048>] $L1063+0x58/0x60 [xfs] XFS: failed to locate log tail XFS: log mount/recovery failed: error 135 XFS: log mount failed ================================================================================ Please note that the "mount" command take a very long time. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]