ext2fs debug stuff (fwd)

Gerard Roudier (groudier@club-internet.fr)
Sun, 13 Apr 1997 08:44:06 +0000 (GMT)


Hi All!

2 months ago, Jon sent me a dump of a bad directory block as seen by a
patch I've sent severall weeks ago.
This report has been discussed with private mails, but I am not sure it
has been sent to any list. Now it is (below).

My idea is that data that look like garbage for ext2 code are sometimes
not garbage for another one.
If it is the case, people who are knowledgeable of some other internal
data formats or exchange formats should be able to guess what the
primary material of such a ext2 garbage was.

I tried to find something in the following parts of the kernel at source
level, since I never got such a problem, but I've been unsuccessfull.

- ext2 system
- core of scsi sub-system
- BSD ncr driver
- core of the network system
- low-level network system

There is a major difference between Jon's systems and my personnal system
on which I test Linux stuff: I donnot use ethernet boards, but just use
PPP with a 28800 b/s modem.

Running concurrently ext2 + net activity is perhaps a better condition
in order to trigger ext2 problems.

-- 
Gerard.

---------- Forwarded message ---------- Date: Thu, 13 Feb 1997 12:18:54 -0500 (EST) From: Jon Lewis <jlewis@inorganic5.fdt.net> To: Gerard Roudier <groudier@club-internet.fr> Subject: ext2fs debug stuff

Remember that ext2fs debug patch you sent me a while back? I really have been using it...and I finally got something from it. For a refresher...this is from my news server using a pair of NCR-810 cards...

obi-wan:/home/ftp/pub/unix/packages/procmail# cat /proc/scsi/scsi Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: CONNER Model: CP30540 545MB3.5 Rev: AEB8 Type: Direct-Access ANSI SCSI revision: 02 Host: scsi0 Channel: 00 Id: 02 Lun: 00 Vendor: IBM Model: DPES-31080 !t Rev: S31R Type: Direct-Access ANSI SCSI revision: 02 Host: scsi0 Channel: 00 Id: 04 Lun: 00 Vendor: IBM Model: DPES-31080 !t Rev: S31K Type: Direct-Access ANSI SCSI revision: 02 Host: scsi1 Channel: 00 Id: 01 Lun: 00 Vendor: MICROP Model: 3243-19MZ Q4D Rev: HT02 Type: Direct-Access ANSI SCSI revision: 02 Host: scsi1 Channel: 00 Id: 03 Lun: 00 Vendor: DEC Model: DSP5300S Rev: 427L Type: Direct-Access ANSI SCSI revision: 02

obi-wan:/home/ftp/pub/unix/packages/procmail# cat /proc/pci PCI devices found: Bus 0, device 14, function 0: Non-VGA device: NCR 53c810 (rev 1). Medium devsel. IRQ 9. Master Capable. Latency=64. I/O at 0xf800. Non-prefetchable 32 bit memory at 0xffbeff00. Bus 0, device 13, function 0: Non-VGA device: NCR 53c810 (rev 1). Medium devsel. IRQ 9. Master Capable. Latency=64. I/O at 0xf400. Non-prefetchable 32 bit memory at 0xffbefe00. Bus 0, device 12, function 0: SCSI storage controller: Adaptec AIC-7870 (rev 0). Medium devsel. Fast back-to-back capable. Master Capable. No bursts. Min Gnt=8.Max Lat=8. I/O at 0xffffff00. Non-prefetchable 32 bit memory at 0xfffff000. Bus 0, device 2, function 0: Non-VGA device: Intel 82375EB (rev 4). Medium devsel. Master Capable. Latency=248. Bus 0, device 0, function 0: Host bridge: Intel 82434LX Mercury/Neptune (rev 17). Slow devsel. Master Capable. Latency=64.

The 7870 is disabled and has never been attached to a disk.

Filesystem 1024-blocks Used Available Capacity Mounted on /dev/sda2 64435 20411 40696 33% / /dev/sda3 313263 193345 103739 65% /var /dev/sdb1 1024609 469193 502476 48% /usr /dev/sde1 2063206 1712103 331103 84% /var/spool/news /dev/sdd1 2399101 2014944 364157 85% /var/spool/news/alt /dev/sde2 631959 305650 312817 49% /var/spool/news/alt/sex /dev/sdc1 1024555 463336 540739 46% /var/spool/news/over.view /dev/sdd3 1518911 1286114 154308 89% /home 205.229.48.17:/home/ftp/pub/users 2029283 1482414 441961 77% /home/ftp/pub/users

Linux obi-wan 2.0.28 #2 Fri Jan 17 03:51:51 EST 1997 i586

innd and this kernel were both compiled elf using gcc 2.7.2.1, libc 5.4.17, binutils 2.7.0.3.

Feb 13 06:19:30 obi-wan kernel: EXT2-fs error (device 08:31): ext2_find_entry: bad entry in directory #697414: rec_len % != 0 - offset=3840, inode=486642701, rec_len=8021, name_len=16711 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0000: 68 a9 0a 00 10 00 05 00 34 36 30 36 34 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0016: 7a a8 0a 00 10 00 05 00 34 35 39 36 39 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0032: d9 a7 0a 00 10 00 05 00 34 36 30 32 34 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0048: 7c a8 0a 00 10 00 05 00 34 35 39 37 30 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0064: dd a7 0a 00 10 00 05 00 34 36 30 32 35 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0080: de a7 0a 00 10 00 05 00 34 36 30 32 36 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0096: e2 a7 0a 00 10 00 05 00 34 36 30 32 37 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0112: e4 a7 0a 00 10 00 05 00 34 36 30 32 38 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0128: ea a7 0a 00 10 00 05 00 34 36 30 32 39 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0144: eb a7 0a 00 10 00 05 00 34 36 30 33 30 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0160: ef a7 0a 00 10 00 05 00 34 36 30 33 31 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0176: 72 a9 0a 00 10 00 05 00 34 36 30 36 35 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0192: f5 a7 0a 00 10 00 05 00 34 36 30 33 33 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0208: ff a7 0a 00 10 00 05 00 34 36 30 33 34 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0224: 09 a8 0a 00 10 00 05 00 34 36 30 33 35 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0240: 0a a8 0a 00 10 00 05 00 34 36 30 33 36 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0256: 76 a9 0a 00 10 00 05 00 34 36 30 36 36 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0272: 0c a8 0a 00 10 00 05 00 34 36 30 33 37 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0288: 17 a8 0a 00 10 00 05 00 34 36 30 33 38 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0304: 19 a8 0a 00 10 00 05 00 34 36 30 33 39 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0320: 34 a8 0a 00 10 00 05 00 34 36 30 34 30 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0336: 88 a9 0a 00 10 00 05 00 34 36 30 36 37 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0352: 8a a9 0a 00 10 00 05 00 34 36 30 36 38 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0368: 46 a7 0a 00 10 00 05 00 34 36 31 32 31 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0384: d0 a7 0a 00 10 00 05 00 34 36 31 32 32 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0400: ec a7 0a 00 10 00 05 00 34 36 31 32 33 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0416: 40 a8 0a 00 10 00 05 00 34 36 31 32 34 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0432: 56 a8 0a 00 10 00 05 00 34 36 31 32 35 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0448: c7 a8 0a 00 10 00 05 00 34 36 31 32 36 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0464: 14 bf 0a 00 10 00 05 00 34 36 31 32 37 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0480: db a5 0a 00 20 01 05 00 34 35 38 39 37 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0496: 00 00 00 00 10 00 05 00 34 35 38 36 31 00 00 00 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0512: 00 00 00 00 10 00 05 66 13 92 6b 92 86 fe be aa Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0528: ab 00 00 00 00 67 ff 7a a9 a9 53 83 28 73 1e 7f Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0544: b8 06 7f ff aa bc 00 05 ff e6 bd 4f 84 a4 b9 ea Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0560: b0 0f ea b0 00 7f 9a b1 05 fe e6 ad 4a f9 4f 5c Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0576: bf 00 7c 1f fa ac 01 e7 aa c1 7f a9 c3 46 ba 50 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0592: de 55 d7 ff 3e ac 00 7f eb 40 7f dc 00 4f 9b 39 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0608: 91 25 dd 97 47 f3 fb 00 7f fa b0 7f ec 47 e1 ab Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0624: 46 ab d8 a8 77 76 dd 00 7e b0 1f ea c1 fe b1 07 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0640: 86 ad 9c 2f 78 b3 f4 05 dd 07 eb 01 fa b1 1f eb Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0656: 17 ea b5 92 d6 04 77 4c 05 41 51 ac 1f eb 01 ff Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0672: c1 fe c4 1e 1c 36 50 0d 57 c7 6c eb 1a ac 1f ec Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0688: 07 eb 07 fb 15 fe f5 92 df e4 77 2f 06 c1 bb 1f Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0704: ec 1f ac 06 6c 07 f1 1f e5 0c f4 01 1d db 3f 53 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0720: c0 07 eb 07 fb 07 fb 07 ec 47 f9 41 2d fe 17 37 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0736: b1 f4 74 07 b0 7f b0 7e ac 7e b0 5f b0 df 95 2a Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0752: a5 cc b5 ec 74 17 b1 fe c0 7e b1 3e b0 76 c1 93 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0768: 0d 94 01 1d 55 1f 47 41 9f b0 1f b0 7e b4 7e c1 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0784: 7e ab 7e 54 aa f5 55 57 73 07 46 d4 91 60 30 7f Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0800: c0 7b 15 fa b7 e5 4c 37 05 58 77 1d c3 2b 18 5f Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0816: e0 7e b1 fa c7 6c 18 70 cf 58 5e cd 5f ca c5 64 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0832: 9d 04 40 0c 1f d0 7e c5 ec 0c ab 45 04 5b 7e 1f Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0848: 15 1b 13 c5 31 10 b0 7f c1 fb 17 ec 32 bd 95 91 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0864: 6d ed f1 f5 b3 dd c0 44 01 07 ed 1f b0 5f 06 1c Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0880: 33 df 97 60 6f 3d 1b 3c c5 1e 6e e9 ec 07 b1 fb Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0896: 17 ea de 94 50 45 4b 3f 3d 7c 70 4f 58 7f f9 fb Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0912: 07 b0 7f 17 ea de 94 50 45 4b 2c 53 c7 46 ec 18 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0928: 7f f9 fb 13 ac 7f 11 eb df 95 30 c5 4f 15 d5 d4 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0944: 15 7f c1 3f e0 7e b3 ec 1f 51 fb df 95 30 c5 4b Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0960: 67 53 6e c6 72 7e 6e ef f0 06 c7 ec 5e c0 4c 33 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0976: df 97 79 33 3c 75 d7 d5 2a d4 42 c1 fd 1f c1 dc Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 0992: 1f 95 86 ca b7 2a 54 71 f3 f2 c5 c0 4f 98 1f c4 Feb 13 06:19:30 obi-wan kernel: EXT2-bad dir block dump 1008: fb 1f c4 7a b7 bd 14 11 50 c4 73 b3 47 16 6f 0f Feb 13 06:23:11 obi-wan kernel: EXT2-fs error (device 08:31): ext2_find_entry: bad entry in directory #697414: rec_len % != 0 - offset=3840, inode=486642701, rec_len=8021, name_len=16711 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0000: 68 a9 0a 00 10 00 05 00 34 36 30 36 34 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0016: 7a a8 0a 00 10 00 05 00 34 35 39 36 39 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0032: d9 a7 0a 00 10 00 05 00 34 36 30 32 34 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0048: 7c a8 0a 00 10 00 05 00 34 35 39 37 30 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0064: dd a7 0a 00 10 00 05 00 34 36 30 32 35 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0080: de a7 0a 00 10 00 05 00 34 36 30 32 36 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0096: e2 a7 0a 00 10 00 05 00 34 36 30 32 37 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0112: e4 a7 0a 00 10 00 05 00 34 36 30 32 38 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0128: ea a7 0a 00 10 00 05 00 34 36 30 32 39 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0144: eb a7 0a 00 10 00 05 00 34 36 30 33 30 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0160: ef a7 0a 00 10 00 05 00 34 36 30 33 31 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0176: 72 a9 0a 00 10 00 05 00 34 36 30 36 35 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0192: f5 a7 0a 00 10 00 05 00 34 36 30 33 33 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0208: ff a7 0a 00 10 00 05 00 34 36 30 33 34 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0224: 09 a8 0a 00 10 00 05 00 34 36 30 33 35 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0240: 0a a8 0a 00 10 00 05 00 34 36 30 33 36 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0256: 76 a9 0a 00 10 00 05 00 34 36 30 36 36 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0272: 0c a8 0a 00 10 00 05 00 34 36 30 33 37 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0288: 17 a8 0a 00 10 00 05 00 34 36 30 33 38 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0304: 19 a8 0a 00 10 00 05 00 34 36 30 33 39 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0320: 34 a8 0a 00 10 00 05 00 34 36 30 34 30 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0336: 88 a9 0a 00 10 00 05 00 34 36 30 36 37 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0352: 8a a9 0a 00 10 00 05 00 34 36 30 36 38 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0368: 46 a7 0a 00 10 00 05 00 34 36 31 32 31 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0384: d0 a7 0a 00 10 00 05 00 34 36 31 32 32 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0400: ec a7 0a 00 10 00 05 00 34 36 31 32 33 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0416: 40 a8 0a 00 10 00 05 00 34 36 31 32 34 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0432: 56 a8 0a 00 10 00 05 00 34 36 31 32 35 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0448: c7 a8 0a 00 10 00 05 00 34 36 31 32 36 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0464: 14 bf 0a 00 10 00 05 00 34 36 31 32 37 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0480: db a5 0a 00 20 01 05 00 34 35 38 39 37 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0496: 00 00 00 00 10 00 05 00 34 35 38 36 31 00 00 00 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0512: 00 00 00 00 10 00 05 66 13 92 6b 92 86 fe be aa Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0528: ab 00 00 00 00 67 ff 7a a9 a9 53 83 28 73 1e 7f Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0544: b8 06 7f ff aa bc 00 05 ff e6 bd 4f 84 a4 b9 ea Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0560: b0 0f ea b0 00 7f 9a b1 05 fe e6 ad 4a f9 4f 5c Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0576: bf 00 7c 1f fa ac 01 e7 aa c1 7f a9 c3 46 ba 50 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0592: de 55 d7 ff 3e ac 00 7f eb 40 7f dc 00 4f 9b 39 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0608: 91 25 dd 97 47 f3 fb 00 7f fa b0 7f ec 47 e1 ab Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0624: 46 ab d8 a8 77 76 dd 00 7e b0 1f ea c1 fe b1 07 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0640: 86 ad 9c 2f 78 b3 f4 05 dd 07 eb 01 fa b1 1f eb Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0656: 17 ea b5 92 d6 04 77 4c 05 41 51 ac 1f eb 01 ff Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0672: c1 fe c4 1e 1c 36 50 0d 57 c7 6c eb 1a ac 1f ec Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0688: 07 eb 07 fb 15 fe f5 92 df e4 77 2f 06 c1 bb 1f Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0704: ec 1f ac 06 6c 07 f1 1f e5 0c f4 01 1d db 3f 53 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0720: c0 07 eb 07 fb 07 fb 07 ec 47 f9 41 2d fe 17 37 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0736: b1 f4 74 07 b0 7f b0 7e ac 7e b0 5f b0 df 95 2a Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0752: a5 cc b5 ec 74 17 b1 fe c0 7e b1 3e b0 76 c1 93 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0768: 0d 94 01 1d 55 1f 47 41 9f b0 1f b0 7e b4 7e c1 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0784: 7e ab 7e 54 aa f5 55 57 73 07 46 d4 91 60 30 7f Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0800: c0 7b 15 fa b7 e5 4c 37 05 58 77 1d c3 2b 18 5f Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0816: e0 7e b1 fa c7 6c 18 70 cf 58 5e cd 5f ca c5 64 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0832: 9d 04 40 0c 1f d0 7e c5 ec 0c ab 45 04 5b 7e 1f Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0848: 15 1b 13 c5 31 10 b0 7f c1 fb 17 ec 32 bd 95 91 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0864: 6d ed f1 f5 b3 dd c0 44 01 07 ed 1f b0 5f 06 1c Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0880: 33 df 97 60 6f 3d 1b 3c c5 1e 6e e9 ec 07 b1 fb Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0896: 17 ea de 94 50 45 4b 3f 3d 7c 70 4f 58 7f f9 fb Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0912: 07 b0 7f 17 ea de 94 50 45 4b 2c 53 c7 46 ec 18 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0928: 7f f9 fb 13 ac 7f 11 eb df 95 30 c5 4f 15 d5 d4 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0944: 15 7f c1 3f e0 7e b3 ec 1f 51 fb df 95 30 c5 4b Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0960: 67 53 6e c6 72 7e 6e ef f0 06 c7 ec 5e c0 4c 33 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0976: df 97 79 33 3c 75 d7 d5 2a d4 42 c1 fd 1f c1 dc Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 0992: 1f 95 86 ca b7 2a 54 71 f3 f2 c5 c0 4f 98 1f c4 Feb 13 06:23:11 obi-wan kernel: EXT2-bad dir block dump 1008: fb 1f c4 7a b7 bd 14 11 50 c4 73 b3 47 16 6f 0f

------------------------------------------------------------------ Jon Lewis <jlewis@fdt.net> | Unsolicited commercial e-mail will Network Administrator | be proof-read for $199/hr. ________Finger jlewis@inorganic5.fdt.net for PGP public key_______