[SOLVED] Formatted vs Unformatted SSD/HDD Read/Write Speed

Ahmed.K

Prominent
Jul 9, 2019
39
3
545
Is there any effect on the speed of a Unformatted and Formatted SSD?
What if it has one of the following: 3D NAND or NVME or a M.2 SSD or just Normal?
Is there any effect on a HDD also?
 
Solution
"Formatting" is pure OS thing, The only things SSD knows is "read a sector, erase a secror, write a sector".

From OS perspective: File systems do have an overhead, so yes, there would be a performance hit when I/O is done on file and not on physical media. Many database servers have option of using "raw" space for storage instead of a file system.
"Formatting" is pure OS thing, The only things SSD knows is "read a sector, erase a secror, write a sector".

From OS perspective: File systems do have an overhead, so yes, there would be a performance hit when I/O is done on file and not on physical media. Many database servers have option of using "raw" space for storage instead of a file system.
 
Solution

USAFRet

Titan
Moderator
Is there any effect on the speed of a Unformatted and Formatted SSD?
What if it has one of the following: 3D NAND or NVME or a M.2 SSD or just Normal?
Is there any effect on a HDD also?
Mostly irrelevant. Outside of a few specialized use cases (db server mentioned above), the drive needs to be formatted to use.
And those db servers have their own overhead.