Hi Geoff Anderson,
Based on your description, the issue seems tied to how Windows Server 2025 Essentials interacts with the Lenovo RAID controller and presents the RAID 5 array to the operating system. Even though Disk Management shows the D: drive as NTFS, the system APIs that shadow copies rely on may not be properly enumerating the volume.
A good first step is to confirm that the Lenovo RAID 940-8i controller drivers and firmware are fully up to date, since outdated storage drivers often cause VSS (Volume Shadow Copy Service) to misidentify volumes. Next, check the VSS writers by running vssadmin list writers and vssadmin list volumes to see if the D: drive is being registered correctly. If it’s missing, that points to a driver or filter issue rather than a file system problem.
You should also verify that the partition is marked as a basic NTFS volume without dynamic disk conversion, as shadow copies don’t support certain disk types. If resizing or renaming fails, that’s another sign the OS isn’t fully recognizing the volume metadata. In some cases, reinitializing the RAID array with the latest Lenovo tools and then reformatting the partition resolves the mismatch, though I’d recommend testing this in a non-production environment first.
For the backup agent, ensure it’s using the latest VSS provider and that it can enumerate non-system volumes. If the agent only sees Disk 0, it may be limited by how the RAID controller exposes logical disks to Windows.
Please give these steps a try and let me know how it goes. If you find this answer helpful, kindly hit “accept answer”.
Jason.