Romain, on 29 October 2012 - 07:19 PM, said:
I understand that Iops are calcuted based on latency and reading or writing blocks. So bits are written or read on SSD by an OS, and the way to write or read is based on a FS, isn't it?
I guess windows write and reads data on ntfs during these tests.
Thanks again.
Romain
You've got things a bit flipped-around: these tests were performed by reading and writing directly at a block-level to the drive. No filesystem was involved at all. There are no files, just un-named and un-indexed blocks of data.
Filesystems like NTFS sit "above" the block-level; they essentially manage those blocks and present a file-based interface.