All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleg Drokin <green@namesys.com>
To: "Vitezslav T. Se'm" <travis@inway.cz>
Cc: reiserfs-list@namesys.com
Subject: Re: Strange message in log
Date: Tue, 19 Nov 2002 17:24:51 +0300	[thread overview]
Message-ID: <20021119172451.A27634@namesys.com> (raw)
In-Reply-To: <3DDA4805.5080700@inway.cz>

Hello!

On Tue, Nov 19, 2002 at 03:17:41PM +0100, Vitezslav T. Se'm wrote:
>        Last Friday I installed my new workstation (RH7.3/redhat kernel 
> 2.4.18-18.7.x) and everytime I use mkreiserfs -h r5 /dev/partition it 
> writes a bit strange message into syslog.
> *******
> Nov 19 15:10:30 biker kernel: attempt to access beyond end of device
> Nov 19 15:10:30 biker kernel: 16:41: rw=0, want=80413328, limit=80413326
> *******
>        Partition is formated, mounted, used - everything OK. Is there 
> any problem with that syslog message?

mkreiserfs autodetects device size to be of different size than block device
driver thinks. Difference is 1k. So kernel logs attempt to read
behind the real device (mkreiserfs tries to check that end of device
is accessible).
There should be no further problems since the difference between two sizes is
less than blocksize.

Bye,
    Oleg

      reply	other threads:[~2002-11-19 14:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-19 14:17 Strange message in log Vitezslav T. Se'm
2002-11-19 14:24 ` Oleg Drokin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021119172451.A27634@namesys.com \
    --to=green@namesys.com \
    --cc=reiserfs-list@namesys.com \
    --cc=travis@inway.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.