Subscribing to the thread.
Code: Select all
1. Quick usage instructions:
===========================
- Grab updated e2fsprogs from
ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs-interim/
This is a patchset on top of e2fsprogs-1.39, which can be found at
ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/
- It's still mke2fs -j /dev/hda1
- mount /dev/hda1 /wherever -t ext4dev
- To enable extents,
mount /dev/hda1 /wherever -t ext4dev -o extents
- The filesystem is compatible with the ext3 driver until you add a file
which has extents (ie: `mount -o extents', then create a file).
NOTE: The "extents" mount flag is temporary. It will soon go away and
extents will be enabled by the "-o extents" flag to mke2fs or tune2fs
- When comparing performance with other filesystems, remember that
ext3/4 by default offers higher data integrity guarantees than most. So
when comparing with a metadata-only journalling filesystem, use `mount -o
data=writeback'. And you might as well use `mount -o nobh' too along
with it. Making the journal larger than the mke2fs default often helps
performance with metadata-intensive workloads.Code: Select all
fabio@gentoo-node1 ~ $ sudo e2fsck -pvfD -C 0 prova
e2fsck: Filesystem has unsupported feature(s) while trying to open prova
prova:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>

I was referring to the gentoo reiser4 howto: http://gentoo-wiki.com/HOWTO_Reiser4_Wi ... oo-Sourcesyngwin wrote:Wait - there is a reiser4 wiki?

good luck !me goes to study for exams
Cheers

Reiser4 is not currently in the kernel. You must use a patched version. See http://gentoo-wiki.com/HOWTO_Reiser4_Wi ... oo-SourcessPHERE911 wrote:I was trying to install gentoo with your CD for AMD64, but Im unsure about how I should compile the kernel for use with reiser4? I know genkernel doesn't support reiser4, so I tried the manual method, but there are SO many settings and I dont have a clue of which to select, also I couldn't find the setting for reiser4 support in the "filesystems" menu in menuconfig. Can anyone please explain to me? Step by step?:D
Code: Select all
cd /my/overlay
mkdir -p sys-kernel/reiser4-sources
cd sys-kernel/reiser4-sources
wget http://neo2.servizi-web.net/overlay/sys-kernel/reiser4-sources/reiser4-sources-2.6.25-r6.ebuild
ebuild reiser4-sources-2.6.25-r6.ebuild digest
emerge reiser4-sourcesCode: Select all
General setup ---> [*] Prompt for development and/or incomplete code/drivers
[*] Enable the block layer --->
Code: Select all
shift + /