* Incompatibility between the reisrefs patches for 2.2.x and 2.4.x
@ 2001-06-22 13:08 Vasil Kolev
2001-06-22 13:20 ` [reiserfs-list] " Nikita Danilov
0 siblings, 1 reply; 4+ messages in thread
From: Vasil Kolev @ 2001-06-22 13:08 UTC (permalink / raw)
To: reiserfs-list; +Cc: linux-kernel
Maybe this is a know issue, but nonetheless.....
I have dual coppermine/930 machine with 1.2G ram, kernel 2.4.5. I used
reiserfs for my /home and /var partitions. When tried downgrading to
2.2.19, I got errors in syslog like 'can't find superblock' ... ( I don't
have them, /var wasn't mounted, and i had to return the machine in
production state... ). Does someone has any idea about this, how could I
downgrade to 2.2.19 ?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [reiserfs-list] Incompatibility between the reisrefs patches for 2.2.x and 2.4.x
2001-06-22 13:08 Incompatibility between the reisrefs patches for 2.2.x and 2.4.x Vasil Kolev
@ 2001-06-22 13:20 ` Nikita Danilov
2001-06-22 13:23 ` Vasil Kolev
2001-06-22 14:00 ` Nikita Danilov
0 siblings, 2 replies; 4+ messages in thread
From: Nikita Danilov @ 2001-06-22 13:20 UTC (permalink / raw)
To: Vasil Kolev; +Cc: reiserfs-list, linux-kernel
Vasil Kolev writes:
> Maybe this is a know issue, but nonetheless.....
> I have dual coppermine/930 machine with 1.2G ram, kernel 2.4.5. I used
> reiserfs for my /home and /var partitions. When tried downgrading to
> 2.2.19, I got errors in syslog like 'can't find superblock' ... ( I don't
> have them, /var wasn't mounted, and i had to return the machine in
> production state... ). Does someone has any idea about this, how could I
> downgrade to 2.2.19 ?
2.4 kernels can work with both 3.5 reiserfs disk format (old) and 3.6
(new). 2.2 kernels---only with 3.5. Probably, you have created your
file-systems in the new format.
You can boot 2.4 kernel, create new file-system large enough with
/sbin/mkreiserfs -v1 (old format), copy existing files there by tar or
cpio and then update /etc/fstab to mount file-system just created. Now,
you can work both with 2.2 and 2.4 kernels.
Keep in mind, that 3.5 format has some limitations concerning file size
etc. Check faq at namesys.com for details. On the other hand, 3.5 often
considered more stable.
Nikita.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [reiserfs-list] Incompatibility between the reisrefs patches for 2.2.x and 2.4.x
2001-06-22 13:20 ` [reiserfs-list] " Nikita Danilov
@ 2001-06-22 13:23 ` Vasil Kolev
2001-06-22 14:00 ` Nikita Danilov
1 sibling, 0 replies; 4+ messages in thread
From: Vasil Kolev @ 2001-06-22 13:23 UTC (permalink / raw)
To: Nikita Danilov; +Cc: reiserfs-list, linux-kernel
Can I use the new format with 2.2? I don't have enough space to do that...
I would live with the limitations ... I just want it to work :)
On Fri, 22 Jun 2001, Nikita Danilov wrote:
> Vasil Kolev writes:
> > Maybe this is a know issue, but nonetheless.....
> > I have dual coppermine/930 machine with 1.2G ram, kernel 2.4.5. I used
> > reiserfs for my /home and /var partitions. When tried downgrading to
> > 2.2.19, I got errors in syslog like 'can't find superblock' ... ( I don't
> > have them, /var wasn't mounted, and i had to return the machine in
> > production state... ). Does someone has any idea about this, how could I
> > downgrade to 2.2.19 ?
>
> 2.4 kernels can work with both 3.5 reiserfs disk format (old) and 3.6
> (new). 2.2 kernels---only with 3.5. Probably, you have created your
> file-systems in the new format.
>
> You can boot 2.4 kernel, create new file-system large enough with
> /sbin/mkreiserfs -v1 (old format), copy existing files there by tar or
> cpio and then update /etc/fstab to mount file-system just created. Now,
> you can work both with 2.2 and 2.4 kernels.
>
> Keep in mind, that 3.5 format has some limitations concerning file size
> etc. Check faq at namesys.com for details. On the other hand, 3.5 often
> considered more stable.
>
> Nikita.
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [reiserfs-list] Incompatibility between the reisrefs patches for 2.2.x and 2.4.x
2001-06-22 13:20 ` [reiserfs-list] " Nikita Danilov
2001-06-22 13:23 ` Vasil Kolev
@ 2001-06-22 14:00 ` Nikita Danilov
1 sibling, 0 replies; 4+ messages in thread
From: Nikita Danilov @ 2001-06-22 14:00 UTC (permalink / raw)
To: Vasil Kolev; +Cc: reiserfs-list, linux-kernel
Vasil Kolev writes:
> Can I use the new format with 2.2? I don't have enough space to do that...
> I would live with the limitations ... I just want it to work :)
I am afraid you cannot. Not now at least. Sorry.
>
> On Fri, 22 Jun 2001, Nikita Danilov wrote:
>
> > Vasil Kolev writes:
> > > Maybe this is a know issue, but nonetheless.....
> > > I have dual coppermine/930 machine with 1.2G ram, kernel 2.4.5. I used
> > > reiserfs for my /home and /var partitions. When tried downgrading to
> > > 2.2.19, I got errors in syslog like 'can't find superblock' ... ( I don't
> > > have them, /var wasn't mounted, and i had to return the machine in
> > > production state... ). Does someone has any idea about this, how could I
> > > downgrade to 2.2.19 ?
> >
> > 2.4 kernels can work with both 3.5 reiserfs disk format (old) and 3.6
> > (new). 2.2 kernels---only with 3.5. Probably, you have created your
> > file-systems in the new format.
> >
> > You can boot 2.4 kernel, create new file-system large enough with
> > /sbin/mkreiserfs -v1 (old format), copy existing files there by tar or
> > cpio and then update /etc/fstab to mount file-system just created. Now,
> > you can work both with 2.2 and 2.4 kernels.
> >
> > Keep in mind, that 3.5 format has some limitations concerning file size
> > etc. Check faq at namesys.com for details. On the other hand, 3.5 often
> > considered more stable.
> >
Nikita.
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-06-22 14:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-22 13:08 Incompatibility between the reisrefs patches for 2.2.x and 2.4.x Vasil Kolev
2001-06-22 13:20 ` [reiserfs-list] " Nikita Danilov
2001-06-22 13:23 ` Vasil Kolev
2001-06-22 14:00 ` Nikita Danilov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®