Add-In: StableBit DrivePool Build 5449

StableBit DrivePool have released another update for its Drive Extender type add-in for WHS 2011 users.

DrivePool_M4_Pool

Build 5449 has the following changes:

  • Fixed installation issue, where if the previous M4 install failed in the middle, future installs would not work.
  • [D] Fixed directory enumeration issue that was causing the WHS client backup engine to report damage in the backup database. Note that, when reproducing this issue, the backup database files were not actually damaged.

[D] = Driver was modified (reboot required on update)

More details on StableBit DrivePool can be found here.

ReFS File System for Windows Server 8

Microsoft have announced that Windows 8 will feature a newly engineered file system by the name of ReFS in it’s server edition of the product.

ReFS, which stands for Resilient File System will be introduced only as part of Windows Server 8 to start with and so naturally will affect users of the next version of Windows Home Server as it will be built on the Windows Server 8 platform.

ReFS, which is built on the foundations of NTFS, maintains crucial compatibility while at the same time is architected and engineered for a new generation of storage technologies and scenarios:

We designed ReFS and Storage Spaces to complement each other, as two components of a complete storage system…In addition to improved performance, Storage Spaces protects data from partial and complete disk failures by maintaining copies on multiple disks. On read failures, Storage Spaces is able to read alternate copies, and on write failures (as well as complete media loss on read/write) it is able to reallocate data transparently.

NTFS and ReFS File Systems

REFS provides disk reliably and efficiently and is resilient to disk corruptions with integrity streams protecting file content against all forms of data corruption.

Another example of its protection properties is "bit rot" when parts of the disk develop corruptions over time that go largely undetected since those parts are not read frequently. By the time they are read and detected, the alternate copies may have also been corrupted or lost due to other failures:

In order to deal with bit rot, we have added a system task that periodically scrubs all metadata and Integrity Stream data on a ReFS volume residing on a mirrored Storage Space. Scrubbing involves reading all the redundant copies and validating their correctness using the ReFS checksums. If checksums mismatch, bad copies are fixed using good ones.

Microsoft added that they expect many customers will use ReFS in conjunction with mirrored Storage Spaces, in which case corruptions will be automatically and transparently fixed. But in the rare case where a volume on a mirrored space gets corrupted ReFS will implement “salvage,” a feature that will remove the corrupt data from the namespace on a live volume.

It does seem ReFS should help maintain our data’s integrity and protection much more than NFFS did, and we look forward to testing its abilities in a future article.

Microsoft’s full article introducing ReFS and an FAQ can be found here.

Add-In: WHS Drobo Status Beta 2

The WHS Drobo Status add-in has just been updated to beta 2.

This plugin allows you to view how much space you have available on your Drobo from within WHS 2011 dashboard as well as the status of the drives.

WHS Drobo Status Beta 2

Beta 2 includes the following changes:

  • Added support for multiple Drobos
  • Now include the Drobo name and the Drobo type
  • Added a link to open the Drobo dashboard

Note, you must have the Drobo dashboard software installed on your Windows Home Server for the plugin to work (you probably have it installed already! If not you can find the right version from the drobo website).

You can download beta 2 of the WHS Drobo Status add-in from here.

Manage your Home Office with WHS 2011

Ric Chapman over at Technibble.com tells us how we can manage our home office with Windows Home Server 2011.

Computers and Backups in WHS 2011

The article starts out be asking why WHS 2011? and then goes through the setting up process of Microsoft’s latest Home Server offering. Backups, Add-Ins, remote access and alerts & notifications are also taken a look at too.

Although the article is aimed at computer repair technicians the article is a good read for anyone interested in WHS.

Add-In: StableBit DrivePool Build 5421

The DE type replacement add-in StableBit DrivePool has had another update for WHS 2011 users.

Stablebit_drivepool_logo2

Build 5421 has the following changes:

  • [D] Fixed simple rename crash (E.g. when renaming from OS X).
  • [D] Disk buffer fixes.
  • Attempted to fix folder re-share on migration (unable to reproduce).

             [D] = Driver was modified (reboot required on update)

More details on StableBit DrivePool can be found here.

Add-In: Drive Bender Beta 2 of the Tomcat Release

Beta 2 of the Tomcat release of Drive Bender has just been released.

Drive Bender Logo

Release v1.2.3.5 beta (2012-01-14) has the following changes:

  • Bug fix: The pool could lockup under certain conditions (issue is caused by the named (alternate) stream support previously introduced, as a result this has been removed for the time being).
  • Bug fix: BSOD could occur on systems running MSE.
  • Update: The health monitor has been improved and now sleeps after each scan (currently this sleep time is 96 hours).
  • Update: The pool file count meta-data is now persisted across reboots.
  • Update: Client / server security has been introduced. This feature uses the Windows authentication system.
  • Update: Client / server networking is now fully encrypted using AES.
  • Update: Folder time stamping has been improved and now works as per the NTFS spec.

Download the Windows version
Download the WHS version
Download the client version

Important notes regarding this beta.

  1. To install on a system running v1.2.2.2 (or earlier), simply install over the top of the existing installation.
  2. If you experience an issues with this beta and wish to go back to v1.2.2.2, you are able to install v1.2.2.2 straight over the top of this beta.

More details on Drive Bender can be found here.

Add-In: StableBit DrivePool Build 5417

Build 5417 of StableBit DrivePool has just been released.

DrivePool_M4_Pool

This latest build in beta stage M4 (Milestone 4) includes the following changes:

  • [D] Fixed directory listing. Sometimes it would incorrectly tell the caller that there are no more files.
  • [D] Changed disk buffer access one more time to use exception handling instead of relying on WDF.
    [D] = Driver was modified (reboot required on update)

Please be aware of the following confirmed issues

  • If part of a HomeGroup, after a folder move, renaming the folder that was moved will duplicate the share in the HomeGroup.
    This is a WHS HomeGroup bug, confirmed with non-pooled folders using standard interface.
    Workaround: Leave and re-join the HomeGroup using the Dashboard.
  • Folder size calculation may drift. This does not affect data reliability and will be fixed in a later build.
    Remeasuring fixes this.
  • Shadow copies are not supported on the pool.
  • Boxee (and other linux based solutions) might list duplicate folder names.
  • Making pooled files available offline is not supported at this time.

More information on StableBit DrivePool can be found here.

ISP blocking ports for WHS 2011?

Chris Barnes explains to us how to work around your ISP blocking ports for Windows Home Server 2011.

In his tutorial Chris tells us how to configure your router to forward the correct ports needed for remote access to work and using your domain register to forward your sub domain.

RWA Blocked in WHS 2011

A great read which you can find here.

Add-In: StableBit DrivePool Build 5401

Build 5401 of StableBit DrivePool has just been made available.

Stablebit_drivepool_logo2

Currently at the Milestone 4 (M4) stage, here is the change log:

* [D] Cleanup success code is now consistent with IRP.
* [D] Fixed crash in handling lock control.
* [D] Fixed virtual physical disk buffer access (was causing a number of crashes).
           This buffer is really meaningless, as we don’t do much with it.

[D] = Driver was modified (reboot required on update)

More details on StableBit DrivePool can be found here.

WHS 2011 Compared to WHS Version 1

A nice comparison which we found over at the Japanese clevery.co.jp website comparing WHS 2011 to Windows Home Server v1:

WHS 2011 Compared to WHS V1