All of lore.kernel.org
 help / color / mirror / Atom feed
* Reiserfs with standard journal found, but there was specified a journal dev
@ 2003-03-10 19:03 Julian Hall
  2003-03-10 19:19 ` Yury Umanets
  0 siblings, 1 reply; 5+ messages in thread
From: Julian Hall @ 2003-03-10 19:03 UTC (permalink / raw)
  To: reiserfs-list

My FS never had an external journal device.  I've used 'dd' to transfer 
it to a different partition and am trying to get it to work, but I get 
the following messages from reiserfsck:

vengeance:~# reiserfsck --rebuild-sb /dev/hdc1

<-------------reiserfsck, 2002------------->
reiserfsprogs 3.6.4
[...]
Will check superblock and rebuild it if needed
Will put log info to 'stdout'

Do you want to run this program?[N/Yes] (note need to type Yes if you 
do):Yes
super.c 228 rebuild_sb
Reiserfs with standard journal found, but there was specified a journal dev


Do I need to use the --no-journal-available option?  Or is it something 
else.  If I just run --check rather than anything else, it manages to 
check the journal OK, but then complains that --rebuild-tree didn't 
finish last time.

Any ideas?

Jules



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

* Re: Reiserfs with standard journal found, but there was specified a journal dev
  2003-03-10 19:03 Reiserfs with standard journal found, but there was specified a journal dev Julian Hall
@ 2003-03-10 19:19 ` Yury Umanets
  2003-03-10 19:23   ` Yury Umanets
  2003-03-10 19:30   ` Julian Hall
  0 siblings, 2 replies; 5+ messages in thread
From: Yury Umanets @ 2003-03-10 19:19 UTC (permalink / raw)
  To: Julian Hall; +Cc: reiserfs-list

Julian Hall wrote:

> My FS never had an external journal device.  I've used 'dd' to 
> transfer it to a different partition and am trying to get it to work, 
> but I get the following messages from reiserfsck:
>
> vengeance:~# reiserfsck --rebuild-sb /dev/hdc1
>
> <-------------reiserfsck, 2002------------->
> reiserfsprogs 3.6.4
> [...]
> Will check superblock and rebuild it if needed
> Will put log info to 'stdout'
>
> Do you want to run this program?[N/Yes] (note need to type Yes if you 
> do):Yes
> super.c 228 rebuild_sb
> Reiserfs with standard journal found, but there was specified a 
> journal dev 

It means, that superblock has journal dev field initialized by not zero.

>
>
>
> Do I need to use the --no-journal-available option?  Or is it 
> something else.  If I just run --check rather than anything else, it 
> manages to check the journal OK, but then complains that 
> --rebuild-tree didn't finish last time. 

I can do the following:
(1) Backup your data by using dd (if you are sure, that your drive has 
not bad blocks on it) or dd_rescue otherwise 
(http://www.garloff.de/kurt/linux/ddrescue/).

(2) Rebuild superblock by means of using reiserfsck --rebuild-sb
(3) Usual fsck check and following to its instructions.

>
>
> Any ideas?
>
> Jules
>
>
>
>


-- 
Yury Umanets



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

* Re: Reiserfs with standard journal found, but there was specified a journal dev
  2003-03-10 19:19 ` Yury Umanets
@ 2003-03-10 19:23   ` Yury Umanets
  2003-03-10 19:30   ` Julian Hall
  1 sibling, 0 replies; 5+ messages in thread
From: Yury Umanets @ 2003-03-10 19:23 UTC (permalink / raw)
  To: Yury Umanets; +Cc: Julian Hall, reiserfs-list

Yury Umanets wrote:

> Julian Hall wrote:
>
>> My FS never had an external journal device.  I've used 'dd' to 
>> transfer it to a different partition and am trying to get it to work, 
>> but I get the following messages from reiserfsck:
>>
>> vengeance:~# reiserfsck --rebuild-sb /dev/hdc1
>>
>> <-------------reiserfsck, 2002------------->
>> reiserfsprogs 3.6.4
>> [...]
>> Will check superblock and rebuild it if needed
>> Will put log info to 'stdout'
>>
>> Do you want to run this program?[N/Yes] (note need to type Yes if you 
>> do):Yes
>> super.c 228 rebuild_sb
>> Reiserfs with standard journal found, but there was specified a 
>> journal dev 
>
>
> It means, that superblock has journal dev field initialized by not zero.
>
>>
>>
>>
>> Do I need to use the --no-journal-available option?  Or is it 
>> something else.  If I just run --check rather than anything else, it 
>> manages to check the journal OK, but then complains that 
>> --rebuild-tree didn't finish last time. 
>
>
> I can do the following:

Sorry :) I wanted to say, that you can do the listed operations :)

>
>>
>>
>> Any ideas?
>>
>> Jules
>>
>>
>>
>>
>
>


-- 
Yury Umanets



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

* Re: Reiserfs with standard journal found, but there was specified a journal dev
  2003-03-10 19:19 ` Yury Umanets
  2003-03-10 19:23   ` Yury Umanets
@ 2003-03-10 19:30   ` Julian Hall
  2003-03-11  6:48     ` Oleg Drokin
  1 sibling, 1 reply; 5+ messages in thread
From: Julian Hall @ 2003-03-10 19:30 UTC (permalink / raw)
  To: Yury Umanets; +Cc: reiserfs-list



Yury Umanets wrote:

> I can do the following:
> (1) Backup your data by using dd (if you are sure, that your drive has 
> not bad blocks on it) or dd_rescue otherwise 
> (http://www.garloff.de/kurt/linux/ddrescue/).
>
> (2) Rebuild superblock by means of using reiserfsck --rebuild-sb
> (3) Usual fsck check and following to its instructions.

That's essentially what I was trying to do, but --rebuild-sb won't run. 
 I've tried --no-journal-available also (what the heck, it's only a copy 
of the data...!), but that wouldn't work either (same message: "super.c 
228 rebuild_sb // Reiserfs with standard journal found, but there was 
specified a journal dev").

I'm stumped now.  Anyone got any more suggestions?



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

* Re: Reiserfs with standard journal found, but there was specified a journal dev
  2003-03-10 19:30   ` Julian Hall
@ 2003-03-11  6:48     ` Oleg Drokin
  0 siblings, 0 replies; 5+ messages in thread
From: Oleg Drokin @ 2003-03-11  6:48 UTC (permalink / raw)
  To: Julian Hall; +Cc: Yury Umanets, reiserfs-list

Hello!

On Mon, Mar 10, 2003 at 07:30:27PM +0000, Julian Hall wrote:
> >I can do the following:
> >(1) Backup your data by using dd (if you are sure, that your drive has 
> >not bad blocks on it) or dd_rescue otherwise 
> >(http://www.garloff.de/kurt/linux/ddrescue/).
> >
> >(2) Rebuild superblock by means of using reiserfsck --rebuild-sb
> >(3) Usual fsck check and following to its instructions.
> That's essentially what I was trying to do, but --rebuild-sb won't run. 
> I've tried --no-journal-available also (what the heck, it's only a copy 
> of the data...!), but that wouldn't work either (same message: "super.c 
> 228 rebuild_sb // Reiserfs with standard journal found, but there was 
> specified a journal dev").
> I'm stumped now.  Anyone got any more suggestions?

Please try reiserfsprogs-3.6.5-pre2, I think I remember something about similar problem
being fixed.

Thank you.

Bye,
    Oleg

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

end of thread, other threads:[~2003-03-11  6:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-10 19:03 Reiserfs with standard journal found, but there was specified a journal dev Julian Hall
2003-03-10 19:19 ` Yury Umanets
2003-03-10 19:23   ` Yury Umanets
2003-03-10 19:30   ` Julian Hall
2003-03-11  6:48     ` Oleg Drokin

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.