The Virtual Disk Service (VDS) is a dead communications API (application program interface) that was replaced in Windows Server 2012 and Windows 8 with the new Storage Management API.

virtual disk service

VDS was a COM service which is a loose way to allow programs communicate. You can think of COM as in e-mail system. One program may try to talk to another using COM but they are not actually talking directly to each other. COM is a bridge between disparate systems.

Developers should only be using the WMI (Windows Management Interface) called Storage Management API to talk to and request information from storage systems including Microsoft Storage Spaces.

Here is a useful chart from Microsoft that explains which tool can be:

AccessVDSWMIDiskPartDiskRAIDDisk Mgmt GUIPowerShellStorage Spaces Control Panel
Storage SubsystemsYesYesn/aYesn/aYesn/a
Basic DisksYesYesYesn/aYesYesNo
Dynamic DisksYesNoYesn/aYesNoNo
Storage SpacesNoYesNon/aNoYesYes
Virtual Disk Service is being replaced – Compatibility Cookbook

Should The Virtual Disk Service Be Running?

In most instances the Virtual Disk Service does not need to be running. It is not quite deprecated, but nothing new should have been using it for about a decade, so it is really only for old apps and old operating systems like Server 2008R2, Server 2012 and Server 2012R2.



0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *