How to check and change the logical sector size in Intel® Optane™ SSDs using the Intel Memory and Storage Tool.
Unable to determine the logical sector size of the drive.
The logical sector size can be checked and changed using the Intel® Memory and Storage (Intel® MAS) Tool CLI.
Check the current logical sector size
- Run the command: intelmas show -all -intelssd <SSD_index>
This command will show all settings for the selected drive. The logical sector size is under the parameter SectorSize.
Change the logical sector size
- Run the command: intelmas start –intelssd <SSD_index> -nvmeformat LBAformat = (0-NumLBAFormats)
The parameter LBAformat specifies the sector size to set. Valid options are in the range from index 0 to the number of supported LBA formats of the NVMe drive, however the only sector sizes supported in Intel® Optane™ drives are 512B and 4096B which corresponds to indexes 0 and 3 respectively. This operation may also take an extended period of time depending on the device (10+ minutes), and may be necessary to increase the timeout while using other tools in Linux environments.
Key considerations |
|
- The Intel® Optane™ SSD P1600X Series supports both 512B (factory default) and 4096B sector size.
- Intel® Optane™ drives take more time than NAND-based SSDs to complete the formatting process. The format time is associated with the drive's capacity and write performance.
- Open source tools, such as nvme-cli in Linux*, support the option to specify the timeout value to make sure the Linux kernel will not time out the formatting job.
- Some Linux tools may not support the timeout option, or the option may not work at all. Most recent Linux OSs (RHEL/SLES) should work as expected.
- The Intel® Memory and Storage Tool does not support the timeout option.