All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yury Umanets <umka@namesys.com>
To: David Nielsen <Lovechild@foolclan.com>
Cc: reiserfs <reiserfs-list@namesys.com>
Subject: Re: New Reiser4 snapshot?
Date: Tue, 15 Jul 2003 09:28:27 +0400	[thread overview]
Message-ID: <3F1390FB.6050506@namesys.com> (raw)
In-Reply-To: <1058210604.3694.4.camel@pilot.stavtrup-st.dk>

David Nielsen wrote:

>New to the list, so I'm sorry if this has been asked previously
>
>With the arrivial of 2.6.0-test1 can we expect a snapshot of Reiser4
>anytime soon for those of us who likes to break our boxes ?
>
We are considering about making some.

>
>I know this is a long shot, but have ReiserFS3 on a EVMS2 based RAID0
>(RAID1 for /boot)  and I would really hate to have to reinstall my
>entire system - is there an easy way to convert my current FS to Reiser4
>or is using a tool like Mondo or tar the only way ? 
>
You probably need in-place convertation. Yes, there is one way. You need 
to do something like this:

(1) Build-in reiser4 into you kernel.
(2) Create file, that consists of holes on you reiser3 partition by 
means of using dd command. Say reiser4.img. It should have size that is 
enough for you data on /boot

(3) Create reiser4 in reiser4.img. Use reiser4progs from our ftp.
(4) Mount reiser4 to somewhere, say, /mnt/reiser4
(5) Copy all files from /boot to /mnt/reiser4
(6) When copy is finished, you have reiser3 partition with one big file 
on it and all you need to do is to remap /boot/reiser4.img to device, 
/boot lies on. I mean, say reiser4.img file starts from 345 block and 
has 3456 contiguous blocks next to 345. You need to move blocks starting 
from 345 to block 0 on your device.

Actually it may be done by some program, which uses FIBMAP ioctl for 
getting block numbers and move them to new location. Bu we have not such 
a program. May be convertfs will help you. google it :)

>
>Regards 
>David Nielsen
>
>
>
>  
>


-- 
Yury Umanets
"We're flying high, we're watching the world passes by..."




      reply	other threads:[~2003-07-15  5:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-14 14:38 reiserfs with mosix ? Barry, Christopher
2003-07-14 19:08 ` Lars Grobe
2003-07-14 19:23 ` New Reiser4 snapshot? David Nielsen
2003-07-15  5:28   ` Yury Umanets [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F1390FB.6050506@namesys.com \
    --to=umka@namesys.com \
    --cc=Lovechild@foolclan.com \
    --cc=reiserfs-list@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.