Do different operating systems have different read and write speeds?

Posted by Ivan on Super User See other posts from Super User or by Ivan
Published on 2012-09-30T20:01:15Z Indexed on 2012/09/30 21:40 UTC
Read the original article Hit count: 463

If I have two different operating systems, such as Windows 8 and Ubuntu, running on the same hardware, will the two operating systems have different read and write speeds?

My guess is that there would be minimal difference between operating systems and read and write speeds to the hard disk since the major limited factor is seeking; however, different operating systems may use different file systems in order to attempt to reduce seek time in the hard disk.

Likewise, I'm sure that modern operating systems will not actually write directly to the hard disk, and instead will just have it in memory and marked with a dirty bit.

Are there any studies that show differences in read and write speeds between OSs? Or would the file system being used by the OS matter more than the OS itself?

© Super User or respective owner

Related posts about hard-drive

Related posts about operating-systems