All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Maciej Sołtysiak" <pysiak.satriani@wp.pl>
To: reiserfs-list@namesys.com
Subject: Experimental Reiser4-enabled Ubuntu kernels ready for testing
Date: Mon, 7 Aug 2006 21:25:56 +0200	[thread overview]
Message-ID: <1871286894.20060807212556@wp.pl> (raw)

Hello,

as I said, I'd be doing this, so...

ftp://ubuntu.ae.poznan.pl/

There is a readme.txt file that says:
== Description ==
This directory contains Ubuntu Linux kernel image packages with support
for Reiser4 (http://wiki.namesys.com)

== Usage ==
1. download a desired kernel image
2. install the kernel:

$ sudo dpkg -i <downloaded_file>

3. reboot, let the new kernel boot
4. prepare a partition (eg. fdisk /dev/sdb)
5. get reiser4progs (mkfs.reiser4, fsck.reiser4, ...) 

$ sudo apt-get install reiser4progs

6. make the filesystem:

$ mkfs.reiser4 /dev/sdb1

7. mount it:

$ mkdir /mnt/r4
$ mount /dev/sdb1 /mnt/r4

8. mount should show:
$ mount | grep reiser4
/dev/sdb1 on /r4 type reiser4 (rw)

9. lsmod | grep reiser4 shoud show:
reiser4               418392  1

10. Play!

== Technical details ==
The images were built using Edgy Eft's build system on current ubuntu
GIT repository. The configurations of the kernels are the same as ubuntu
ships them + reiser4 option enabled as module.

The images come in a few flavours: 386,686,k7, server-bigiron, server.

== Disclaimer ==
This is all experimental stuff. These are my first publicly available
kernel images. Tested *only* on my virtualized machine on Edgy Eft!

Please test and report. I am open to suggestions.

One more thing... If it breaks, don't sue me, my pet hamster is an
excellent attourney.

== Contact ==
My name is Maciej So³tysiak

You can reach me at maciej(at)soltysiak(dot)com



             reply	other threads:[~2006-08-07 19:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-07 19:25 Maciej Sołtysiak [this message]
2006-08-07 19:29 ` Experimental Reiser4-enabled Ubuntu kernels ready for testing Maciej Sołtysiak
2006-08-07 19:58   ` Sander Sweers

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=1871286894.20060807212556@wp.pl \
    --to=pysiak.satriani@wp.pl \
    --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.