Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Normal disk speed?
Date: Mon, 18 Oct 2010 10:04:26
Message-Id: AANLkTika21P6ssGgKUXOqs3x+JQNd8ULNyB_BmOkdH1M@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Normal disk speed? by Daniel Troeder
1 > > suggest and post back. Do you think btrfs (with or without compression)
2 > > would be faster than reiser? If so I will try that as well.
3 > On my system it is twice as fast as reiser3 for _lots_ (200.000) of
4 > small files with compression on (didn't test is without compression). I
5 > didn't test if with big files.
6 >
7 > But your results may vary anyway. For example btrfs is very
8 > cpu-intensive (even more with compression). If you've got a slow cpu
9 > (like in embedded devices), jfs might perform better.
10 >
11
12 FWIW i finally re-ran my tests (CPU is 64 bit dual core Intel 2.4GHz);
13
14 Copy DVD iso from Internal drive (reiserfs) to external drive
15 reiserfs 1m24 1m23 1m23 1m22
16 ext4 1m39 1m25 1m25 1m25 remount 1m26 1m23 1m23 1m22
17 btrfs 1m22 1m22 1m22
18 btrfs+comp 1m20 1m21 1m20 1m21
19
20 Copy DVD iso on external drive
21 # sync; time (cp CentOS-5.3-x86_64-bin-DVD.iso
22 CentOS-5.3-x86_64-bin-DVD.iso2; sync)
23 reiser 1m52 1m52 1m52
24 ext4 1m43 1m43 1m43 1m44 remount 1m33 1m33 1m33 1m42
25 btrfs 1m42 1m41 1m41 1m45 remount 1m46 1m41
26 btrfs+comp 1m34 1m33 1m34 (im guessing the driver is clever enough not to
27 uncompress and recompress)