From: lkml777@123mail.org
To: "Jeff Chua" <jeff.chua.linux@gmail.com>
Cc: linux-kernel@vger.kernel.org,
"Eric Hopper" <hopper@omnifarious.org>,
"William Heimbigner" <icxcnika@mar.tar.cc>,
"Alex Zarochentsev" <zam@namesys.com>,
"Andi Kleen" <andi@firstfloor.org>,
"Rik van Riel" <riel@redhat.com>,
"Edward Shishkin" <edward@namesys.com>
Subject: Re: Question about Reiser4 (how to boot it?)
Date: Fri, 27 Apr 2007 16:38:36 -0700 [thread overview]
Message-ID: <1177717116.1762.1186993177@webmail.messagingengine.com> (raw)
In-Reply-To: <b6a2187b0704270937g18f305cdxfdd54349fb73f3ea@mail.gmail.com>
Thanks, that is certainly helpful, but that only mounts one directory
(partition) as Reiser4.
This I have already done.
I was more interested in how to have a whole partition dedicated to
Reiser4 and being able to boot into it.
By any chance did you do that?
On Sat, 28 Apr 2007 00:37:05 +0800, "Jeff Chua"
<jeff.chua.linux@gmail.com> said:
> On 4/27/07, lkml777@123mail.org <lkml777@123mail.org> wrote:
>
> > Hi Jeff, could you outline the procedure that YOU used to get Reiser4
> > installed and running.
>
> Pretty much the same as the steps from ...
> http://linuxhelp.150m.com/installs/compile-kernel.htm
>
> cd /usr/src
> tar --use=bzip2 -xpf linux-2.6.21.tar.bz2
> ln -nsf linux-2.6.21 linux
> cd /usr/src/linux
> bzip2 -d -c /tmp/reiser4-for-2.6.20.patch.bz2 | patch -p1
> # copy your old .config here
> make menuconfig
> File systems --->
> <*> Reiser4 (EXPERIMENTAL)
> make
> make modules_install
> # copy ./i386/boot/bzImage to the boot directory
> # reboot
>
>
> # download, compile and install ...
> libaal-1.0.5.tar.gz
> reiser4progs-1.0.6.tar.gz
>
> I got them from ftp://ftp.namesys.com/pub/reiser4progs/
>
> Take an unused partition, and create reiser4fs on it...
>
> mkfs.reiser4 /dev/sda8
> mount /dev/sda8 /mnt
>
> Or you may want to try it on a loop device ...
>
> dd if=/dev/zero of=disk1 bs=1024k count=100
> mkfs.reiser4 -yf disk1
> mount -o loop disk1 /u0
>
> Here's an entry in /etc/fstab
> /dev/sda8 /u3 reiser4 noatime 0 0
>
>
> I hope this is good enough to get you started.
>
> Thanks,
> Jeff.
--
lkml777@123mail.org
--
http://www.fastmail.fm - And now for something completely different
next prev parent reply other threads:[~2007-04-27 23:53 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070423111939.c876c9cc.akpm@linux-foundation.org>
2007-04-24 14:43 ` Question about Reiser4 Edward Shishkin
2007-04-24 19:39 ` Andi Kleen
2007-04-25 14:35 ` Edward Shishkin
2007-04-25 14:49 ` Jeff Chua
2007-04-25 15:06 ` lkml777
2007-04-25 15:50 ` Jeff Chua
2007-04-26 5:05 ` lkml777
2007-04-26 6:49 ` Jeff Chua
2007-04-26 5:09 ` lkml777
2007-04-26 6:48 ` Jeff Chua
2007-04-26 8:18 ` Jeff Chua
2007-04-27 7:16 ` lkml777
[not found] ` <b6a2187b0704270937g18f305cdxfdd54349fb73f3ea@mail.gmail.com>
2007-04-27 23:38 ` lkml777 [this message]
2007-04-28 1:40 ` Question about Reiser4 (how to boot it?) Jeff Chua
2007-05-02 5:00 ` lkml777
2007-04-28 18:29 ` Andi Kleen
2007-05-02 2:45 ` lkml777
2007-04-26 0:44 ` Question about Reiser4 lkml777
2007-04-25 0:12 ` lkml777
2007-04-25 6:26 ` Eric M. Hopper
2007-04-25 15:03 ` Edward Shishkin
2007-04-26 7:47 ` lkml777
2007-04-26 7:54 ` lkml777
2007-05-02 2:39 ` lkml777
2007-05-02 4:53 ` lkml777
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=1177717116.1762.1186993177@webmail.messagingengine.com \
--to=lkml777@123mail.org \
--cc=andi@firstfloor.org \
--cc=edward@namesys.com \
--cc=hopper@omnifarious.org \
--cc=icxcnika@mar.tar.cc \
--cc=jeff.chua.linux@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=riel@redhat.com \
--cc=zam@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.