Originariamente inviato da alkat
c'è un modo per rilevare la velocità dell'hd da linux?
.a.
Per la velocità, non saprei, ma molte informazioni si trovano sotto /proc/ide.
Esempio, da me:
codice:
[sergio@winnie ~]$ cat /proc/ide/amd74xx
----------AMD BusMastering IDE Configuration----------------
Driver Version: 2.13
South Bridge: nVidia Corporation nForce2 IDE
Revision: IDE 0xa2
Highest DMA rate: UDMA133
BM-DMA base: 0xf000
PCI clock: 33.3MHz
-----------------------Primary IDE-------Secondary IDE------
Prefetch Buffer: yes yes
Post Write Buffer: yes yes
Enabled: yes yes
Simplex only: no no
Cable Type: 80w 40w
-------------------drive0----drive1----drive2----drive3-----
Transfer Mode: UDMA DMA UDMA DMA
Address Setup: 30ns 90ns 30ns 90ns
Cmd Active: 90ns 90ns 90ns 90ns
Cmd Recovery: 30ns 30ns 30ns 30ns
Data Active: 90ns 330ns 90ns 330ns
Data Recovery: 30ns 270ns 30ns 270ns
Cycle Time: 15ns 600ns 60ns 600ns
Transfer Rate: 133.3MB/s 3.3MB/s 33.3MB/s 3.3MB/s
Altri files, riportano altre informazioni, più o meno specifiche.
ciao