From: Sven Falk <lvm@bailong.de>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] recover LVM system
Date: Tue Jan 28 06:22:01 2003 [thread overview]
Message-ID: <20030128122147.GA10180@zeus.bailong.de> (raw)
In-Reply-To: <20030128115025.B17531@sistina.com>
Hi Heinz!
thanks for your reply.
On Tue, 28 Jan 2003, Heinz J . Mauelshagen wrote:
> you've got no LVM prblem but rather a filesystem one unless
> direct access to the LV fails
> (i.e. "dd if=/dev/system/data of=/dev/null bs=1k count=1024").
zeus:/home/bailong # dd if=/dev/system/data of=/dev/null bs=1k
count=1024
1024+0 records in
1024+0 records out
zeus:/home/bailong #
This doesn't sound good :-(. I tried to add a volume with yast2,
rebooted the computer and he couldn't mount it anymore. I was panicing
and tried to create a new LVM, but didn't create any new FS (is yast2 doing
it automatically?)
> What do mount and fsck display ?
zeus:/home/bailong # mount /dev/system/data /data
mount: you must specify the filesystem type
zeus:/home/bailong # mount -t ext3 /dev/system/data /data
mount: wrong fs type, bad option, bad superblock on /dev/system/data,
or too many mounted file systems
zeus:/home/bailong # fsck /dev/hda5
fsck 1.26 (3-Feb-2002)
e2fsck 1.26 (3-Feb-2002)
Couldn't find ext2 superblock, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open
/dev/hda5
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the
superblock
is corrupt, and you might try running e2fsck with an alternate
superblock:
e2fsck -b 8193 <device>
fsck.ext2 /dev/hda5 failed (status 0x8). Run manually!
zeus:/home/bailong # fsck /dev/hdb5
fsck 1.26 (3-Feb-2002)
e2fsck 1.26 (3-Feb-2002)
Couldn't find ext2 superblock, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open
/dev/hdb5
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the
superblock
is corrupt, and you might try running e2fsck with an alternate
superblock:
e2fsck -b 8193 <device>
fsck.ext2 /dev/hdb5 failed (status 0x8). Run manually!
Seems no recovery possible....
Cheers
Sven
next prev parent reply other threads:[~2003-01-28 6:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-27 12:21 [linux-lvm] recover LVM system Sven Falk
2003-01-28 4:53 ` Heinz J . Mauelshagen
2003-01-28 6:22 ` Sven Falk [this message]
2003-01-28 11:18 ` Sven Falk
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=20030128122147.GA10180@zeus.bailong.de \
--to=lvm@bailong.de \
--cc=linux-lvm@sistina.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.