It seems Miklos Niedermayer wrote:
> On Mon, Dec 03, 2001 at 09:28:26AM +0100, S_ren Schmidt wrote:
> 
> > > > No, I mean it exactly as written (X is the number of the disk to test).
> > > 
> > > Ah, you mean just do it 5 times?
> > 
> > Yeps, the idea here is that I want the drive to cache the data, so that
> > I can get the raw interface speed, that will show if the ATA modes
> > has been set correctly....
> 
> Does this work for you?
> I always get around 20 MB/sec on both ATA33 and ATA66/ATA100 systems...

Yes it does :

1+0 records in
1+0 records out
524288 bytes transferred in 0.037292 secs (14059037 bytes/sec)
1+0 records in
1+0 records out
524288 bytes transferred in 0.006199 secs (84576191 bytes/sec)
1+0 records in
1+0 records out
524288 bytes transferred in 0.006204 secs (84507936 bytes/sec)

But the disk needs to be idle or you risk getting another 
request inbetween ruining the cached data, or if you disk has
less cache that 512k it will also fail.

If that all is OK, you should see something close to the
real transfer speed of the interface, IF the ATA support
code has setup your HW correctly. What controller and disks
are we talking about here ?

-Søren

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to