Typo
[linux_from_scratch_hints.git] / OLD / file-system-reiserfs.txt
blobba7366b7abd2fb45a1ced1deb13fdfed652686be
1 TTILE:          reiserfs file system
2 LFS VERSION:    any
3 AUTHOR:         Florin Boariu <florin@bnv-bamberg.de>
5 SYNOPSIS:
6         "reiserfs is a revolutionary new approach to file system design which stores not just filenames but the files themselves in a B*-tree. It is a generation ahead of alternatives which use older plain B-tree technology, and cannot store the files themselves in the tree. Reiserfs doesn't suffer from log congestion either, you can effectively use it for quickly creating a 100,000 entry directory, and it is fairly unique in that." This hint tells you how to install it.
8 HINT:
9 I'm currently using reiserfs, and it works great. All you have to do is
10 download the reiserfs patch, a fitting kernel version for it (I have
11 2.2.14), patch the kernel and build it. Boot your "normal" system with the
12 new kernel (which of course now has both reiserfs and ext2 support) and
13 mkreiserfs on /dev/whatever-your-lfs-partition. Make a second boot disk
14 for the lfs partition and... there you are!
16 > Does anybody know if the /boot/ needs to be ext2 to boot from lilo, or will
17 > any file system that is compiled into the kernel work?
19 I don't know for sure, I have a ext2 partition as my /dev/hda1 which is
20 about 50 megs large. I'm planing to use that one as my /boot.
22 I'd guess that it should work, since lilo computes (AFAIK) the exact
23 location of the raw data (doesn't it?), so it doesn't matter whether it's
24 reiserfs or ext2. But I might be wrong.