I'm trying to track down a 1TB SATA SSD that operates in 512n sector size (ie. it presents to the computer and Operating System as 512 logical sectors and 512 physical sectors).
Apparently trying to find sector size information from the spec sheets of consumer grade drives is not very easy; so I was hoping if anyone has such a drive they could run the following command to share what sector sizes are being reported by your drive.
This has to be done with the drive directly connected to a SATA port (eg. on the motherboard, or eSATA). It cannot be read when connected to a USB to SATA adapter as the controller in the adapter masks the real size.
From the research I've done so far Samsung drives would seem to be the most likely candidates, so I am particularly interested in confirming if the 870 EVO or QVO 1TB are 512n given that is still a current model.
Using Windows you can get the information from PowerShell by running the following command:
Which will give output like:
With Linux you can use
It would be greatly appreciated if anyone can take the time to share this information. If you could also share the Firmware Version in addition to the drives name, as it seems from the initial responses that firmware version may has an influence on this too (especially with Crucial).
These are the drives confirmed to be 512n so far, from my testing and responses below:
It seems some drives may have variations of 512n and 512e across the same model (notably Crucial MX500s):
Apparently trying to find sector size information from the spec sheets of consumer grade drives is not very easy; so I was hoping if anyone has such a drive they could run the following command to share what sector sizes are being reported by your drive.
This has to be done with the drive directly connected to a SATA port (eg. on the motherboard, or eSATA). It cannot be read when connected to a USB to SATA adapter as the controller in the adapter masks the real size.
From the research I've done so far Samsung drives would seem to be the most likely candidates, so I am particularly interested in confirming if the 870 EVO or QVO 1TB are 512n given that is still a current model.
Using Windows you can get the information from PowerShell by running the following command:
Get-PhysicalDisk | Select FriendlyName, FirmwareVersion, MediaType, PhysicalSectorSize, LogicalSectorSize, Size | Format-Table
Which will give output like:
With Linux you can use
fdisk -l
to display the information.It would be greatly appreciated if anyone can take the time to share this information. If you could also share the Firmware Version in addition to the drives name, as it seems from the initial responses that firmware version may has an influence on this too (especially with Crucial).
These are the drives confirmed to be 512n so far, from my testing and responses below:
Drive | Size | Firmware Version | Physical Sector Size | Logical Sector Size | Tested By |
---|---|---|---|---|---|
Crucial BX100 256GB | 256 GB | MU02 | 512 | 512 | Link |
Crucial M4 256GB | 256 GB | 070H | 512 | 512 | Link |
CT1000BX500SSD1 | 1 TB | M6CR056 | 512 | 512 | Link |
Samsung SSD 840 EVO 1TB | 1 TB | 512 | 512 | Link | |
Samsung SSD 850 EVO 250GB | 250 GB | EMT02B6Q | 512 | 512 | Link Link |
Samsung SSD 850 EVO 500GB | 500 GB | 512 | 512 | Link | |
Samsung SSD 870 QVO 8TB | 8 TB | SVQ02B6Q | 512 | 512 | Link Link |
SanDisk SDSSDH32000G | 2 TB | 512 | 512 | Link | |
WD Blue SA510 2.5 1000GB | 1 TB | 52048100 | 512 | 512 | Link |
WDC WDS100T2B0A-00SM50 | 1 TB | 415020WD | 512 | 512 | Link |
It seems some drives may have variations of 512n and 512e across the same model (notably Crucial MX500s):
Drive | Firmware Version | Serial | Size | Physical Sector Size | Logical Sector Size |
---|---|---|---|---|---|
CT1000MX500SSD1 | M3CR023 | 1826E145F98B | 1 TB | 4096 | 512 |
CT1000MX500SSD1 | 1845E1D5EC2D | 1 TB | 4096 | 512 | |
CT1000MX500SSD1 | 1845E1D63FE1 | 1 TB | 4096 | 512 | |
CT1000MX500SSD1 | 1844E1D4FA79 | 1 TB | 512 | 512 | |
CT1000MX500SSD1 | 1845E1D610B1 | 1 TB | 512 | 512 | |
CT1000MX500SSD1 | 1920E203CC08 | 1 TB | 4096 | 512 | |
CT1000MX500SSD1 | M3CR023 | 1 TB | 512 | 512 | |
CT1000MX500SSD1 | M3CR046 | 1 TB | 512 | 512 | |
CT1000MX500SSD1 | M3CR046 | 2336E... | 1 TB | 4096 | 512 |
CT2000MX500SSD1 | M3CR033 | 2 TB | 512 | 512 | |
CT2000MX500SSD1 | M3CR046 | 2 TB | 512 | 512 |
Last edited: