Installing the Disk Management 1.1 Add-In on Windows Home Server on a Friday night

Tentacle Software

Tentacle Software announced the release of their updated Disk Management Add-In this weekend and I spent an evening in “hard drive information overload” as I reviewed this sweet update to an already cool tool!

Background

I am excited to review the new Disk Management Add-In 1.1! Last year I wrote a couple of articles about the current version of the Disk Management Add-In. Since then I have been running that 1.0.9.8 version with no issues and excellent performance.

Those prior articles can be found at:

http://usingwindowshomeserver.com/2009/04/19/installing-the-disk-management-add-in-on-windows-home-server-on-a-friday-night/

http://usingwindowshomeserver.com/2009/05/03/adding-a-new-drive-to-windows-home-server-with-the-disk-management-add-in-on-a-friday-night/

Why Do You Need Disk Management 1.1?

The standard WHS console does its job of telling you how much space you are using for Shared Folders, PC Backups and System space but was not designed to give you all of the data you really need to successfully manage your added hard drives. This picture below shows the extent of information you get from the console about your installed drives.

WHS Console

Disk Management 1.1

Tentacle Software knows there is more to managing your hard drives! Tentacle Software has just announced the release of their new version of the Disk Management Add-In.

The improvements in this version they list on their website are:

  • Significantly improved user interface (including a collapsible pane for the wireframe if you don’t use it)
  • Significantly improved performance, especially on multi-core CPUs
  • Charts for disk space statistics
  • Charts for disk space utilization over time
  • Disk statistics logging to a file
  • More disk details, including the NTFS mount point for each disk
  • Real counting of the actual backup database size (for all you crazy kids with backup duplication enabled)
  • A detailed help file

This new version of the Add-In will no longer be free but is well worth the $10!

Please check out their new website at http://www.tentaclesoftware.com/

Equipment Needed

Installation of the Disk Management Add-In 1.1 Video

No screenshots this time around. Make sure you watch the video in 720p!

720p on YouTube

Disk Management Add-In 1.1 Overview

This 11 minute video shows you most of the features of the Disk Management 1.1 Add-In.

Custom Wireframes

If you choose not to build your own Wireframe you can download premade frames from the links on the Tentacle website at:

http://www.tentaclesoftware.com/items/diskmanagement/wireframes

Once you download, use the Import function in the Settings of WHS.

Wireframe Import

Conclusion

Is this Add-In for me? Heck yeah. My parents? Not so much. This Add-In is well worth the $10 for any avid WHS user. Access to the disk temperatures, serial numbers and drive models are worth the money in time-savings alone. I no longer have to take pictures of my serial numbers on the drive labels!

The drive details and new drive space charts are also a great addition to this version.

In the future I would like to see FAST data incorporated into future versions and maybe even a tab that shows CPU temps and fan controls for non-HP WHS builds.

Thank you Sam and Tentacle Software for a great Add-In.

See you next Friday night,

Timothy Daleo

Similar posts you might be interested in:

  1. Adding a new drive to Windows Home Server with the Disk Management Add-In on a Friday night
  2. Disk Management 1.1 Add-In for Windows Home Server Now Released
  3. Installing the Disk Management Add-In on Windows Home Server on a Friday night
  4. Windows Home Server Client Backup Notifier from Sam Wood
  5. PerfectDisk Starts Talking Windows Home Server Vail
Twitter Digg Delicious Stumbleupon Technorati Facebook Email

3 Responses to “Installing the Disk Management 1.1 Add-In on Windows Home Server on a Friday night”

  1. Or you could use PowerShell and run for example (to get serials)

    get-wmiobject win32_diskdrive | foreach {$_.Model + “, ” + $_.SerialNumber}

    and a whole lot more.

  2. Excellent videos – thanks Tim :-)

    Andrew

Trackbacks/Pingbacks

  1. Disk Management Add-In for WHS Reviewed « MS Windows Home Server - 22. Feb, 2010

    [...] You can find Tim’s review here. [...]