Re: fsck problems

1997-07-22 Thread schizo
> anybody have any ideas what i can do next? how can i increase the size > of the lost+found directory? this is kind of urgent. thanks. rename lost+found to something like lf001, repeat process with e2fsck if it happens again, mv lost+found lf002 and so on until it's done. -- TO UNSUBSCRIBE FROM

Re: fsck problems

1997-07-22 Thread Shaya Potter
This is a known bug, it was announced yesterday on debian-devel. We've been in contact with the upstream maintainer, Ted T'so. It appears to be a bug in glibc. The crux of the bug is that for partitions over 2 gig, the function llseek is used. Well it seems the implementation in glibc is buggy,