linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Workaround for ReiserFS on root-filesystem
       [not found] ` <1HYYj-4Ap-5@gated-at.bofh.it>
@ 2004-04-05 19:57   ` Thomas Bach
  2004-04-06 15:28     ` Tomasz Torcz
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Bach @ 2004-04-05 19:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: daniel

Daniel Andersen wrote:
>>I use ReiserFS for my root-filesystem while trying to upgrade to a newer
>>kernel-version (still using 2.4.20) I got a error, that / could not be
>>remounted read/write. After googling a bit I stumbled over the fact that
>>ReiserFS as root-filesystem doesn't work since version 2.4.22 (or
>>something like this).
>>
> Hmm.. It works perfectly fine for me with all 2.4.20-25 kernels, so you
> should not trust everything you find on google ;-)

I tried all kinds of versions (2.4.22, 2.4.25, 2.6.2 and as allready 
mentioned 2.6.5) non of them worked even after playing testing with all 
kinds of options...

> How big is your root partition? Which version of ReiserFS are you using?

The root partition is about 950Mb big (776 used...) and I am using
reiserfsprogs-3.6.11

		Thomas Bach

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

* Re: Workaround for ReiserFS on root-filesystem
  2004-04-05 19:57   ` Workaround for ReiserFS on root-filesystem Thomas Bach
@ 2004-04-06 15:28     ` Tomasz Torcz
  0 siblings, 0 replies; 6+ messages in thread
From: Tomasz Torcz @ 2004-04-06 15:28 UTC (permalink / raw)
  To: linux-kernel

On Mon, Apr 05, 2004 at 09:57:48PM +0200, Thomas Bach wrote:
> Daniel Andersen wrote:
> >>I use ReiserFS for my root-filesystem while trying to upgrade to a newer
> >>kernel-version (still using 2.4.20) I got a error, that / could not be
> >>remounted read/write. After googling a bit I stumbled over the fact that
> >>ReiserFS as root-filesystem doesn't work since version 2.4.22 (or
> >>something like this).
> 
> I tried all kinds of versions (2.4.22, 2.4.25, 2.6.2 and as allready 
> mentioned 2.6.5) non of them worked even after playing testing with all 
> kinds of options...

 It works for me here:

/dev/ide/host0/bus0/target0/lun0/part4 on / type reiserfs (rw,sync)

Linux mother 2.6.5 #10 Sun Apr 4 08:59:08 CEST 2004 i686 unknown unknown GNU/Linux

It always worked - with 2.4.x, 2.5.x, 2.6.x up to 2.6.5.
-- 
Tomasz Torcz                Only gods can safely risk perfection,     
zdzichu@irc.-nie.spam-.pl     it's a dangerous thing for a man.  -- Alia


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

* Re: Workaround for ReiserFS on root-filesystem
  2004-04-05 20:28       ` Thomas Bach
@ 2004-04-06 18:29         ` Tomasz Torcz
  0 siblings, 0 replies; 6+ messages in thread
From: Tomasz Torcz @ 2004-04-06 18:29 UTC (permalink / raw)
  To: linux-kernel

[ replied privately, but I repeat here]

On Mon, Apr 05, 2004 at 10:28:05PM +0200, Thomas Bach wrote:
> > It works for me here:
> >/dev/ide/host0/bus0/target0/lun0/part4 on / type reiserfs (rw,sync)
> >Linux mother 2.6.5 #10 Sun Apr 4 08:59:08 CEST 2004 i686 unknown unknown 
> >GNU/Linux
> >
> >It always worked - with 2.4.x, 2.5.x, 2.6.x up to 2.6.5.
> 
> OK! I am a bit confused. Could you perhaps pass me your /etc/fstab and 
> grub.conf/lilo.conf entrys?

 No problem. I'm using devfs, so I had to pass devfs names - the
standard ones as /dev/hda4 don't work.

My lilo conf:

image = /boot/kernel2_6
  root = /dev/discs/disc0/part4
  label = linux2_6fb
  append = "root=/dev/ide/host0/bus0/target0/lun0/part4"

and corresponding grub entry:

root (hd0,3)
title Linux_2.6
        kernel (hd0,0)/kernel2_6 acpi=force root=/dev/ide/host0/bus0/target0/lun0/part4 ro


And fstab:

/dev/ide/host0/bus0/target0/lun0/part4  /  reiserfs    defaults,sync   1       1

Greetings,
-- 
Tomasz Torcz                Only gods can safely risk perfection,     
zdzichu@irc.-nie.spam-.pl     it's a dangerous thing for a man.  -- Alia


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

* Re: Workaround for ReiserFS on root-filesystem
  2004-04-05 17:54 Thomas Bach
@ 2004-04-06 13:29 ` Daniel Andersen
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Andersen @ 2004-04-06 13:29 UTC (permalink / raw)
  To: Thomas Bach; +Cc: LKML

> Hi Folks!
>
> I use ReiserFS for my root-filesystem while trying to upgrade to a newer
> kernel-version (still using 2.4.20) I got a error, that / could not be
> remounted read/write. After googling a bit I stumbled over the fact that
> ReiserFS as root-filesystem doesn't work since version 2.4.22 (or
> something like this).
>
> So I asked myself if there exists any workaround/howto/something-else so
>    I could get away from making my root-fs to an ext3 one. Does anyone
> know something about it?

Hmm.. It works perfectly fine for me with all 2.4.20-25 kernels, so you
should not trust everything you find on google ;-)
How big is your root partition? Which version of ReiserFS are you using?


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

* Re: Workaround for ReiserFS on root-filesystem
       [not found]     ` <1I0Qg-6b0-5@gated-at.bofh.it>
@ 2004-04-05 20:28       ` Thomas Bach
  2004-04-06 18:29         ` Tomasz Torcz
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Bach @ 2004-04-05 20:28 UTC (permalink / raw)
  To: linux-kernel

Tomasz Torcz wrote:
> On Mon, Apr 05, 2004 at 09:57:48PM +0200, Thomas Bach wrote:
> 
>>Daniel Andersen wrote:
>>
>>>>I use ReiserFS for my root-filesystem while trying to upgrade to a newer
>>>>kernel-version (still using 2.4.20) I got a error, that / could not be
>>>>remounted read/write. After googling a bit I stumbled over the fact that
>>>>ReiserFS as root-filesystem doesn't work since version 2.4.22 (or
>>>>something like this).
 >
>  It works for me here:
> 
> /dev/ide/host0/bus0/target0/lun0/part4 on / type reiserfs (rw,sync)
> 
> Linux mother 2.6.5 #10 Sun Apr 4 08:59:08 CEST 2004 i686 unknown unknown GNU/Linux
> 
> It always worked - with 2.4.x, 2.5.x, 2.6.x up to 2.6.5.

OK! I am a bit confused. Could you perhaps pass me your /etc/fstab and 
grub.conf/lilo.conf entrys?

Thanks,
Thomas Bach (hopefull that he hasn't to reinstall all this stuff here)


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

* Workaround for ReiserFS on root-filesystem
@ 2004-04-05 17:54 Thomas Bach
  2004-04-06 13:29 ` Daniel Andersen
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Bach @ 2004-04-05 17:54 UTC (permalink / raw)
  To: linux-kernel

Hi Folks!

I use ReiserFS for my root-filesystem while trying to upgrade to a newer 
kernel-version (still using 2.4.20) I got a error, that / could not be 
remounted read/write. After googling a bit I stumbled over the fact that 
ReiserFS as root-filesystem doesn't work since version 2.4.22 (or 
something like this).

So I asked myself if there exists any workaround/howto/something-else so 
   I could get away from making my root-fs to an ext3 one. Does anyone 
know something about it?

Thanks,
	Thomas Bach

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

end of thread, other threads:[~2004-04-06 18:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1HYFq-4mw-45@gated-at.bofh.it>
     [not found] ` <1HYYj-4Ap-5@gated-at.bofh.it>
2004-04-05 19:57   ` Workaround for ReiserFS on root-filesystem Thomas Bach
2004-04-06 15:28     ` Tomasz Torcz
     [not found] <1I0Gz-63o-3@gated-at.bofh.it>
     [not found] ` <1I0Gz-63o-5@gated-at.bofh.it>
     [not found]   ` <1I0Gz-63o-1@gated-at.bofh.it>
     [not found]     ` <1I0Qg-6b0-5@gated-at.bofh.it>
2004-04-05 20:28       ` Thomas Bach
2004-04-06 18:29         ` Tomasz Torcz
2004-04-05 17:54 Thomas Bach
2004-04-06 13:29 ` Daniel Andersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).