Re: ext2_unlink fun

2001-03-22 Thread Mohammad A. Haque
Andreas Dilger wrote: > > Correct, this was after running e2fsck. I'll try running it again when I > > get home. Here is debugfs stat output for one of the broken files. > > Again, I havent run e2fsck a second time yet. Ok, I ran e2fsck twice last night. It didnt do anything the first run but the

Re: ext2_unlink fun

2001-03-22 Thread Horst von Brand
"Mohammad A. Haque" <[EMAIL PROTECTED]> said: > My machine locked hard last night for an unknown reason under > 2.4.3-pre4. Rebooted and it did it's fsck thing. Got alot of errors > about missing '..', fixed alot of things and moved some stuff to > /lost+found. > > Some files got screwed up so I

Re: ext2_unlink fun

2001-03-21 Thread Mohammad A. Haque
On Wed, 21 Mar 2001, Andreas Dilger wrote: > > debugfs: stat 199908231702.txt > > Inode: 1343489 Type: bad typeMode: Flags: 0x0 > > Version/Generation: 0 > > User: 0 Group: 0 Size: 0 > > File ACL: 0Directory ACL: 0 > > Links: 0 Blockcount: 0 > > Fragment: Address

Re: ext2_unlink fun

2001-03-21 Thread Andreas Dilger
Mohammad A. Haque writes: > On Wed, 21 Mar 2001, Andreas Dilger wrote: > > It appears a reasonable spot to get the EIO from is in ext2_delete_entry() > > where we are validating the de in ext2_check_dir_entry(). Can you check > > your syslog for any error messages, like: > > > > ext2_delete_e

Re: ext2_unlink fun

2001-03-21 Thread Mohammad A. Haque
On Wed, 21 Mar 2001, Andreas Dilger wrote: > It would be nice to determine _why_ you can't unlink these files. If > it was just an issue of size > 2GB, you should get EFBIG error or so. > People have been reporting undeletable files several times now... Before > you reformat, could you do some

Re: ext2_unlink fun

2001-03-21 Thread Andreas Dilger
Mohammad A. Haque writes: > My machine locked hard last night for an unknown reason under > 2.4.3-pre4. Rebooted and it did it's fsck thing. Got alot of errors > about missing '..', fixed alot of things and moved some stuff to > /lost+found. > > Some files got screwed up so I can't delete them. >