What does HRESULT 0x80042410 (VDS_E_NOT_ENOUGH_DRIVE) mean?

 
Previous Next
VDS_E_NOT_ENOUGH_SPACE VDS_E_BAD_COOKIE

VDS_E_NOT_ENOUGH_DRIVE

VDS_E_NOT_ENOUGH_DRIVE means that the operation requires more available physical drives than were supplied or are free in the selected storage subsystem. This commonly matters for multi-disk layouts and provider operations that require distinct disk members.

What to check

  • Confirm the volume or storage layout being requested and the required number of distinct disks.
  • Check that candidate disks are online, eligible for the provider, and not already reserved by another operation.
  • Do not count partitions or free space on one disk as substitutes when the provider requires separate physical drives.

Microsoft: VDS common return codes


Looking for a different code? Search another status or error code.