ext4 пусната
Извадка от тук
- Added the ext4 filesystem. Quick usage instructions:
– Grab updated e2fsprogs from
ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs-interim/– 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).– 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’. (Although this doesn’t seem to make much difference with
ext3).And you might as well use `mount -o nobh’ too.
Making the journal larger than the mke2fs default often helps
performance with metadata-intensive workloads.


Радвам се че са я пуснали, въпреки че едвали е достатъчно надежна още. Аз съм още новак в Linux, но знам че ext3 е доста надежна, може да се предполага че ext4 ще е още по-добре.
Коментар от mitko — 15.01.2007 @ 19:23
Радвам се че са я пуснали, въпреки че едвали е достатъчно стабилна още. Аз съм още новак в Linux, но знам че ext3 е доста надежна, може да се предполага че ext4 ще е още по-добре(когато и премахнат бъговете).
Коментар от mitko — 15.01.2007 @ 19:24