header



Welcome to the Micro Center Tech Support Blog!
Find free technical support on a variety of products featured at Micro Center and plenty of how-tos on new technology. Start searching our Blog below or search our Tech Center archives »

Can't find what your looking for? Take advantage of our Tech Support services »

Join the MC Tech Support Community Forum: Get direct advice from the Knowledge Experts @ Micro Center.
Click here to access the Forum »

Search This Blog

Wednesday, February 22, 2012

Tech Tip of the Day: How to save space on Solid State Drives (SSDs) - Part Two: Disable Hibernation

**EDITED**


Description: This is a technical article on to the topic of saving space on Solid State Drives. Part Two covers disabling Hibernation mode, which will free up several gigabytes of space on most systems.

The purpose of this article series is to show how to save space on Solid State drives, which are typically smaller than standard hard drives. In this second article we will be disabling Hibernation Mode, which saves several gigabytes of space by removing the hibernation file, which is typically 75% as big as your total system RAM. In other words, if you have 4GB of ram, the hibernation file will be about 3GB in size.

Netbook and Notebook Users
Hibernation is a commonly used feature for notebooks to save battery, and typically is the "go-to" mode for laptops when the battery is running low. If you are using a notebook or netbook, we do not recommend disabling hibernation.

Hibernation File
Let's start by seeing how much space the hibernation file takes up on the system, and then remove it. Note that this document uses the command line. Be sure to enter only and precisely the commands as they are displayed in this document. Failure to do so could result in damage to your system.

Hibernation is a feature that isn't often used - its purpose is to save energy by putting the machine in to a low-power state, but it sometimes takes several minutes to go in to and resume from hibernation and only saves marginally more power than Sleep Mode, which is nearly instant to enter and resume from. For most people, sleep mode is more than sufficient and doesn't take up any of your hard drive space. If you are unsure about whether or not you need the hibernation feature, consult a technician or just skip to the next document.
  1. Go to Start, enter CMD, then right-click on it and choose Run As Administrator.

    Run as admin

  2. On the new window, enter "CD C:\" (without the quotes) in to the box and press enter. The Command Prompt will return a C:\> prompt.

    command prompt

  3. Enter "dir /as" (without  the quotes) and press enter to see the size of the hibernation file.
    • Note: It displays the size of the file in bytes, so just think of the left-most number (in this case ‘3’) to be roughly the number of gigabytes it is using on your hard drive.

    dir /as

  4. To turn off the hibernation file, enter "powercfg -h off" (without  the quotes) and press enter. It will return a C:\> prompt.

    powercfg -h off

  5. Now enter "dir /as" (without  the quotes) in to the box and press enter. The hiberfil.sys file should now be gone, and the space is freed up on your SSD. If not, then it should disappear after a reboot.

    dir /as

  6. Once this is completed, restart your computer to complete the process. Hibernation is now disabled on the system, and the space is saved on the SSD.
For more assistance contact Technical Support here.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.