Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Normal disk speed?
Date: Thu, 30 Sep 2010 11:06:49
Message-Id: AANLkTikO0WGfQjHMuCa_2Z0gdGa5Ovg97iQGU5FRekAK@mail.gmail.com
1 Taring my mp3 collection from 2.5in 500MB internal sata drive (sda) to esata
2 3.5in 500MB drive (sdb) and it seems slow. In vmstat i can see that the
3 external drive writes faster than the internal can read (external has
4 periods of inactivity)
5 # time tar cf /mnt/usbdrive/mp3back.tar mp3/
6
7 real 10m9.679s
8 user 0m1.577s
9 sys 2m1.769s
10 # du -ks mp3/
11 21221661 mp3/
12
13 So 21221MB in 610 seconds = 35 MB/s
14
15 # hdparm -t /dev/sda
16
17 /dev/sda:
18 Timing buffered disk reads: 220 MB in 3.01 seconds = 73.14 MB/sec (77
19 with --direct)
20
21 FWIW;
22 # hdparm /dev/sda
23
24 /dev/sda:
25 multcount = 16 (on)
26 IO_support = 1 (32-bit)
27 readonly = 0 (off)
28 readahead = 256 (on)
29 geometry = 60801/255/63, sectors = 976773168, start = 0
30
31
32 So the should i expect filesystem (reiser3) and other overhead to cut the
33 read performance to less than half of what hdparm reports? Anything else i
34 can look at to speed it up? Im using CFQ io scheduler.

Replies

Subject Author
Re: [gentoo-user] Normal disk speed? Florian Philipp <lists@××××××××××××××××××.net>
[gentoo-user] Re: Normal disk speed? James <wireless@×××××××××××.com>
Re: [gentoo-user] Normal disk speed? Volker Armin Hemmann <volkerarmin@××××××××××.com>