public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ReiserFS question
@ 2001-04-26 19:05 Samium Gromoff
  2001-04-26 19:20 ` Chris Mason
  0 siblings, 1 reply; 6+ messages in thread
From: Samium Gromoff @ 2001-04-26 19:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: reiser

      Hi People...
   got a following "dead of alive" question:
   how to find a root block on a ReiserFS partition
   with a corrupted superblock?

   reiserfsprogs-3.x.0.9j simply writes -2^32
   there at start (reset_super_block) and then simply
   crashes when attempting to access to such mad place
          ... got nearly lost my main partition ...


 sorry for bad english


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

* Re: ReiserFS question
  2001-04-26 19:05 ReiserFS question Samium Gromoff
@ 2001-04-26 19:20 ` Chris Mason
  2001-05-07  4:24   ` Re[2]: Q: HowTo Nullify journal on badblks? Samium Gromoff
  2001-05-07  4:32   ` Re[2]: ReiserFS question Samium Gromoff
  0 siblings, 2 replies; 6+ messages in thread
From: Chris Mason @ 2001-04-26 19:20 UTC (permalink / raw)
  To: Samium Gromoff, linux-kernel; +Cc: reiser



On Thursday, April 26, 2001 11:05:25 PM +0400 Samium Gromoff
<_deepfire@mail.ru> wrote:

>       Hi People...
>    got a following "dead of alive" question:
>    how to find a root block on a ReiserFS partition
>    with a corrupted superblock?
> 
>    reiserfsprogs-3.x.0.9j simply writes -2^32
>    there at start (reset_super_block) and then simply
>    crashes when attempting to access to such mad place
>           ... got nearly lost my main partition ...
> 
> 

The reiserfsck ---rebuild-tree will find the root block for you.  Now that
you've rebuilt the super, run with --rebuild-tree and it should find
everything.

-chris


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

* Re[2]: Q: HowTo Nullify journal on badblks?
  2001-04-26 19:20 ` Chris Mason
@ 2001-05-07  4:24   ` Samium Gromoff
  2001-05-07  4:32   ` Re[2]: ReiserFS question Samium Gromoff
  1 sibling, 0 replies; 6+ messages in thread
From: Samium Gromoff @ 2001-05-07  4:24 UTC (permalink / raw)
  To: Chris Mason; +Cc: linux-kernel, reiser, monstr

         Hello busy peoples, again me...
      Today got my 45gb drive slightly badblocked:
   about 70 MB in beginning... thus problem arose:
   bitmaps are heavily corrupted, and debugreiserfs  
   with -p crashes while trying to dump journal
   (he`s not alone in such behaviour: evryone doing
    that fails with Segfault). I need to dump
   all metadata to refresh bitmaps etc, but i can`t.
   
   3.x.0j-pre2/linux-2.4.4

   what do i have to do?

   i can provide a strace of segfaulted --fix-fixable
            thanks in advance        

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

* Re[2]: ReiserFS question
  2001-04-26 19:20 ` Chris Mason
  2001-05-07  4:24   ` Re[2]: Q: HowTo Nullify journal on badblks? Samium Gromoff
@ 2001-05-07  4:32   ` Samium Gromoff
  1 sibling, 0 replies; 6+ messages in thread
From: Samium Gromoff @ 2001-05-07  4:32 UTC (permalink / raw)
  To: Chris Mason; +Cc: linux-kernel, reiser, monstr

       Info addon, sorry for that:
    these bblks are quite writeable, so it`s ok to
    rewrite `em to rebuild.

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

* reiserfs question
@ 2001-08-19 14:51 lk
  2001-08-19 15:01 ` Justin Guyett
  0 siblings, 1 reply; 6+ messages in thread
From: lk @ 2001-08-19 14:51 UTC (permalink / raw)
  To: linux-kernel


Hi,

I run slackware-linux 8.0 and when I restart my box without issuing the
halt command, I see the following message when the kernel boots:

reiserfs: checking transaction log (device 03:01) ...
Warning, log replay starting on readonly filesystem
Using r5 hash to sort names
ReiserFS version 3.6.25
VFS: Mounted root (reiserfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 184k freed
Adding Swap: 100796k swap-space (priority -1)

My question is: why does it says "Warning...." ? The boot scripts are the
ones installed by slackware installer by default. Is the root filesystem
supposed to be mounted read/write at boot (i ask this because when I had
an ext2 partition it was mounted first readonly, and then readwrite) ?


Regards,




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

* Re: reiserfs question
  2001-08-19 14:51 reiserfs question lk
@ 2001-08-19 15:01 ` Justin Guyett
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Guyett @ 2001-08-19 15:01 UTC (permalink / raw)
  To: lk; +Cc: linux-kernel

On Sun, 19 Aug 2001 lk@Aniela.EU.ORG wrote:

> I run slackware-linux 8.0 and when I restart my box without issuing the
> halt command, I see the following message when the kernel boots:
>
> reiserfs: checking transaction log (device 03:01) ...
> Warning, log replay starting on readonly filesystem

Perhaps you have a "read-only" line in the lilo.conf section for whatever
kernel you're booting.  It's possible that initscripts are remounting the
partition read-only, but not likely, and if you're using journalling, it's
best to check your initscripts and get rid of all the junk that runs
e2fsck and then remounts read-write.


justin


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

end of thread, other threads:[~2001-08-19 15:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-26 19:05 ReiserFS question Samium Gromoff
2001-04-26 19:20 ` Chris Mason
2001-05-07  4:24   ` Re[2]: Q: HowTo Nullify journal on badblks? Samium Gromoff
2001-05-07  4:32   ` Re[2]: ReiserFS question Samium Gromoff
  -- strict thread matches above, loose matches on Subject: below --
2001-08-19 14:51 reiserfs question lk
2001-08-19 15:01 ` Justin Guyett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox