All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vitaly Fertman <vitaly@namesys.com>
To: David Fendrich <david@fendrich.net>, reiserfs-list@namesys.com
Subject: Re: reiserfsck 3.6.11 locks up
Date: Mon, 22 Dec 2003 14:41:07 +0300	[thread overview]
Message-ID: <200312221441.07493.vitaly@namesys.com> (raw)
In-Reply-To: <196401c3c7c6$3ff2e1c0$74cb010a@mail2world.com>

Hello, 

On Sunday 21 December 2003 16:27, David Fendrich wrote:
> I have a disaster on my hands. I have important data on a HD which
> crashed a few days ago. It turns out that the back up system has been
> down for 1 month, so I really need to recover data from this HD. I used
> dd_recover to rescue what I could to a clean drive (very few blocks were
> damaged, fortunately).
>
> I then mounted this 200 gig file with losetup and ran reiserfsck --check
> on it. Reiserfsck said that I needed to run with --rebuild-tree. So I
> did. Pass 0 went fine. Pass 1 locked up everything after 40%. I
> downloaded the latest reiserfsck (my first version was 3.6.6 or
> something like that) and tried again. Same result at the exakt same
> position.

So reiserfsck continues to do smth but no progress anymore, right?
Have you built the progs on the same computer where you run it?
Would you check your memory with memtest or similar?
If this is a problem in the reiserfsprogs code I will be able to find 
it if you run 
	debugreiserfs -p /dev/xxx | bzip2 -c > xxx.bz2
and make it available for downloading.

> I am almost certain that there is nothing wrong with the new HD, so what
> am I to do?
>
> Is is wrong to run from a loopback device? Should I copy the large file

this is ok to fsck the loopback device, you can even fsck the file.

> right on to an empty partition with dd if=/dev/loop0 of=/dev/hda1 -bs=1M
> ? Does it matter on hda1 is larger than the original partition?

in this case it would be better to zero the partition first or to be sure that there
were no reiserfs before on hda1 blocks that lie over the fs size.

> If the output from debugreiserfs helps, here it is:
> debugreiserfs 3.6.11 (2003 www.namesys.com)
>
> Count of blocks on the device: 49520336
> Free blocks (count of blocks - used [journal, bitmaps, data, reserved]
> blocks): 49520336

have you rebuilt the super block? 

-- 
Thanks,
Vitaly Fertman

  parent reply	other threads:[~2003-12-22 11:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-21 13:27 reiserfsck 3.6.11 locks up David Fendrich
2003-12-21 21:47 ` Alex Malinovich
2003-12-22 11:41 ` Vitaly Fertman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-12-22 12:15 David Fendrich
2003-12-22 12:31 ` Vitaly Fertman

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=200312221441.07493.vitaly@namesys.com \
    --to=vitaly@namesys.com \
    --cc=david@fendrich.net \
    --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.