All of lore.kernel.org
 help / color / mirror / Atom feed
From: evilninja <evilninja@gmx.net>
To: reiserfs-list@namesys.com
Cc: Chris Worley <cworley@symbionsys.com>
Subject: Re: SUSE 9.1 with ReiserFS:  / won't fsck, but is otherwise fine
Date: Tue, 28 Sep 2004 00:16:53 +0200	[thread overview]
Message-ID: <41589155.1050405@gmx.net> (raw)
In-Reply-To: <1096301165.9096.14.camel@xserver.local.net>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chris Worley wrote:
> On Mon, 2004-09-27 at 08:44, Vitaly Fertman wrote:
> 
>>># ./fsck/reiserfsck  /dev/system/lvol0
>>>reiserfsck 3.6.18 (2003 www.namesys.com)
>>>
>>>Failed to open the device '/dev/system/lvol0': No such device or address
>>
>>it seems 
>>	open ('/dev/system/lvol0', O_RDONLY);
>>returns "No such device or address". You can check it with strace.
>>
>>what if you run
>>	reiserfsck /dev/mapper/system-lvol0
> 
> 
> 
>         The strace dies on the open:
> 
> ...
> open("/dev/mapper/system-lvol0", O_RDONLY|O_LARGEFILE) = -1 ENXIO (No such device or address)
> ...
> 
>         Not even dd can open it:
>         
> # dd if=/dev/mapper/system-lvol0 bs=1024 count=1024 | sum
> dd: opening `/dev/mapper/system-lvol0': No such device or address

ah, now this is funny. dd doesn't care about the filesystem and can't even
read the device. this does not seem like a (reiser-)fs issue, more like a
corrupted partition table / device (if the data on
/dev/mapper/system-lvol0 is not (!) important, you could play around with

  $ mkfs.{ext3|xfs|reiserfs} /dev/mapper/system-lvol0

and see what it gives. (probably won't work too)

good luck,
Christian.
- --
BOFH excuse #180:

ether leak
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBWI5oC/PVm5+NVoYRAhM1AJ9Vwr+oX8Z7SaiRqzK5TPDn2tnS3gCg7K3K
VFq2Eped9ceUjbCWyOi+/+k=
=qVnK
-----END PGP SIGNATURE-----

  reply	other threads:[~2004-09-27 22:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-24  3:20 SUSE 9.1 with ReiserFS: / won't fsck, but is otherwise fine Chris Worley
2004-09-24  7:17 ` Vitaly Fertman
2004-09-24 13:20   ` Chris Worley
2004-09-24 13:30     ` Hendrik Visage
2004-09-24 13:56       ` Chris Worley
2004-09-24 14:32         ` Hendrik Visage
2004-09-24 14:58           ` Chris Worley
2004-09-27 14:44     ` Vitaly Fertman
2004-09-27 16:06       ` Chris Worley
2004-09-27 22:16         ` evilninja [this message]
2004-09-27 22:40           ` Chris Worley
2004-09-29  0:38             ` evilninja

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=41589155.1050405@gmx.net \
    --to=evilninja@gmx.net \
    --cc=cworley@symbionsys.com \
    --cc=reiserfs-list@namesys.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.