Re: e2fsck problem

2001-06-08 Thread Marcus Brinkmann
On Sat, Jun 09, 2001 at 01:11:08AM +0200, Moritz Schulte wrote: > Marcus Brinkmann <[EMAIL PROTECTED]> writes: > > > What are the major and minor numbers to a monolithical kernel like > > Linux or BSD, is the translator setting for the Hurd. > > I see... So, should we modify the MAKEDEV script

Re: e2fsck problem

2001-06-08 Thread Moritz Schulte
Marcus Brinkmann <[EMAIL PROTECTED]> writes: Hi, > I should add that there is in principal no reliable way if you stumb > on blocks used by some other translator. Sorry, I don't understand what you mean here - "stumb on blocks"? moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.

Re: e2fsck problem

2001-06-08 Thread Moritz Schulte
Marcus Brinkmann <[EMAIL PROTECTED]> writes: Hi, > Thanks for tracking this down. I'm happy i can help. :] > What are the major and minor numbers to a monolithical kernel like > Linux or BSD, is the translator setting for the Hurd. I see... So, should we modify the MAKEDEV script so that it

Re: e2fsck problem

2001-06-08 Thread Marcus Brinkmann
On Fri, Jun 08, 2001 at 04:44:56PM +0200, Marcus Brinkmann wrote: > On Fri, Jun 08, 2001 at 02:32:47PM +0200, Moritz Schulte wrote: > > So, is this broken code or is stat() doing something wrong? (should > > st_rdev be 0?) I'll later look more into this... > > *groan* The Hurd doesn't give dist

Re: e2fsck problem

2001-06-08 Thread Marcus Brinkmann
On Fri, Jun 08, 2001 at 02:32:47PM +0200, Moritz Schulte wrote: > i think, i've found the problem in e2fsck from e2fsprogs-1.20, which > doesn't detect the mount state correctly. e2fsck thinks filesystems > are already mounted, though they are not... Thanks for tracking this down. > So, is this

e2fsck problem

2001-06-08 Thread Moritz Schulte
Hi, i think, i've found the problem in e2fsck from e2fsprogs-1.20, which doesn't detect the mount state correctly. e2fsck thinks filesystems are already mounted, though they are not... There's an additional check, which checks wether the filesystem ('file') is the root filesystem. This check suc