Configuring Over-Provisioning for Intel SSDs

Configuring Over-Provisioning for Intel SSDs

The Over-Provisioning setting of an SSD can be modified by a user. It must be performed on an SSD that is in a completely clean state. This can be an SSD that is fresh out of the box that has never been used or by secure erasing the SSD.

You can use Intel® Solid-State Drive Toolbox for performing a secure erase process if the SSD was not in clean state. To secure erase an Intel SSD, download Intel® Solid-State Drive Toolbox 2.0 from http://www.intel.com/go/ssdtoolbox and follow the steps for performing a secure erase on the SSD. (Industry tools are also available to secure erase an SSD using ATA commands.) Once the SSD is in a clean state, reduce the usable capacity (which increases the spare area) using one of two methods:

 Issue the SET MAX ADDRESS command (part of the ATA specification) to set the maximum address the operating system (OS) can see. HDPARM* and HDAT2* are third-party industry tools that can be used to issue this command.

 Define a partition that is less than the maximum available capacity of the SSD. This option can be found in the OS drive configuration tools.

Both SET MAX ADDRESS and partitioning will reduce the user addressable space and allow the SSD to use the remaining space as part of the “ready to be written” resource pool.

 

The steps below describe how to configure the HDAT2 program for over-provisioning in a Windows-based PC.

1. Prepare a DOS bootable USB memory stick by creating a freeDOS image using Rufus.

A. Download the latest version of Rufus from this link. https://rufus.akeo.ie/

B. Run the program. It does not install as its a stand alone program.

 

2. Download the HDAT2 program from this site and copy HDAT2.exe into the USB thumb drive.

3. Set your BIOS and ensure that the USB is the first bootable device.

4. Attach the SSD to a SATA hard drive slot and reboot the computer.

5. The computer should be booted through the USB, and a command line interface will appear on the screen.

6. Type in “HDAT2”, and then press the Enter key. The SSD model name and capacity will appear on the screen.

7. Press the Enter key and move the cursor to “set max (HPA) menu”. Press the 9 Enhancing the Write Performance of Intel SSDs through Over-Provisioning Enter key and the “set max address” menu will appear.

8. Press the Enter key. The three areas, described below, will appear:

 Native area = the maximum capacity of the drive at the default factory state

 User area = the maximum capacity after enabling over-provisioning (a.k.a. manually set max LBA)

 Hidden area = Native area – User area. The size of the hidden area should be indicated on the screen.

9. Multiple the sector number with the over-provisioning level (percentage). For example, if the over-provisioning level is 20% on a 160GB SSD device, then the user area after over-provisioning will be 312602976 x (1-0.2) = 250082380.

10.Press Insert and enter the new value. Press “S,” then select “Y (Yes).” Then press any key to complete the process.

11.Reboot the computer (this time, use the local OS disk to boot up).

12.Check the new capacity through the Disk Manager in the Windows operating system.

Note: if you want to use a different drive configuration, you can do so by typing in different values in Step 9 (for example, using a 96G drive instead of a 160G drive).

    • Related Articles

    • Over-provisioning SSDs

      Over-provisioning sets a percentage of the usable space on a hard drive to be locked away in the Host Protected Area (HPA) of the drive's firmware, ensuring that the disk never hits 100% capacity utilization, for performance and endurance ...
    • Creating a RAID 1 with the Onboard Intel C612 chipset

      This guide is to help with the creation of a RAID 1 using the integrated Intel C612 controller.   1. Enter the BIOS by hitting the "delete" key. Once there, tab over to the Advanced tab and select the SATA Configuration option and hit 'Enter'.   2. ...
    • Setup Ubuntu 14.04.5 LTS Server with Software Raid1 for OS. (Video)

      The attached video will demonstrate a complete Ubuntu 14.04.5 LTS Server setup with the following.   Legacy Bios Mode.  240 GB Raid 1 - 2 X 240 GB SSD - OS drive 800 GB Raid 0 - 2 X 400 GB SSD - SCRATCH   The video is approximately 6 Minutes and ...
    • StorCLI Common Commands

      Information for general use: /cx bzw. /vx stands for the Controller/Virtual Drive Number. /ex bzw. /sx stands for the Enclosure/Slot ID. Firmware Update sudo storcli /cx download file=/path/to/firmware.rom Information on the Controller and ...
    • IPMI Drivers for Windows Server

      Download Intel IMB driver: http://ipmiutil.sourceforge.net/kern/imbdrv130.zip Unzip to C:/temp Open a Command Prompt: "Cd C:\temp" "install.bat" to install the driver. Then you can use ipmiutil to check the ipmi functions: ...