View previous topic :: View next topic |
Author |
Message |
byakuya n00b
Joined: 09 Nov 2006 Posts: 27
|
Posted: Wed Nov 15, 2006 6:05 pm Post subject: [Solved] sata drive speed sucks |
|
|
I have 2 sata harddisks, one of them (/dev/sda) being 3 gbit/s (which's about 350mb/s), accoding to it's manual. But hdparm doesn't say so. Also, when copying from one drive to another, the speed is 30mb/s on average. Is there anything I can do to speed up the disks?
Here's the output of some programs that might be useful:
Code: | byakuya ~ # lspci
00:00.0 Host bridge: nVidia Corporation nForce3 250Gb Host Bridge (rev a1)
00:01.0 ISA bridge: nVidia Corporation nForce3 250Gb LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation nForce 250Gb PCI System Management (rev a1)
00:02.0 USB Controller: nVidia Corporation CK8S USB Controller (rev a1)
00:02.1 USB Controller: nVidia Corporation CK8S USB Controller (rev a1)
00:02.2 USB Controller: nVidia Corporation nForce3 EHCI USB 2.0 Controller (rev a2)
00:05.0 Bridge: nVidia Corporation CK8S Ethernet Controller (rev a2)
00:08.0 IDE interface: nVidia Corporation CK8S Parallel ATA Controller (v2.5) (rev a2)
00:0a.0 IDE interface: nVidia Corporation CK8S Serial ATA Controller (v2.5) (rev a2)
00:0b.0 PCI bridge: nVidia Corporation nForce3 250Gb AGP Host to PCI Bridge (rev a2)
00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
02:08.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
02:08.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 0a)
02:0c.0 RAID bus controller: Silicon Image, Inc. SiI 3114 [SATALink/SATARaid] Serial ATA Controller (rev 02) |
Code: | byakuya ~ # hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 1224 MB in 2.00 seconds = 611.25 MB/sec
Timing buffered disk reads: 156 MB in 3.03 seconds = 51.53 MB/sec |
Code: | byakuya ~ # hdparm -tT /dev/sdb
/dev/sdb:
Timing cached reads: 1768 MB in 2.00 seconds = 883.26 MB/sec
Timing buffered disk reads: 164 MB in 3.02 seconds = 54.27 MB/sec |
Last edited by byakuya on Sun Nov 19, 2006 11:56 am; edited 1 time in total |
|
Back to top |
|
|
CZAirwolfOC n00b
Joined: 08 Nov 2006 Posts: 32
|
Posted: Wed Nov 15, 2006 6:14 pm Post subject: |
|
|
hdparm -i or I
ATA100 disk>
/dev/hdj:
Timing cached reads: 5468 MB in 2.00 seconds = 2734.13 MB/sec
Timing buffered disk reads: 140 MB in 3.01 seconds = 46.47 MB/sec |
|
Back to top |
|
|
Enverex Guru
Joined: 02 Jul 2003 Posts: 501 Location: Worcester, UK
|
Posted: Wed Nov 15, 2006 6:47 pm Post subject: |
|
|
That's usual HD speed. 3Gbit is the THEORETICAL max, which you're never going to get near. |
|
Back to top |
|
|
|