Re: e2fsck of non-root filesystem failing at boot time, because already mounted?

2015-02-20 Thread Richard Braun
On Sat, Feb 21, 2015 at 12:04:36AM +0100, Justus Winter wrote: > > > $ showtrans /media/erich > > > /hurd/ext2fs --no-atime /dev/hd2 > > > $ grep hd2 < /etc/fstab > > > /dev/hd2/media/erich ext2 defaults 0 2 > > That's odd. Though I must admit I do not use passive translat

Re: e2fsck of non-root filesystem failing at boot time, because already mounted?

2015-02-20 Thread Justus Winter
Hey Thomas :) Quoting Thomas Schwinge (2015-02-20 23:38:49) > On Fri, 20 Feb 2015 22:44:17 +0100, I wrote: > > As in the subject, and see the attached QEMU screenshot. Has something > > been changed in the boot process ("startup" is new; Justus CCed ;-) just /hurd/startup is the new /hurd/init,

Re: e2fsck of non-root filesystem failing at boot time, because already mounted?

2015-02-20 Thread Thomas Schwinge
Hi! On Fri, 20 Feb 2015 22:44:17 +0100, I wrote: > As in the subject, and see the attached QEMU screenshot. Has something > been changed in the boot process ("startup" is new; Justus CCed ;-) just > in case) that would cause this non-root filesystem to be mounted that > early, so that e2fsck can'

Re: Read this first! Re: e2fsck & filetype & hurd

2000-08-08 Thread Marcus Brinkmann
On Tue, Aug 08, 2000 at 04:39:57AM -0700, [EMAIL PROTECTED] wrote: >Date: Sun, 6 Aug 2000 03:21:50 +0200 >From: Marcus Brinkmann <[EMAIL PROTECTED]> > >However, I think my result is partly the result of mke2fs -o hurd setting >the filetype feature on linux. Ted, can you make the d

Re: Read this first! Re: e2fsck & filetype & hurd

2000-08-08 Thread Theodore Ts'o
Date: Sat, 5 Aug 2000 23:36:10 -0400 (EDT) From: Roland McGrath <[EMAIL PROTECTED]> It was just occurring to me that we could in fact set the filetype field on disk in the Hurd ext2fs to the same values that Linux would use. The Hurd semantics essentially require that ext2fs never

Re: Read this first! Re: e2fsck & filetype & hurd

2000-08-08 Thread Theodore Ts'o
Date: Sun, 6 Aug 2000 03:21:50 +0200 From: Marcus Brinkmann <[EMAIL PROTECTED]> However, I think my result is partly the result of mke2fs -o hurd setting the filetype feature on linux. Ted, can you make the default of -O be dependant on the -o option instead on the system you run t

Re: Read this first! Re: e2fsck & filetype & hurd

2000-08-05 Thread Roland McGrath
It was just occurring to me that we could in fact set the filetype field on disk in the Hurd ext2fs to the same values that Linux would use. The Hurd semantics essentially require that ext2fs never report a value other than DT_UNKNOWN to the user. However, that doesn't mean we can't store other

Read this first! Re: e2fsck & filetype & hurd

2000-08-05 Thread Marcus Brinkmann
Hi, First: I apologize for being dumb. I completely misunderstood how this is supposed to work. Now that I understood, I don't disagree with the problem message anymore. However, I think my result is partly the result of mke2fs -o hurd setting the filetype feature on linux. Ted, can you make the

Re: e2fsck

2000-04-06 Thread Roland McGrath
> Roland McGrath <[EMAIL PROTECTED]> writes: > > > I'm not sure why you think this is useful for the Hurd. Our ext2fs has no > > choice but to ignore the filetype field anyway, because an active > > translator setting might make it incorrect. Moreover, I don't see how you > > think this change

Re: e2fsck

2000-04-06 Thread Thomas Bushnell, BSG
Roland McGrath <[EMAIL PROTECTED]> writes: > I'm not sure why you think this is useful for the Hurd. Our ext2fs has no > choice but to ignore the filetype field anyway, because an active > translator setting might make it incorrect. Moreover, I don't see how you > think this change would be cor