All of lore.kernel.org
 help / color / mirror / Atom feed
* reiserfsck
@ 2002-08-22 14:16 Peter Herklotz
  2002-08-22 14:44 ` reiserfsck Vitaly Fertman
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Herklotz @ 2002-08-22 14:16 UTC (permalink / raw)
  To: reiserfs-list

Hello,

how would I know which version of fs 3.5 I use(d)? The filesystem on
that partition was created using SuSE Linux 7.3.
If I made a wrong choice of the superblock version using "reiserfsck
--rebuild-sb" can I correct it afterwards?
At the moment "reiserfsck --rebuild-tree" does not find ANY data on
the partition. It is telling me
'Could not find hash in use. Using "r5"
"r5" hash is selected'

and then doesn't find anything.
  
I am quite clueless what to try now.

Thanks
Peter


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: reiserfsck
  2002-08-22 14:16 reiserfsck Peter Herklotz
@ 2002-08-22 14:44 ` Vitaly Fertman
  0 siblings, 0 replies; 4+ messages in thread
From: Vitaly Fertman @ 2002-08-22 14:44 UTC (permalink / raw)
  To: Linux PCH EDV, reiserfs-list

On Thursday 22 August 2002 18:16, Peter Herklotz wrote:
> Hello,
>
> how would I know which version of fs 3.5 I use(d)? The filesystem on
> that partition was created using SuSE Linux 7.3.
>
> If I made a wrong choice of the superblock version using "reiserfsck
> --rebuild-sb" can I correct it afterwards?
> At the moment "reiserfsck --rebuild-tree" does not find ANY data on
> the partition. It is telling me
> 'Could not find hash in use. Using "r5"
> "r5" hash is selected'
>
> and then doesn't find anything.
>
> I am quite clueless what to try now.
>
> Thanks
> Peter

Could you tell what you answered here

what is version of ReiserFS you use[1-4]
  (1)   3.6.x
  (2) >=3.5.9
  (3) < 3.5.9 converted to new format
  (4) < 3.5.9
  (X)   exit

If you mkreiserfs by default from SuSe 7.3 you should have >=3.5.9.
It would be easy to say what is going on if you send the reiserfsck 
output and its logfile (-l option). 

Let's check whether you have some data on the partition or not. Could you 
run ./debugreiserfs/debugreiserfs -D /dev/hdb3 > hdb3.meta
If it prints a lot of LEAF NODEs, you have.

-- 

Thanks,
Vitaly Fertman

^ permalink raw reply	[flat|nested] 4+ messages in thread

* reiserfsck
@ 2003-03-07 19:20 Stephen Buckmelter
  2003-03-07 20:19 ` reiserfsck Hans Reiser
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Buckmelter @ 2003-03-07 19:20 UTC (permalink / raw)
  To: reiserfs-list

Getting the following error when running reiserfsck.  Submitting per the
man page.

Thanks!

--Steve


bucklinux:/ # reiserfsck --rebuild-tree --logfile rebuild.log /dev/sda1
reiserfsck 3.6.2 (2002)
  **********************************************************
  ** This  is  an  experimental  version  of  reiserfsck, **
  **              !! MAKE A BACKUP FIRST !!               **
  ** Don't run this program unless something  is  broken. **
  ** Some types of random FS damage can be recovered from **
  ** by  this  program,   which  basically   throws  away **
  ** the internal nodes of the tree and then reconstructs **
  ** them. This program is for use only by the desperate, **
  ** and is  of only beta quality.  If you are using  the **
  ** latest  reiserfsprogs  and  it  fails  please  email **
  ** bug reports to reiserfs-list@namesys.com.            **
  **********************************************************

Will rebuild the filesystem (/dev/sda1) tree
Will put log info to 'rebuild.log'

Do you want to run this program?[N/Yes] (note need to type Yes):Yes
Replaying journal..
No transactions found
###########
reiserfsck --rebuild-tree started at Fri Mar  7 10:27:28 2003
###########

Pass 0:
Loading on-disk bitmap .. ok, 802632 blocks marked used
Skipping 8345 blocks (super block, journal, bitmaps) 794287 blocks will
be read
0%.                                                      left 752867,
3765 /sec
bread: Cannot read a block # 449052.



Aborted
bucklinux:/ #


-- 
Stephen Buckmelter <stephen.buckmelter@sun.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: reiserfsck
  2003-03-07 19:20 reiserfsck Stephen Buckmelter
@ 2003-03-07 20:19 ` Hans Reiser
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Reiser @ 2003-03-07 20:19 UTC (permalink / raw)
  To: Stephen Buckmelter; +Cc: reiserfs-list, Vitaly Fertman

Stephen Buckmelter wrote:

>Getting the following error when running reiserfsck.  Submitting per the
>man page.
>
>Thanks!
>
>--Steve
>
>
>bucklinux:/ # reiserfsck --rebuild-tree --logfile rebuild.log /dev/sda1
>reiserfsck 3.6.2 (2002)
>  **********************************************************
>  ** This  is  an  experimental  version  of  reiserfsck, **
>  **              !! MAKE A BACKUP FIRST !!               **
>  ** Don't run this program unless something  is  broken. **
>  ** Some types of random FS damage can be recovered from **
>  ** by  this  program,   which  basically   throws  away **
>  ** the internal nodes of the tree and then reconstructs **
>  ** them. This program is for use only by the desperate, **
>  ** and is  of only beta quality.  If you are using  the **
>  ** latest  reiserfsprogs  and  it  fails  please  email **
>  ** bug reports to reiserfs-list@namesys.com.            **
>  **********************************************************
>
>Will rebuild the filesystem (/dev/sda1) tree
>Will put log info to 'rebuild.log'
>
>Do you want to run this program?[N/Yes] (note need to type Yes):Yes
>Replaying journal..
>No transactions found
>###########
>reiserfsck --rebuild-tree started at Fri Mar  7 10:27:28 2003
>###########
>
>Pass 0:
>Loading on-disk bitmap .. ok, 802632 blocks marked used
>Skipping 8345 blocks (super block, journal, bitmaps) 794287 blocks will
>be read
>0%.                                                      left 752867,
>3765 /sec
>bread: Cannot read a block # 449052.
>
>
>
>Aborted
>bucklinux:/ #
>
>
>  
>
This is a bad block on the hard drive.  Vitaly, the newer fscks give 
instructions about bad blocks, yes?

Stephen, you can read our faq and act accordingly, or pay $25 and we'll 
handle everything for you if you give a login or provide personalized 
instructions otherwise (but workday is over for today....)

-- 
Hans



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-03-07 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-07 19:20 reiserfsck Stephen Buckmelter
2003-03-07 20:19 ` reiserfsck Hans Reiser
  -- strict thread matches above, loose matches on Subject: below --
2002-08-22 14:16 reiserfsck Peter Herklotz
2002-08-22 14:44 ` reiserfsck Vitaly Fertman

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.