
In the german magazine 'iX', they just (10/02) had a comparison of the different journaling file systems. Unfortunately that article isn't online, but the bottom line, as far as I remember it, is that compared to FreeBSD's Softupdates, fastest is Reiser, closely followed by XFS and then, with a little bit larger gap, ext3. Concerning functionality, all three imho offer pretty much the same.hook wrote:ok, this will sound very very stupid, but i will still make an attempt:
what are the main characteristics of all these systems? (reiser, xfs, ext3, etc. etc.) ...i mean most of the posts were related to users personal favour.
Code: Select all
hdparm -t /dev/hda
It's one of those IBM ICxyz 40GB drives with 7200 rpms, the mobo is a MSI KT266A RU (the drive is connected to the standard ide, not the raid!). These numbers are what I remember (I'm currently on the road, so I can't check proof on my statmement above) I hope, I didn't exgerate, although, as seen here (escpecially when you look at the numbers of "squanto"), they don't seem to be really that far off. I've compiled all VIA-chipset-features into the kernel (latest gentoo-sources), and as I could see with dmesg UDMA-100 is set up at boot time. I will give proof (hopefully!) and copy the output of hdparm -t here at the weekend!boyo wrote:45 to 50 MB/s?For an EIDE drive? What kind of hdd/controller setup does your workstation have?
Depends on how you define "current". For all intents and purposes, xfs-2.4.19-r2 and gentoo-2.4.19-r10 are the exact same kernel - you have to have USE="xfs" defined when emerging gentoo-r10 to get XFS support, however. gentoo-r10 appears to still be marked as "~x86", but I've been using it for almost two weeks now - I needed XFS too.KiTaSuMbA wrote:do the current gentoo-sources support XFS?
I don't think they're there. There's a world of difference between xfs-r1 and -r2.KiTaSuMbA wrote:So, the -r2 xfs sources have preemptive bundled... I'm using the -r1 right now and didn't notice the options (either there weren't any, or I'm getting blind).
I hope theSince, I wouldn't like using unstable code on this machine, I guess emerge xfs-2.4.19-r2 is the prefered course of action here... Thanx for the feedback
eryvile wrote:I hope, I didn't exgerate, although, as seen here (escpecially when you look at the numbers of "squanto"), they don't seem to be really that far off.boyo wrote:45 to 50 MB/s?For an EIDE drive? What kind of hdd/controller setup does your workstation have?

Boy, do I feel miserable, throwing out big numbers without been able to proof themboyo wrote:I'm not doubting your earlier post (eryvile). I'd just love to match it.Which hdparm flags are you using?
Umm...boyo wrote:Honestly, hdparm stats are hardly anything to feel miserable about.The intent of my question was curiosity, not to discredit anyone. If 45-50 MB/s was mis-read, no biggie. If not give me a hand tweaking hdparm for sure.
Code: Select all
sahara root # hdparm /dev/hda
/dev/hda:
multcount = 16 (on)
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 0 (off)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 8 (on)
geometry = 3738/255/63, sectors = 60058656, start = 0
sahara root # hdparm -t /dev/hda
/dev/hda:
Timing buffered disk reads: 64 MB in 20.78 seconds = 3.08 MB/sec
sahara root # hdparm -d 1 -c 1 -X 69 /dev/hda
/dev/hda:
setting 32-bit IO_support flag to 1
setting using_dma to 1 (on)
setting xfermode to 69 (UltraDMA mode5)
IO_support = 1 (32-bit)
using_dma = 1 (on)
sahara root # hdparm -t /dev/hda
/dev/hda:
Timing buffered disk reads: 64 MB in 1.28 seconds = 50.00 MB/sec
sahara root # hdparm /dev/hda
/dev/hda:
multcount = 16 (on)
IO_support = 1 (32-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 8 (on)
geometry = 3738/255/63, sectors = 60058656, start = 0
sahara root # cat /proc/ide/hda/model
Maxtor 6E030L0