All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Raschbacher <lordvan@lordvan.com>
To: Vitaly Fertman <vitaly@namesys.com>
Cc: reiserfs-list@namesys.com
Subject: Re: Reiserfsck can't fix FS
Date: Sun, 16 Oct 2005 18:40:35 +0100	[thread overview]
Message-ID: <1129484435.16949.1.camel@desktop> (raw)
In-Reply-To: <200510142008.42253.vitaly@namesys.com>

[-- Attachment #1: Type: text/plain, Size: 2647 bytes --]

Hi

just a quick addition:

I ran this:

desktop lordvan # dd if=/dev/discs/disc2/part6  of=/dev/null bs=8k
1192384+0 records in
1192384+0 records out
1209296+0 records in
1209296+0 records out
1275725+0 records in
1275725+0 records out
1326505+0 records in
1326505+0 records out
1790232+0 records in
1790232+0 records out
2255571+0 records in
2255571+0 records out
2447343+0 records in
2447343+0 records out
6220163+1 records in
6220163+1 records out

as you see it produced no errors at all so the HDD can be read fine. any
idea what could cause the problem?

Thanks,
  THomas

On Fri, 2005-10-14 at 20:08 +0400, Vitaly Fertman wrote:
> Hello Thomas!
> 
> On Friday 14 October 2005 19:21, Thomas Raschbacher wrote:
> > Hi,
> > 
> > I had to run reiserfsck on my usb hdd because there were some problems.
> > It told me to rebuild the tree (because I couldn't mount it I coudlnt'
> > backup things and I didn't have enough space (50GB) spare for a disk
> > image).
> > 
> > attached my logfiles and (where i remembered to save it the stdout
> > output)
> > 
> > It alwasy aborts at the same place.
> > 
> > (i did the same for another partition and there after running reiserfsck
> > --rebuild-tree about 10 times it worked out ok but this one seems to be
> > a problem ..)
> > 
> > reiserfsck 3.6.19 (2003 www.namesys.com)
> > Linux version 2.6.12-gentoo-r6 (root@desktop) (gcc version
> > 3.4.3-20050110 (Gentoo 3.4.3.20050110-r2, ssp-3.4.3.20050110-0,
> > pie-8.7.7)) #1 Thu Jul 21 20:21:20 BST 2005
> > (i can provide kernel config file if needed)
> > 
> > Please let me know if ther'es anything I can do as there's quite a bit
> > of data on that drive.
> 
> it is possible to check how reiserfsck works, you can extract 
> the fs metadata and fsck them on another compter. this does 
> not require you to have 50M as there are not real data:
> 	debugreiserfs -p /dev/discs/disc2/part6 | bzip2 -c > part6.bz2
> go to another computer:
> 	touch part6.image
> 	bunzip2 -c part6.bz2 | debugreiserfs -u part6.image
> 	reiserfsck --rebuild-tree part6.image -l logfile
> 
> if it finishes successfully, the problem is in your hardware.
> As the same block number repeats and there is also a failed 
> block read, the problem is likely to be IO related.
> 
> it fsck fails on your metadata, I would like to have a look 
> at part6.bz2.
> 
-- 
-----BEGIN GEEK CODE BLOCK-----
GCS/CC/E/M/MU/S d- s: a--- C++++(++) UL++++ P+ L++++ E W+++ N+++ o-- K
w-- O
M-- V- PS+ PE-- Y++ PGP+++ t+++ 5+ X- R tv b++++ DI- D+ G++ e-->+++++
h-- !r
z- 
------END GEEK CODE BLOCK------

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-10-16 17:40 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-14 15:21 Reiserfsck can't fix FS Thomas Raschbacher
2005-10-14 16:08 ` Vitaly Fertman
2005-10-16 17:40   ` Thomas Raschbacher [this message]
2005-10-16 23:37     ` evilninja
2005-10-17 19:34     ` michael chang
2005-10-19 11:27       ` Thomas Raschbacher
2005-10-19 20:17         ` evilninja
     [not found]         ` <b14e81f00510201255x3ee436afveb8222f43f69f8a@mail.gmail.com>
2005-12-11  7:21           ` Thomas Raschbacher
2005-12-12 18:22             ` Bedros Hanounik
2005-12-12 22:15               ` michael chang
     [not found]                 ` <f18a8d980512121454q5170cc19i31c9aa3d653226fe@mail.gmail.com>
2005-12-15 12:09                   ` Reiserfsck can't fix FS - part 2 Thomas Raschbacher
2005-12-15 12:21                     ` Raymond A. Meijer
2005-12-15 13:34                     ` Vladimir V. Saveliev
2005-12-15 20:24                       ` Thomas Raschbacher
2005-12-16  7:43                         ` Vladimir V. Saveliev
2005-12-16 15:14                           ` Thomas Raschbacher
2005-12-19  9:33                             ` Vladimir V. Saveliev
2005-12-20  7:24                               ` Thomas Raschbacher
2005-12-20  8:14                                 ` Vladimir V. Saveliev
2005-12-22 13:55                                   ` Thomas Raschbacher
2005-12-22 14:38                                     ` Vladimir V. Saveliev
2005-12-23 14:29                                       ` Thomas Raschbacher
2005-12-28  0:48                                       ` Thomas Raschbacher
2005-12-19  0:37                           ` Trying to mount ReiserFS file system read only results in change Linux Tard
2005-12-19  8:08                             ` Vladimir V. Saveliev
2005-12-19 14:24                               ` Linux Tard
2005-12-19 15:57                                 ` Vladimir V. Saveliev
2005-12-19 19:31                                   ` Linux Tard
2005-12-20 12:05                                     ` Vladimir V. Saveliev
2005-12-22 20:43                                       ` Linux Tard
2005-12-23 15:03                                         ` Vladimir V. Saveliev
2005-12-24 16:55                                           ` Linux Tard

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=1129484435.16949.1.camel@desktop \
    --to=lordvan@lordvan.com \
    --cc=reiserfs-list@namesys.com \
    --cc=vitaly@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.