Groo
03-07-2001, 11:50 AM
I have a ST310212A (Capacity: 9.54 GB) drive in the RAQ 3...
Doing a
[root@www /admin]# /sbin/hdparm -Tt /dev/hda
/dev/hda:
Timing buffer-cache reads: 64 MB in 2.11 seconds =30.33 MB/sec
Timing buffered disk reads: 32 MB in 3.24 seconds = 9.88 MB/sec
http://www.oreillynet.com/pub/a/linux/2000/06/29/hdparm.html?page=1 gives some tips on speeding this up quite a bit -- however you have to be in single-user mode and as far as I know you cannot do this remotely....
[root@www /admin]# /sbin/hdparm /dev/hda
/dev/hda:
multcount = 32 (on)
I/O support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 0 (off)
nowerr = 0 (off)
readonly = 0 (off)
readahead = 8 (on)
Any reason why I/O is set to 16-bit by default and shouldn't it also be 32? As well shouldn't xfermode be set to 66 (UltraDMA mode 2) ?
Doing a
[root@www /admin]# /sbin/hdparm -Tt /dev/hda
/dev/hda:
Timing buffer-cache reads: 64 MB in 2.11 seconds =30.33 MB/sec
Timing buffered disk reads: 32 MB in 3.24 seconds = 9.88 MB/sec
http://www.oreillynet.com/pub/a/linux/2000/06/29/hdparm.html?page=1 gives some tips on speeding this up quite a bit -- however you have to be in single-user mode and as far as I know you cannot do this remotely....
[root@www /admin]# /sbin/hdparm /dev/hda
/dev/hda:
multcount = 32 (on)
I/O support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 0 (off)
nowerr = 0 (off)
readonly = 0 (off)
readahead = 8 (on)
Any reason why I/O is set to 16-bit by default and shouldn't it also be 32? As well shouldn't xfermode be set to 66 (UltraDMA mode 2) ?
