All of lore.kernel.org
 help / color / mirror / Atom feed
* [Q] reiserfs error message at boot-time
@ 2002-04-05  8:03 Daniel Nofftz
  2002-04-05  8:20 ` Oleg Drokin
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Nofftz @ 2002-04-05  8:03 UTC (permalink / raw)
  To: Linux Kernel Mailing List

hi!

i just moved my linux partitition from ext3 to reiserfs.
now my problem:

when i boot, i get this error-message:
reiserfs: Unrecognized mount option errors
reiserfs: Unrecognized mount option errors

i get this message also at shutdown ... and on the next boot, reiserfs
replays the logfile ...

reiserfs: checking transaction log (device 03:02) ...
Warning, log replay starting on readonly filesystem

in /etc/fstab i mount the filesystem with "defaults" ...

where is the problem ?
what do i do wrong ?
hope someone can give me a hint ...

daniel

# Daniel Nofftz
# Sysadmin CIP-Pool Informatik
# University of Trier(Germany), Room V 103
# Mail: daniel@nofftz.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Q] reiserfs error message at boot-time
  2002-04-05  8:03 [Q] reiserfs error message at boot-time Daniel Nofftz
@ 2002-04-05  8:20 ` Oleg Drokin
  2002-04-05  8:37   ` Daniel Nofftz
  0 siblings, 1 reply; 5+ messages in thread
From: Oleg Drokin @ 2002-04-05  8:20 UTC (permalink / raw)
  To: Daniel Nofftz; +Cc: Linux Kernel Mailing List

Hello!

On Fri, Apr 05, 2002 at 10:03:47AM +0200, Daniel Nofftz wrote:

> i just moved my linux partitition from ext3 to reiserfs.
> now my problem:
> when i boot, i get this error-message:
> reiserfs: Unrecognized mount option errors
> reiserfs: Unrecognized mount option errors

Can you show content of your /etc/fstab?
It complains you passed it unrecognised "errors" option.

Bye,
    Oleg

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Q] reiserfs error message at boot-time
  2002-04-05  8:20 ` Oleg Drokin
@ 2002-04-05  8:37   ` Daniel Nofftz
  2002-04-05  8:40     ` Oleg Drokin
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Nofftz @ 2002-04-05  8:37 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: Linux Kernel Mailing List

On Fri, 5 Apr 2002, Oleg Drokin wrote:

> Hello!
>
> On Fri, Apr 05, 2002 at 10:03:47AM +0200, Daniel Nofftz wrote:
>
> > i just moved my linux partitition from ext3 to reiserfs.
> > now my problem:
> > when i boot, i get this error-message:
> > reiserfs: Unrecognized mount option errors
> > reiserfs: Unrecognized mount option errors
>
> Can you show content of your /etc/fstab?
> It complains you passed it unrecognised "errors" option.

/dev/hda2       /               reiserfs        defaults,errors=remount-ro
0       1

i think it's the "errors=remount-ro" then, or ?

daniel



# Daniel Nofftz
# Sysadmin CIP-Pool Informatik
# University of Trier(Germany), Room V 103
# Mail: daniel@nofftz.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Q] reiserfs error message at boot-time
  2002-04-05  8:37   ` Daniel Nofftz
@ 2002-04-05  8:40     ` Oleg Drokin
  2002-04-05  9:07       ` Daniel Nofftz
  0 siblings, 1 reply; 5+ messages in thread
From: Oleg Drokin @ 2002-04-05  8:40 UTC (permalink / raw)
  To: Daniel Nofftz; +Cc: Linux Kernel Mailing List

Hello!

On Fri, Apr 05, 2002 at 10:37:06AM +0200, Daniel Nofftz wrote:
> > > i just moved my linux partitition from ext3 to reiserfs.
> > > now my problem:
> > > when i boot, i get this error-message:
> > > reiserfs: Unrecognized mount option errors
> > > reiserfs: Unrecognized mount option errors
> > Can you show content of your /etc/fstab?
> > It complains you passed it unrecognised "errors" option.
> /dev/hda2       /               reiserfs        defaults,errors=remount-ro
> 0       1
> i think it's the "errors=remount-ro" then, or ?

Exactly.
Get rid of that errors=... option and you'll be fine

Bye,
    Oleg

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Q] reiserfs error message at boot-time
  2002-04-05  8:40     ` Oleg Drokin
@ 2002-04-05  9:07       ` Daniel Nofftz
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Nofftz @ 2002-04-05  9:07 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: Linux Kernel Mailing List

On Fri, 5 Apr 2002, Oleg Drokin wrote:

> Hello!
>
> On Fri, Apr 05, 2002 at 10:37:06AM +0200, Daniel Nofftz wrote:
> > > > i just moved my linux partitition from ext3 to reiserfs.
> > > > now my problem:
> > > > when i boot, i get this error-message:
> > > > reiserfs: Unrecognized mount option errors
> > > > reiserfs: Unrecognized mount option errors
> > > Can you show content of your /etc/fstab?
> > > It complains you passed it unrecognised "errors" option.
> > /dev/hda2       /               reiserfs        defaults,errors=remount-ro
> > 0       1
> > i think it's the "errors=remount-ro" then, or ?
>
> Exactly.
> Get rid of that errors=... option and you'll be fine

thanks ... will test it afap

daniel


# Daniel Nofftz
# Sysadmin CIP-Pool Informatik
# University of Trier(Germany), Room V 103
# Mail: daniel@nofftz.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-04-05  9:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-05  8:03 [Q] reiserfs error message at boot-time Daniel Nofftz
2002-04-05  8:20 ` Oleg Drokin
2002-04-05  8:37   ` Daniel Nofftz
2002-04-05  8:40     ` Oleg Drokin
2002-04-05  9:07       ` Daniel Nofftz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.