All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir V. Saveliev" <vs@namesys.com>
To: Sean Plaice <splaice@gmail.com>
Cc: reiserfs-list@namesys.com
Subject: Re: reiserfs errors in dmesg output
Date: Sun, 04 Jul 2004 12:41:30 +0400	[thread overview]
Message-ID: <40E7C2BA.8050003@namesys.com> (raw)
In-Reply-To: <ae9bd76a0407031610bfd1c7d@mail.gmail.com>

Hello

Sean Plaice wrote:
> On Sat, 03 Jul 2004 16:53:11 +0400, Vladimir V. Saveliev <vs@namesys.com> wrote:
> 
>>>sd(8,6):vs-13060: reiserfs_update_sd: stat data of object [1131
>>>1466199 0x0 SD] (nlink == 1) not found (pos 3)
>>>
>>
>>These is not too bad in this. But,
>>would you run find -inum 1466199?
>>What do you get?
> 
> 
> I am running the find now, but excuse my ignorance I could not find
> any information with a ton of google'ing to determine the exact
> partition that is refered to by sd(8,6).
> 
> I am assuming sd[scsi_device](8[controller?],6[partition?]. Using that
> logic I should be doing the find on /dev/sda5 (if partition referenced
> starts at 0). If anyone could clarify this I would appreciate it.
> 
8 is called MAJOR dev number, 6 - MINOR dev number

For any device you can easily find both major and minor numbers with
ls -l /dev/sda
brw-rw----    1 root     disk       8,   0 Sep 23  2003 /dev/sda

so, /dev/sda has (8,0)

ls /dev/sda6 -l
brw-rw----    1 root     disk       8,   6 Sep 23  2003 /dev/sda6
> 
>>>and
>>>
>>>sd(8,6):journal-1777: buffer 109798 bad state !PREPARED !LOCKED !DIRTY
>>> JDIRTY_WAIT
>>>sd(8,6):journal-1777: buffer 185659 bad state !PREPARED !LOCKED !DIRTY
>>> JDIRTY_WAIT
>>>sd(8,6):journal-1777: buffer 208840 bad state !PREPARED !LOCKED !DIRTY
>>> JDIRTY_WAIT
>>>sd(8,6):journal-1777: buffer 300870 bad state !PREPARED !LOCKED !DIRTY
>>> JDIRTY_WAIT
>>>
>>
>>IIRC, sometime ago, there were some fixes for race conditions which
>>might cause this. Chris, would you please confirm that?
> 
> 
> If this is a race condition that is specific to the kernel I am
> running could this lead to corruption or system instability?
> 
Still waiting for Chris reply



  reply	other threads:[~2004-07-04  8:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-03 12:22 reiserfs errors in dmesg output Sean Plaice
2004-07-03 12:53 ` Vladimir V. Saveliev
2004-07-03 23:10   ` Sean Plaice
2004-07-04  8:41     ` Vladimir V. Saveliev [this message]
2004-07-14 10:45       ` Sean Plaice

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=40E7C2BA.8050003@namesys.com \
    --to=vs@namesys.com \
    --cc=reiserfs-list@namesys.com \
    --cc=splaice@gmail.com \
    /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.