Is there a formula to approximate data transfer times from hard disks?
For example, suppose I want to retrieve a 512 byte sector of data off a 7200RPM hard disk with an average seek time of 9 milliseconds, and a nominal data transfer rate of 15MB/s. What is the average transfer time?
I'm trying to come up with a formula for this so I can re-use it.