You are not logged in.
Pages: 1
I have two hard drives, and I would like to know if I should move my OS to my new one because it is faster. I ran hdparm -Tt on both of them, and am not sure if the differences are significant:
hdparm -Tt /dev/hda
/dev/hda:
Timing cached reads: 1592 MB in 2.00 seconds = 795.95 MB/sec
Timing buffered disk reads: 168 MB in 3.01 seconds = 55.77 MB/sec
That's the old PATA drive that already holds the OS. My other drive is a much larger SATA drive, which makes me want to use if for /home, but if I'll get a significant performance increase by using it to hold /, then I'd rather do that:
hdparm -Tt /dev/sda
/dev/sda:
Timing cached reads: 1592 MB in 2.00 seconds = 795.95 MB/sec
HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for d
Timing buffered disk reads: 186 MB in 3.03 seconds = 61.42 MB/sec
HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for d
So does this seem like a significant difference? (I get more or less the same results in single user mode) I don't know what the difference between timing cached/buffered reads is, or how to interpret the data. Thanks for any advice.
It's a very deadly weapon to know what you're doing
--- William Murderface
Offline
I had similar numbers and copied the distro over and I don't think it made a noticeable difference. YMMV.
Dusty
Offline
Those numbers are not far enough apart to make a big difference with most things. I'd just stick /home on the bigger disk so you have more room for your stuff.
Just my $1.95 worth...
Offline
thanks for the advice! I think I'll just leave / where it is.
It's a very deadly weapon to know what you're doing
--- William Murderface
Offline
hdparm does not work with sata drives unless you have a patched kernel
what drives are they?
if they have the rpm and cache you will not see much of a difference.
as sata drive are mostly pata drives with a sata brige the only time you will see a difference is when it reads from cache, when a drive will run at it full speed. 150mbps sata
100 or 133mbps pata
Offline
hdparm -tT works with sata drives. most of the other options don't work too good... although I noticed hdparm -I works in 64 bit arch, but not in 32 bit. go figure.
Dusty
Offline
Pages: 1