2002-04-05 08:04:10

by Daniel Nofftz

[permalink] [raw]
Subject: [Q] reiserfs error message at boot-time

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: [email protected]


2002-04-05 08:21:03

by Oleg Drokin

[permalink] [raw]
Subject: Re: [Q] reiserfs error message at boot-time

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

2002-04-05 08:37:36

by Daniel Nofftz

[permalink] [raw]
Subject: Re: [Q] reiserfs error message at boot-time

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: [email protected]

2002-04-05 08:40:44

by Oleg Drokin

[permalink] [raw]
Subject: Re: [Q] reiserfs error message at boot-time

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

2002-04-05 09:08:07

by Daniel Nofftz

[permalink] [raw]
Subject: Re: [Q] reiserfs error message at boot-time

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: [email protected]