vdserr.h
Constant definitions for the Virtual Disk Service error messages.
Associated Error Codes
Below is a list of error codes found for this header.
Symbolic | Value | Description |
---|---|---|
VDS_S_DISK_PARTIALLY_CLEANED | 0x0004241A | The disk is not fully cleaned due to I/O error. |
VDS_S_PROVIDER_ERROR_LOADING_CACHE | 0x00042421 | The provider encountered errors while loading the cache. See the NT Event Log for more information. |
VDS_S_UPDATE_BOOTFILE_FAILED | 0x00042434 | Failed to update the boot configuration data. |
VDS_S_BOOT_PARTITION_NUMBER_CHANGE | 0x00042436 | The boot partition's partition number will change as a result of the operation. |
VDS_S_VOLUME_COMPRESS_FAILED | 0x00042443 | Failed to compress the volume. |
VDS_S_IN_PROGRESS | 0x0004244D | The asynchronous operation is in progress. |
VDS_S_IA64_BOOT_MIRRORED_TO_MBR | 0x0004245A | You have mirrored your boot volume on a GPT disk, to an MBR disk. You will not be able to boot your machine from the secondary plex. |
VDS_S_UNABLE_TO_GET_GPT_ATTRIBUTES | 0x0004245B | Unable to retrieve the GPT attributes for this volume, (hidden, read only and no drive letter). |
VDS_S_EXTEND_FILE_SYSTEM_FAILED | 0x00042465 | The volume was extended successfully but the file system failed to extend. |
VDS_S_MBR_BOOT_MIRRORED_TO_GPT | 0x00042467 | You have mirrored your boot volume on an MBR disk, to a GPT disk. You will not be able to boot your machine from the secondary plex. |
VDS_S_DISK_IS_MISSING | 0x00042508 | The disk is missing, not all information could be returned. |
VDS_S_NONCONFORMANT_PARTITION_INFO | 0x0004250A | The disk's partition information is does not conform to that expected on a dynamic disk. |
VDS_S_SYSTEM_PARTITION | 0x0004250E | Warning, there was a failure while checking for the system partition. |
VDS_S_NO_NOTIFICATION | 0x00042517 | No volume arrival notification was received. Refresh the Disk Management display. |
VDS_S_DEFAULT_PLEX_MEMBER_IDS | 0x00042518 | Defaults have been used for the member ids or plex ids. |
VDS_S_DISMOUNT_FAILED | 0x00042577 | Failed to dismount the volume after setting the volume flags. |
VDS_S_REMOUNT_FAILED | 0x00042578 | Failed to remount the volume after setting the volume flags. |
VDS_S_RESYNC_NOTIFICATION_TASK_FAILED | 0x0004257A | Failure. If the volume is a mirror volume or a raid5 volume, no resynchronization notifications will be sent. |
VDS_S_VSS_FLUSH_AND_HOLD_WRITES | 0x00042581 | Failed to flush and hold Volume Snapshot Service writes. |
VDS_S_VSS_RELEASE_WRITES | 0x00042582 | Failed to release Volume Snapshot Service writes. |
VDS_S_FS_LOCK | 0x00042583 | Failed to obtain a file system lock. |
VDS_S_PLEX_NOT_LOADED_TO_CACHE | 0x0004258B | This plex is present in the driver, but has not yet been loaded to the provider cache. A volume modified notification will be sent by the service once the plex has been loaded to the provider cache. |
VDS_S_WINPE_BOOTENTRY | 0x0004258E | The boot entries cannot be updated automatically on WinPE. You may need to manually update the boot entry for any installed operating systems. |
VDS_S_NAME_TRUNCATED | 0x00042700 | The name was accepted but had to be truncated. |
VDS_S_STATUSES_INCOMPLETELY_SET | 0x00042702 | At least one path status is not set successfully due to a non-fatal error, for example the status conflicts with the current load balance policy. |
VDS_S_ALREADY_EXISTS | 0x00042714 | The object already exists and does not need to be further created or added. |
VDS_S_PROPERTIES_INCOMPLETE | 0x00042715 | Unable to retrieve all properties for this object. Some attributes may be incomplete or missing. |
VDS_S_ISCSI_SESSION_NOT_FOUND_PERSISTENT_LOGIN_REMOVED | 0x00042800 | No iSCSI sessions to the target were found, but the persistent login setup to the target was removed. |
VDS_S_ISCSI_PERSISTENT_LOGIN_MAY_NOT_BE_REMOVED | 0x00042801 | If a persistent login was set up for the target, it may not have been removed. Check the iSCSI Initiator Control Panel to remove it if necessary. |
VDS_S_ISCSI_LOGIN_ALREAD_EXISTS | 0x00042802 | Login failed because the target is already logged in. |
VDS_S_DISK_MOUNT_FAILED | 0x00042808 | Failed to mount one or more of the volumes on the disk. |
VDS_S_DISK_DISMOUNT_FAILED | 0x00042809 | Failed to dismount one or more of the volumes on the disk. |
VDS_S_ACCESS_PATH_NOT_DELETED | 0x00044244 | The access paths on the volume may not be deleted. |
VDS_E_NOT_SUPPORTED | 0x80042400 | The operation is not supported by the object. |
VDS_E_INITIALIZED_FAILED | 0x80042401 | The service failed to initialize. |
VDS_E_INITIALIZE_NOT_CALLED | 0x80042402 | The initialization method was not called. |
VDS_E_ALREADY_REGISTERED | 0x80042403 | The provider is already registered. |
VDS_E_ANOTHER_CALL_IN_PROGRESS | 0x80042404 | A concurrent second call is made on an object before the first is completed. |
VDS_E_OBJECT_NOT_FOUND | 0x80042405 | The object is not found. |
VDS_E_INVALID_SPACE | 0x80042406 | The specified space is not free or not valid. |
VDS_E_PARTITION_LIMIT_REACHED | 0x80042407 | The number of partitions has reached the limit on a disk. |
VDS_E_PARTITION_NOT_EMPTY | 0x80042408 | The extended partition is not empty. |
VDS_E_OPERATION_PENDING | 0x80042409 | The operation has not been completed yet. |
VDS_E_OPERATION_DENIED | 0x8004240A | This operation is not allowed on the current boot, system or pagefile volume. It is also not allowed on any volume on a basic MBR disk that contains the boot, system or pagefile volume. |
VDS_E_OBJECT_DELETED | 0x8004240B | The object has been deleted. |
VDS_E_CANCEL_TOO_LATE | 0x8004240C | The operation cannot be cancelled. |
VDS_E_OPERATION_CANCELED | 0x8004240D | The operation has been cancelled. |
VDS_E_CANNOT_EXTEND | 0x8004240E | The volume cannot be extended because the file system does not support it. |
VDS_E_NOT_ENOUGH_SPACE | 0x8004240F | There is not enough usable space for this operation. |
VDS_E_NOT_ENOUGH_DRIVE | 0x80042410 | Not enough drives are specified to complete this operation. |
VDS_E_BAD_COOKIE | 0x80042411 | The cookie is not found. |
VDS_E_NO_MEDIA | 0x80042412 | There is no media in the device. |
VDS_E_DEVICE_IN_USE | 0x80042413 | The device is in use. |
VDS_E_DISK_NOT_EMPTY | 0x80042414 | The disk is not empty. |
VDS_E_INVALID_OPERATION | 0x80042415 | Invalid operation. |
VDS_E_PATH_NOT_FOUND | 0x80042416 | The path is not found. |
VDS_E_DISK_NOT_INITIALIZED | 0x80042417 | The disk is not initialized. |
VDS_E_NOT_AN_UNALLOCATED_DISK | 0x80042418 | The disk is not unallocated. |
VDS_E_UNRECOVERABLE_ERROR | 0x80042419 | An unrecoverable error occurred. The service must shut down. |
VDS_E_DMADMIN_SERVICE_CONNECTION_FAILED | 0x8004241B | The provider failed to connect to the Logical Disk Management Administrative service. |
VDS_E_PROVIDER_INITIALIZATION_FAILED | 0x8004241C | The provider failed to initialize. |
VDS_E_OBJECT_EXISTS | 0x8004241D | The object already exists. |
VDS_E_NO_DISKS_FOUND | 0x8004241E | No disks were found on the target machine. |
VDS_E_PROVIDER_CACHE_CORRUPT | 0x8004241F | The provider's cache has become corrupt. |
VDS_E_DMADMIN_METHOD_CALL_FAILED | 0x80042420 | A method call to the Logical Disk Management Administrative service failed. |
VDS_E_PROVIDER_VOL_DEVICE_NAME_NOT_FOUND | 0x80042422 | The device form of the volume pathname could not be retrieved. |
VDS_E_PROVIDER_VOL_OPEN | 0x80042423 | Failed to open the volume device. |
VDS_E_DMADMIN_CORRUPT_NOTIFICATION | 0x80042424 | A corrupt notification was sent from the Logical Disk Manager Administrative service. |
VDS_E_INCOMPATIBLE_FILE_SYSTEM | 0x80042425 | The file system is incompatible. |
VDS_E_INCOMPATIBLE_MEDIA | 0x80042426 | The media is incompatible. |
VDS_E_ACCESS_DENIED | 0x80042427 | Access is denied. |
VDS_E_MEDIA_WRITE_PROTECTED | 0x80042428 | The media is write protected. |
VDS_E_BAD_LABEL | 0x80042429 | The label is illegal. |
VDS_E_CANT_QUICK_FORMAT | 0x8004242A | Can not quick format the volume. |
VDS_E_IO_ERROR | 0x8004242B | IO error occured during format. |
VDS_E_VOLUME_TOO_SMALL | 0x8004242C | The volume size is too small. |
VDS_E_VOLUME_TOO_BIG | 0x8004242D | The volume size is too big. |
VDS_E_CLUSTER_SIZE_TOO_SMALL | 0x8004242E | The cluster size is too small. |
VDS_E_CLUSTER_SIZE_TOO_BIG | 0x8004242F | The cluster size is too big. |
VDS_E_CLUSTER_COUNT_BEYOND_32BITS | 0x80042430 | The number of clusters is too big for 32 bit integer. |
VDS_E_OBJECT_STATUS_FAILED | 0x80042431 | The object is in failed status. |
VDS_E_VOLUME_INCOMPLETE | 0x80042432 | All extents for the volume could not be found. |
VDS_E_EXTENT_SIZE_LESS_THAN_MIN | 0x80042433 | The size of the extent is less than the minimum. |
VDS_E_BOOT_PARTITION_NUMBER_CHANGE | 0x80042436 | The boot partition's partition number will change as a result of the migration operation. |
VDS_E_NO_FREE_SPACE | 0x80042437 | The selected disk does not have enough free space to complete the operation. |
VDS_E_ACTIVE_PARTITION | 0x80042438 | An active partition was detected on the selected disk, and it is not the active partition used to boot the currently running OS. |
VDS_E_PARTITION_OF_UNKNOWN_TYPE | 0x80042439 | Cannot read partition information. |
VDS_E_LEGACY_VOLUME_FORMAT | 0x8004243A | A partition with an unknown type was detected on the selected disk. |
VDS_E_NON_CONTIGUOUS_DATA_PARTITIONS | 0x8004243B | The selected GPT formatted disk contains a partition which is not of type 'PARTITION_BASIC_DATA_GUID', and is both preceeded and followed by a partition of type 'PARTITION_BASIC_DATA_GUID'. |
VDS_E_MIGRATE_OPEN_VOLUME | 0x8004243C | A volume on the selected disk could not be opened. |
VDS_E_VOLUME_NOT_ONLINE | 0x8004243D | The volume is not online. |
VDS_E_VOLUME_NOT_HEALTHY | 0x8004243E | The volume is not healthy. |
VDS_E_VOLUME_SPANS_DISKS | 0x8004243F | The volume spans multiple disks. |
VDS_E_REQUIRES_CONTIGUOUS_DISK_SPACE | 0x80042440 | The volume requires contiguous disk extents. |
VDS_E_BAD_PROVIDER_DATA | 0x80042441 | A provider returned bad data. |
VDS_E_PROVIDER_FAILURE | 0x80042442 | A provider failed to complete an operation. |
VDS_E_PACK_OFFLINE | 0x80042444 | The pack is not online. |
VDS_E_VOLUME_NOT_A_MIRROR | 0x80042445 | The volume is not a mirror. |
VDS_E_NO_EXTENTS_FOR_VOLUME | 0x80042446 | No extents were found for the volume. |
VDS_E_DISK_NOT_LOADED_TO_CACHE | 0x80042447 | The disk failed to load to the cache. |
VDS_E_INTERNAL_ERROR | 0x80042448 | Check the event log for errors. |
VDS_E_PROVIDER_TYPE_NOT_SUPPORTED | 0x8004244A | The method call is not supported for the specified provider type. |
VDS_E_DISK_NOT_ONLINE | 0x8004244B | This disk is already offline. |
VDS_E_DISK_IN_USE_BY_VOLUME | 0x8004244C | The disk is already in use by the volume. |
VDS_E_ASYNC_OBJECT_FAILURE | 0x8004244E | Failure initializing the asynchronous object. |
VDS_E_VOLUME_NOT_MOUNTED | 0x8004244F | A file system is not mounted on the volume. |
VDS_E_PACK_NOT_FOUND | 0x80042450 | The pack was not found. |
VDS_E_IMPORT_SET_INCOMPLETE | 0x80042451 | Import failed. Attempt to import a subset of the disks in the foreign pack. |
VDS_E_DISK_NOT_IMPORTED | 0x80042452 | A disk in the import's source pack was not imported. |
VDS_E_OBJECT_OUT_OF_SYNC | 0x80042453 | The system's information about the object may not be up to date. |
VDS_E_MISSING_DISK | 0x80042454 | The disk is missing. |
VDS_E_DISK_PNP_REG_CORRUPT | 0x80042455 | The provider's list of Pnp registered disks has become corrupt. |
VDS_E_LBN_REMAP_ENABLED_FLAG | 0x80042456 | The provider does not support the LBN REMAP ENABLED volume flag. |
VDS_E_NO_DRIVELETTER_FLAG | 0x80042457 | The provider does not support the NO DRIVELETTER volume flag. |
VDS_E_REVERT_ON_CLOSE | 0x80042458 | REVERT ON CLOSE may only be used with GPT flags HIDDEN, READ ONLY, NO DRIVE LETTER or SHADOW COPY. |
VDS_E_REVERT_ON_CLOSE_SET | 0x80042459 | The REVERT ON CLOSE volume flag is already set for this volume. |
VDS_E_IA64_BOOT_MIRRORED_TO_MBR | 0x8004245A | Not used! You have mirrored your boot volume on a GPT disk, to an MBR disk. You will not be able to boot your machine from the secondary plex. |
VDS_E_VOLUME_TEMPORARILY_DISMOUNTED | 0x8004245C | The volume is temporarily dismounted. |
VDS_E_VOLUME_PERMANENTLY_DISMOUNTED | 0x8004245D | The volume is permanently dismounted. |
VDS_E_VOLUME_HAS_PATH | 0x8004245E | The volume still has access path to it. |
VDS_E_TIMEOUT | 0x8004245F | The operation timed out. |
VDS_E_REPAIR_VOLUMESTATE | 0x80042460 | To repair a volume, both the volume and plex must be online, and must not be healthy or rebuilding. |
VDS_E_LDM_TIMEOUT | 0x80042461 | The operation timed out in the Logical Disk Manager Administrative service. Retry the operation. |
VDS_E_REVERT_ON_CLOSE_MISMATCH | 0x80042462 | When clearing volume flags that have been set using revert on close, the same combination of HIDDEN, READ ONLY, NO DRIVE LETTER or SHADOW COPY flags must be passed to both the SetFlags and ClearFlags calls. |
VDS_E_RETRY | 0x80042463 | The operation failed. Retry the operation. |
VDS_E_ONLINE_PACK_EXISTS | 0x80042464 | Create pack operation failed. An online pack already exists. |
VDS_E_EXTEND_FILE_SYSTEM_FAILED | 0x80042466 | The file system failed to extend. |
VDS_E_MAX_USABLE_MBR | 0x80042468 | Only the first 2TB are usable on large MBR disks. Cannot create partitions beyond the 2TB mark, nor convert the disk to dynamic. |
VDS_S_GPT_BOOT_MIRRORED_TO_MBR | 0x80042469 | You have mirrored your boot volume on a GPT disk, to an MBR disk. You will not be able to boot your machine from the secondary plex. |
VDS_E_NO_SOFTWARE_PROVIDERS_LOADED | 0x80042500 | There are no software provders loaded. |
VDS_E_DISK_NOT_MISSING | 0x80042501 | The disk is not missing. |
VDS_E_NO_VOLUME_LAYOUT | 0x80042502 | Failed to retrieve the volume's layout. Operations on the volume will fail. |
VDS_E_CORRUPT_VOLUME_INFO | 0x80042503 | The volume's driver information is corrupt. Operations on the volume will fail. |
VDS_E_INVALID_ENUMERATOR | 0x80042504 | The enumerator is corrupted. |
VDS_E_DRIVER_INTERNAL_ERROR | 0x80042505 | Internal error in the volume management driver. |
VDS_E_VOLUME_INVALID_NAME | 0x80042507 | The volume name is invalid. |
VDS_E_CORRUPT_PARTITION_INFO | 0x80042509 | The disk's partition information is corrupted. |
VDS_E_CORRUPT_EXTENT_INFO | 0x8004250B | The disk's extent information is corrupted. |
VDS_E_DUP_EMPTY_PACK_GUID | 0x8004250C | An empty pack already exists. Release the existing empty pack before creating another empty pack. |
VDS_E_DRIVER_NO_PACK_NAME | 0x8004250D | The volume management driver did not return a pack name. Internal driver error. |
VDS_E_BAD_PNP_MESSAGE | 0x8004250F | The PNP service sent a corrupted notification to the provider. |
VDS_E_NO_PNP_DISK_ARRIVE | 0x80042510 | No disk arrival notification was received. |
VDS_E_NO_PNP_VOLUME_ARRIVE | 0x80042511 | No volume arrival notification was received. |
VDS_E_NO_PNP_DISK_REMOVE | 0x80042512 | No disk removal notification was received. |
VDS_E_NO_PNP_VOLUME_REMOVE | 0x80042513 | No volume removal notification was received. |
VDS_E_PROVIDER_EXITING | 0x80042514 | The provider is exiting. |
VDS_E_EXTENT_EXCEEDS_DISK_FREE_SPACE | 0x80042515 | The specified disk extent size exceeds the size of free disk space. |
VDS_E_MEMBER_SIZE_INVALID | 0x80042516 | The size of the plex member is invalid. |
VDS_E_INVALID_DISK | 0x80042519 | This operation is not allowed on an invalid disk. The disk may be invalid because it is corrupted or failing, or it may be invalid because it is OFFLINE. |
VDS_E_INVALID_PACK | 0x8004251A | This operation is not allowed on the invalid disk pack. |
VDS_E_VOLUME_ON_DISK | 0x8004251B | This operation is not allowed on disks with volumes. |
VDS_E_DRIVER_INVALID_PARAM | 0x8004251C | The driver returned an invalid parameter error. |
VDS_E_TARGET_PACK_NOT_EMPTY | 0x8004251D | The target pack is not empty. |
VDS_E_CANNOT_SHRINK | 0x8004251E | The volume cannot be shrunk because the file system does not support it. |
VDS_E_MULTIPLE_PACKS | 0x8004251F | Specified disks are not all from the same pack. |
VDS_E_PACK_ONLINE | 0x80042520 | This operation is not allowed on online packs. The pack must be offline. |
VDS_E_INVALID_PLEX_COUNT | 0x80042521 | The plex count for the volume must be non-zero. |
VDS_E_INVALID_MEMBER_COUNT | 0x80042522 | The member count for the volume must be non-zero. |
VDS_E_INVALID_PLEX_ORDER | 0x80042523 | The plex indexes must be monotonically increasing and begin with zero. |
VDS_E_INVALID_MEMBER_ORDER | 0x80042524 | The member indexes must be monotonically increasing and begin with zero. |
VDS_E_INVALID_STRIPE_SIZE | 0x80042525 | The stripe size must be a multiple of 2, between 512 bytes and 1 MB, for stripe and raid5 volumes. The stripe size must be zero for other volume types. |
VDS_E_INVALID_DISK_COUNT | 0x80042526 | The number of disks specified is invalid for this operation. |
VDS_E_INVALID_EXTENT_COUNT | 0x80042527 | An invalid number of extents was specified for at least one disk. |
VDS_E_SOURCE_IS_TARGET_PACK | 0x80042528 | The source and target packs must be distinct. |
VDS_E_VOLUME_DISK_COUNT_MAX_EXCEEDED | 0x80042529 | The disk count for the volume exceeds the maximum. |
VDS_E_CORRUPT_NOTIFICATION_INFO | 0x8004252A | The driver's notification info is corrupt. |
VDS_E_INVALID_PLEX_GUID | 0x8004252C | GUID_NULL is not a valid plex GUID. |
VDS_E_DISK_NOT_FOUND_IN_PACK | 0x8004252D | The specified disks do not belong to the same pack. |
VDS_E_DUPLICATE_DISK | 0x8004252E | The same disk was specified more than once. |
VDS_E_LAST_VALID_DISK | 0x8004252F | The operation cannot be completed because there is only one valid disk in the pack. |
VDS_E_INVALID_SECTOR_SIZE | 0x80042530 | All disks holding extents for a given volume must have the same sector size, and the sector size must be valid. |
VDS_E_ONE_EXTENT_PER_DISK | 0x80042531 | This call requires the parameters to specify one extent per disk. A single disk cannot contribute to multiple members or plexes of the same volume. |
VDS_E_INVALID_BLOCK_SIZE | 0x80042532 | Neither the volume stripe size or disk sector size was found to be non-zero. |
VDS_E_PLEX_SIZE_INVALID | 0x80042533 | The size of the volume plex is invalid. |
VDS_E_NO_EXTENTS_FOR_PLEX | 0x80042534 | No extents were found for the plex. |
VDS_E_INVALID_PLEX_TYPE | 0x80042535 | The plex type is invalid. |
VDS_E_INVALID_PLEX_BLOCK_SIZE | 0x80042536 | The plex block size must be non-zero. |
VDS_E_NO_HEALTHY_DISKS | 0x80042537 | All of the disks involved in the operation are either missing or failed. |
VDS_E_CONFIG_LIMIT | 0x80042538 | The Logical Disk Manangement database is full, no more volumes or disks may be configured. |
VDS_E_DISK_CONFIGURATION_CORRUPTED | 0x80042539 | The disk configuration data is corrupted. |
VDS_E_DISK_CONFIGURATION_NOT_IN_SYNC | 0x8004253A | The disk configuration is not insync with the in-memory configuration. |
VDS_E_DISK_CONFIGURATION_UPDATE_FAILED | 0x8004253B | One or more disks failed to be updated with the new configuration. |
VDS_E_DISK_DYNAMIC | 0x8004253C | The disk is already dynamic. |
VDS_E_DRIVER_OBJECT_NOT_FOUND | 0x8004253D | The object was not found in the driver cache. |
VDS_E_PARTITION_NOT_CYLINDER_ALIGNED | 0x8004253E | The disk layout contains partitions which are not cylinder aligned. |
VDS_E_DISK_LAYOUT_PARTITIONS_TOO_SMALL | 0x8004253F | The disk layout contains partitions which less than the minimum required size. |
VDS_E_DISK_IO_FAILING | 0x80042540 | The IO to the disk is failing. |
VDS_E_DYNAMIC_DISKS_NOT_SUPPORTED | 0x80042541 | Dynamic disks are not supported by this operating system or server configuration. Dynamic disks are not supported on clusters. |
VDS_E_FAULT_TOLERANT_DISKS_NOT_SUPPORTED | 0x80042542 | The fault tolerant disks are not supported by this operating system. |
VDS_E_GPT_ATTRIBUTES_INVALID | 0x80042543 | Invalid GPT attributes were specified. |
VDS_E_MEMBER_IS_HEALTHY | 0x80042544 | The member is not stale or detached. |
VDS_E_MEMBER_REGENERATING | 0x80042545 | The member is regenerating. |
VDS_E_PACK_NAME_INVALID | 0x80042546 | The pack name is invalid. |
VDS_E_PLEX_IS_HEALTHY | 0x80042547 | The plex is not stale or detached. |
VDS_E_PLEX_LAST_ACTIVE | 0x80042548 | The last healthy plex cannot be removed. |
VDS_E_PLEX_MISSING | 0x80042549 | The plex is missing. |
VDS_E_MEMBER_MISSING | 0x8004254A | The member is missing. |
VDS_E_PLEX_REGENERATING | 0x8004254B | The plex is regenerating. |
VDS_E_UNEXPECTED_DISK_LAYOUT_CHANGE | 0x8004254D | An unexpected layout change occurred external to the volume manager. |
VDS_E_INVALID_VOLUME_LENGTH | 0x8004254E | The volume length is invalid. |
VDS_E_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE | 0x8004254F | The volume length is not a multiple of the sector size. |
VDS_E_VOLUME_NOT_RETAINED | 0x80042550 | The volume does not have a retained partition association. |
VDS_E_VOLUME_RETAINED | 0x80042551 | The volume already has a retained partition association. |
VDS_E_ALIGN_BEYOND_FIRST_CYLINDER | 0x80042553 | The specified alignment is beyond the first cylinder. |
VDS_E_ALIGN_NOT_SECTOR_SIZE_MULTIPLE | 0x80042554 | The specified alignment is not a multiple of the sector size. |
VDS_E_ALIGN_NOT_ZERO | 0x80042555 | The specified partition type cannot be created with a non-zero alignment. |
VDS_E_CACHE_CORRUPT | 0x80042556 | The service's cache has become corrupt. |
VDS_E_CANNOT_CLEAR_VOLUME_FLAG | 0x80042557 | The specified volume flag cannot be cleared. |
VDS_E_DISK_BEING_CLEANED | 0x80042558 | The operation is not allowed on a disk that is in the process of being cleaned. |
VDS_E_DISK_NOT_CONVERTIBLE | 0x80042559 | The specified disk is not convertible. CDROMs and DVDs are examples of disks that are not convertable. |
VDS_E_DISK_REMOVEABLE | 0x8004255A | The operation is not supported on removable media. |
VDS_E_DISK_REMOVEABLE_NOT_EMPTY | 0x8004255B | The operation is not supported on a non-empty removable disk. |
VDS_E_DRIVE_LETTER_NOT_FREE | 0x8004255C | The specified drive letter is not free to be assigned. |
VDS_E_EXTEND_MULTIPLE_DISKS_NOT_SUPPORTED | 0x8004255D | Extending the volume onto multiple disks is not supported by this provider. |
VDS_E_INVALID_DRIVE_LETTER | 0x8004255E | The specified drive letter is invalid. |
VDS_E_INVALID_DRIVE_LETTER_COUNT | 0x8004255F | The specified number of drive letters to retrieve is invalid. |
VDS_E_INVALID_FS_FLAG | 0x80042560 | The specified file system flag is invalid. |
VDS_E_INVALID_FS_TYPE | 0x80042561 | The specified file system is invalid. |
VDS_E_INVALID_OBJECT_TYPE | 0x80042562 | The specified object type is invalid. |
VDS_E_INVALID_PARTITION_LAYOUT | 0x80042563 | The specified partition layout is invalid. |
VDS_E_INVALID_PARTITION_STYLE | 0x80042564 | The specified disk's partition style is INVALID. VDS only supports MBR or GPT partition style disks. |
VDS_E_INVALID_PARTITION_TYPE | 0x80042565 | The specified partition type is not valid for this operation. |
VDS_E_INVALID_PROVIDER_CLSID | 0x80042566 | The specified provider clsid cannot be a NULL GUID. |
VDS_E_INVALID_PROVIDER_ID | 0x80042567 | The specified provider id cannot be a NULL GUID. |
VDS_E_INVALID_PROVIDER_NAME | 0x80042568 | The specified provider name is invalid. |
VDS_E_INVALID_PROVIDER_TYPE | 0x80042569 | The specified provider type is invalid. |
VDS_E_INVALID_PROVIDER_VERSION_GUID | 0x8004256A | The specified provider version GUID cannot be a NULL GUID. |
VDS_E_INVALID_PROVIDER_VERSION_STRING | 0x8004256B | The specified provider version string is invalid. |
VDS_E_INVALID_QUERY_PROVIDER_FLAG | 0x8004256C | The specified query provider flag is invalid. |
VDS_E_INVALID_SERVICE_FLAG | 0x8004256D | The specified service flag is invalid. |
VDS_E_INVALID_VOLUME_FLAG | 0x8004256E | The specified volume flag is invalid. |
VDS_E_PARTITION_NOT_OEM | 0x8004256F | The operation is not supported on non-OEM partitions. |
VDS_E_PARTITION_PROTECTED | 0x80042570 | Cannot delete a protected partition without the force protected parameter set. |
VDS_E_PARTITION_STYLE_MISMATCH | 0x80042571 | The specified partition style does not match that of the disk. |
VDS_E_PROVIDER_INTERNAL_ERROR | 0x80042572 | An internal error has occurred in the provider. |
VDS_E_SHRINK_SIZE_LESS_THAN_MIN | 0x80042573 | The specified shrink size is less than then minimum shrink size allowed. |
VDS_E_SHRINK_SIZE_TOO_BIG | 0x80042574 | The specified shrink size is too big and will cause the volume to be smaller than the minimum volume size. |
VDS_E_UNRECOVERABLE_PROVIDER_ERROR | 0x80042575 | An unrecoverable error occurred in a provider. The service must be shut down to regain full functionality. |
VDS_E_VOLUME_HIDDEN | 0x80042576 | Cannot assign a mount point to a hidden volume. |
VDS_E_FLAG_ALREADY_SET | 0x80042579 | Can't set the specified flag as revert-on-close, because it is already set. |
VDS_E_DISTINCT_VOLUME | 0x8004257B | The input volume id cannot be the id of the volume that is the target of the operation. |
VDS_E_VOLUME_NOT_FOUND_IN_PACK | 0x8004257C | The specified volumes do not belong to the same pack. |
VDS_E_PARTITION_NON_DATA | 0x8004257D | The specified partition is a not a primary or logical volume. |
VDS_E_CRITICAL_PLEX | 0x8004257E | The specified plex is a the current system or boot plex. |
VDS_E_VOLUME_SYNCHRONIZING | 0x8004257F | The operation cannot be completed because the volume is synchronizing. |
VDS_E_VOLUME_REGENERATING | 0x80042580 | The operation cannot be completed because the volume is regenerating. |
VDS_E_READONLY | 0x80042584 | The volume is read only. |
VDS_E_INVALID_VOLUME_TYPE | 0x80042585 | The volume type is invalid for this operation. |
VDS_E_BAD_BOOT_DISK | 0x80042586 | The boot disk experienced failures when the driver attempted to online the pack. |
VDS_E_LOG_UPDATE | 0x80042587 | The driver failed to update the log on at least one disk. |
VDS_E_VOLUME_MIRRORED | 0x80042588 | This operation is not supported on a mirrored volume. |
VDS_E_VOLUME_SIMPLE_SPANNED | 0x80042589 | This operation is only supported on simple or spanned volumes. |
VDS_E_NO_VALID_LOG_COPIES | 0x8004258A | This pack has no valid log copies. |
VDS_E_PLEX_NOT_LOADED_TO_CACHE | 0x8004258B | This plex is present in the driver, but has not yet been loaded to the provider cache. A volume modified notification will be sent by the service once the plex has been loaded to the provider cache. |
VDS_E_PARTITION_MSR | 0x8004258C | This operation is not supported on MSR partitions. |
VDS_E_PARTITION_LDM | 0x8004258D | This operation is not supported on LDM partitions. |
VDS_E_ALIGN_NOT_A_POWER_OF_TWO | 0x8004258F | The specified alignment is not a power of two. |
VDS_E_ALIGN_IS_ZERO | 0x80042590 | The specified alignment is zero. |
VDS_E_SHRINK_IN_PROGRESS | 0x80042591 | A defragmentation or volume shrink operation is already in progress. Only one of these operations can run at a time. |
VDS_E_CANT_INVALIDATE_FVE | 0x80042592 | BitLocker encryption on the volume could not be removed. |
VDS_E_FS_NOT_DETERMINED | 0x80042593 | The default file system could not be determined. |
VDS_E_DISK_NOT_OFFLINE | 0x80042595 | This disk is already online. |
VDS_E_FAILED_TO_ONLINE_DISK | 0x80042596 | The online operation failed. |
VDS_E_FAILED_TO_OFFLINE_DISK | 0x80042597 | The offline operation failed. |
VDS_E_BAD_REVISION_NUMBER | 0x80042598 | The operation could not be completed because the specified revision number is not supported. |
VDS_E_SHRINK_USER_CANCELLED | 0x80042599 | The shrink operation was cancelled by the user. |
VDS_E_SHRINK_DIRTY_VOLUME | 0x8004259A | The volume you have selected to shrink may be corrupted. Use Chkdsk to fix the corruption problem, and then try to shrink the volume again. |
VDS_E_NAME_NOT_UNIQUE | 0x80042701 | The name is not unique. |
VDS_E_ADDRESSES_INCOMPLETELY_SET | 0x80042703 | At least one portal's tunnel address is not set successfully. |
VDS_E_SECURITY_INCOMPLETELY_SET | 0x80042705 | At least one portal's security settings are not set successfully. |
VDS_E_TARGET_SPECIFIC_NOT_SUPPORTED | 0x80042706 | The initiator does not support setting target-specific shared secrets. |
VDS_E_INITIATOR_SPECIFIC_NOT_SUPPORTED | 0x80042707 | The target does not support setting initiator-specific shared secrets. |
VDS_E_ISCSI_LOGIN_FAILED | 0x80042708 | An iSCSI login session could not be established. |
VDS_E_ISCSI_LOGOUT_FAILED | 0x80042709 | The attempt to log out from the specified iSCSI session failed. |
VDS_E_ISCSI_SESSION_NOT_FOUND | 0x8004270A | The specified iSCSI session with a connection matching the specified target, target portal, and/or initiator portal could not be found. |
VDS_E_ASSOCIATED_LUNS_EXIST | 0x8004270B | LUNs are associated with the specified target and must first be deassociated before the target can be deleted. |
VDS_E_ASSOCIATED_PORTALS_EXIST | 0x8004270C | Portals are associated with the specified portal group and must first be deassociated before the portal group can be deleted. |
VDS_E_NO_DISCOVERY_DOMAIN | 0x8004270D | The initiator does not exist in a iSNS discovery domain. |
VDS_E_MULTIPLE_DISCOVERY_DOMAINS | 0x8004270E | The initiator exists in more than one iSNS discovery domain. |
VDS_E_NO_DISK_PATHNAME | 0x8004270F | Failed to retrieve the disk's pathname. Some operations on the disk may fail. |
VDS_E_ISCSI_LOGOUT_INCOMPLETE | 0x80042710 | At least one session did not logout successfully. |
VDS_E_NO_VOLUME_PATHNAME | 0x80042711 | Failed to retrieve the volume's pathname. |
VDS_E_PROVIDER_CACHE_OUTOFSYNC | 0x80042712 | The provider's cache is not in-sync with the driver cache. |
VDS_E_NO_IMPORT_TARGET | 0x80042713 | No import target was set for this subsystem in the registry. |
VDS_E_UNABLE_TO_FIND_BOOT_DISK | 0x80042803 | A system error occurred while retrieving the boot disk information. |
VDS_E_INCORRECT_BOOT_VOLUME_EXTENT_INFO | 0x80042804 | Multiple disk extents reported for the boot volume - system error. |
VDS_E_GET_SAN_POLICY | 0x80042805 | A driver error was reported when getting the SAN policy. |
VDS_E_SET_SAN_POLICY | 0x80042806 | A driver error was reported when setting the SAN policy. |
VDS_E_BOOT_DISK | 0x80042807 | Disk attributes may not be changed on the boot disk. |
VDS_E_DISK_IS_OFFLINE | 0x8004280A | The operation is not allowed on a disk that is offline. |
VDS_E_DISK_IS_READ_ONLY | 0x8004280B | The operation is not allowed on a disk that is read only. |
VDS_E_PAGEFILE_DISK | 0x8004280C | The operation is not allowed on a disk that contains a pagefile volume. |
VDS_E_HIBERNATION_FILE_DISK | 0x8004280D | The operation is not allowed on a disk that contains a hibernation file volume. |
VDS_E_CRASHDUMP_DISK | 0x8004280E | The operation is not allowed on a disk that contains a crashdump file volume. |
VDS_E_UNABLE_TO_FIND_SYSTEM_DISK | 0x8004280F | A system error occurred while retrieving the system disk information. |
VDS_E_INCORRECT_SYSTEM_VOLUME_EXTENT_INFO | 0x80042810 | Multiple disk extents reported for the system volume - system error. |
VDS_E_SYSTEM_DISK | 0x80042811 | Disk attributes may not be changed on the current system disk or BIOS disk 0. |
VDS_E_VOLUME_SHRINK_FVE_LOCKED | 0x80042812 | The volume could not be shrunk because it is locked by BitLocker. Unlock the volume and try again. |
VDS_E_VOLUME_SHRINK_FVE_CORRUPT | 0x80042813 | The volume could not be shrunk because it is locked due to a BitLocker error. Use BitLocker tools to recover the volume and try again. |
VDS_E_VOLUME_SHRINK_FVE_RECOVERY | 0x80042814 | The volume could not be shrunk because it is marked for BitLocker recovery. Use BitLocker tools to recover the volume and try again. |
VDS_E_VOLUME_SHRINK_FVE | 0x80042815 | The volume could not be shrunk because it is encrypted by BitLocker and Fveapi.dll could not be loaded to determine its status. For this operation to succeed, Fveapi.dll must be available in %SystemRoot%\\System32\\. |
VDS_E_SHRINK_OVER_DATA | 0x80042816 | The SHRINK operation against the selected LUN cannot be completed. Completing the operation using the specified parameters will overwrite volumes containing user data. |
VDS_E_INVALID_SHRINK_SIZE | 0x80042817 | The SHRINK operation against the selected LUN cannot be completed. The specified size is greater than the size of the LUN. |
VDS_E_LUN_DISK_MISSING | 0x80042818 | The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is MISSING. |
VDS_E_LUN_DISK_FAILED | 0x80042819 | The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is FAILED. |
VDS_E_LUN_DISK_NOT_READY | 0x8004281A | The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is NOT READY. |
VDS_E_LUN_DISK_NO_MEDIA | 0x8004281B | The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is NO MEDIA. |
VDS_E_LUN_NOT_READY | 0x8004281C | The SHRINK operation against the selected LUN cannot be completed. The current state of the LUN is NOT READY. |
VDS_E_LUN_OFFLINE | 0x8004281D | The SHRINK operation against the selected LUN cannot be completed. The current state of the LUN is OFFLINE. |
VDS_E_LUN_FAILED | 0x8004281E | The SHRINK operation against the selected LUN cannot be completed. The current state of the LUN is FAILED. |
VDS_E_VOLUME_EXTEND_FVE_LOCKED | 0x8004281F | The volume could not be extended because it is locked by BitLocker. Unlock the volume and retry the operation. |
VDS_E_VOLUME_EXTEND_FVE_CORRUPT | 0x80042820 | The volume could not be extended because it is locked due to a BitLocker error. Use BitLocker tools to recover the volume and retry the operation. |
VDS_E_VOLUME_EXTEND_FVE_RECOVERY | 0x80042821 | The volume could not be extended because it is marked for BitLocker recovery. Use BitLocker tools to recover the volume and retry the operation. |
VDS_E_VOLUME_EXTEND_FVE | 0x80042822 | The volume could not be extended because it is encrypted by BitLocker and Fveapi.dll could not be loaded to determine its status. For this operation to succeed, Fveapi.dll must be available in %SystemRoot%\\System32\\. |
VDS_E_SECTOR_SIZE_ERROR | 0x80042823 | The sector size must be non-zero, a power of 2, and less than the maximum sector size. |
VDS_E_INITIATOR_ADAPTER_NOT_FOUND | 0x80042900 | The initiator adapter was not found. For calls to GetPathInfo(), the initiator adapater is associated with the path end point. |
VDS_E_TARGET_PORTAL_NOT_FOUND | 0x80042901 | The target portal was not found. For calls to GetPathInfo(), the target portal is associated with the path end point. |
VDS_E_INVALID_PORT_PATH | 0x80042902 | The path returned for the port is invalid. Either it has an incorrect port type specified, or, the HBA port properties structure is NULL. |
VDS_E_INVALID_ISCSI_TARGET_NAME | 0x80042903 | An invalid iSCSI target name was returned from the provider. |
VDS_E_SET_TUNNEL_MODE_OUTER_ADDRESS | 0x80042904 | Call to set the iSCSI tunnel mode outer address failed. |
VDS_E_ISCSI_GET_IKE_INFO | 0x80042905 | Call to get the iSCSI IKE info failed. |
VDS_E_ISCSI_SET_IKE_INFO | 0x80042906 | Call to set the iSCSI IKE info failed. |
VDS_E_SUBSYSTEM_ID_IS_NULL | 0x80042907 | The provider returned a NULL subsystem identification string. |
VDS_E_ISCSI_INITIATOR_NODE_NAME | 0x80042908 | Failed to get the iSCSI initiator node name. |
VDS_E_ISCSI_GROUP_PRESHARE_KEY | 0x80042909 | Failed to set iSCSI group preshared key. |
VDS_E_ISCSI_CHAP_SECRET | 0x8004290A | Failed to set iSCSI initiator CHAP secret. |
VDS_E_INVALID_IP_ADDRESS | 0x8004290B | An invalid IP address was encountered. |
VDS_E_REBOOT_REQUIRED | 0x8004290C | A reboot is required before any further operations may be initiated. If you do not reboot, machine behavior and machine state, are undefined for any further operations. |
VDS_E_VOLUME_GUID_PATHNAME_NOT_ALLOWED | 0x8004290D | Volume GUID pathnames are not valid input to this method. |
VDS_E_BOOT_PAGEFILE_DRIVE_LETTER | 0x8004290E | Assigning or removing drive letters on the current boot or pagefile volume is not allowed. |
VDS_E_DELETE_WITH_CRITICAL | 0x8004290F | Delete is not allowed on the current boot, system, pagefile, crashdump or hibernation volume. |
VDS_E_CLEAN_WITH_DATA | 0x80042910 | The FORCE parameter must be set to TRUE in order to clean a disk that contains a data volume. |
VDS_E_CLEAN_WITH_OEM | 0x80042911 | The FORCE parameter must be set to TRUE in order to clean a disk that contains an OEM volume. |
VDS_E_CLEAN_WITH_CRITICAL | 0x80042912 | Clean is not allowed on the disk containing the current boot, system, pagefile, crashdump or hibernation volume. |
VDS_E_FORMAT_CRITICAL | 0x80042913 | Format is not allowed on the current boot, system, pagefile, crashdump or hibernation volume. |
VDS_E_NTFS_FORMAT_NOT_SUPPORTED | 0x80042914 | The NTFS file system format is not supported on this volume. |
VDS_E_FAT32_FORMAT_NOT_SUPPORTED | 0x80042915 | The FAT32 file system format is not supported on this volume. |
VDS_E_FAT_FORMAT_NOT_SUPPORTED | 0x80042916 | The FAT file system format is not supported on this volume. |
VDS_E_FORMAT_NOT_SUPPORTED | 0x80042917 | The volume is not formattable. |
VDS_E_COMPRESSION_NOT_SUPPORTED | 0x80042918 | The specified file system does not support compression. |
VDS_E_VDISK_NOT_OPEN | 0x80042919 | The virtual disk object has not been open yet. |
VDS_E_VDISK_INVALID_OP_STATE | 0x8004291A | The requested operation cannot be performed on the virtual disk object, because it is not in a state that permits it. |
VDS_E_INVALID_PATH | 0x8004291B | The path returned for the LUN is invalid. It has an incorrect path type specified. |
VDS_E_INVALID_ISCSI_PATH | 0x8004291C | The path returned for the LUN is invalid. Either it has an incorrect path type specified, or, the initiator portal properties structure is NULL. |
VDS_E_SHRINK_LUN_NOT_UNMASKED | 0x8004291D | The SHRINK operation against the selected LUN cannot be completed. The LUN is not unmasked to the local server. |
VDS_E_LUN_DISK_READ_ONLY | 0x8004291E | The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is READ ONLY. |
VDS_E_LUN_UPDATE_DISK | 0x8004291F | The operation against the selected LUN completed, but there was a failure updating the status of the disk associated with the lun. Call REFRESH to retry the status update for the disk. |
VDS_E_LUN_DYNAMIC | 0x80042920 | The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is DYNAMIC. |
VDS_E_LUN_DYNAMIC_OFFLINE | 0x80042921 | The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is DYNAMIC OFFLINE. |
VDS_E_LUN_SHRINK_GPT_HEADER | 0x80042922 | The SHRINK operation against the selected LUN cannot be completed. The disk has the GPT partitioning format. The specified new lun size does not allow space for a new GPT backup header to be created. Please increase the resulting lun size. |
VDS_E_MIRROR_NOT_SUPPORTED | 0x80042923 | Mirrored volumes are not supported by this operating system. |
VDS_E_RAID5_NOT_SUPPORTED | 0x80042924 | RAID-5 volumes are not supported by this operating system. |
VDS_E_DISK_NOT_CONVERTIBLE_SIZE | 0x80042925 | The specified disk is not convertible because the size is less than the minimum size required for GPT disks. |
VDS_E_OFFLINE_NOT_SUPPORTED | 0x80042926 | The volume does not support offlining. |
VDS_E_VDISK_PATHNAME_INVALID | 0x80042927 | The pathname for a virtual disk must be fully qualified. |
VDS_E_EXTEND_TOO_MANY_CLUSTERS | 0x80042928 | The volume cannot be extended because the number of clusters will exceed the maximum number of clusters supported by the file system. |
VDS_E_EXTEND_UNKNOWN_FILESYSTEM | 0x80042929 | The volume cannot be extended because the volume does not contain a recognized file system. |
VDS_E_SHRINK_UNKNOWN_FILESYSTEM | 0x8004292A | The volume cannot be shrunk because the volume does not contain a recognized file system. |
VDS_E_VD_DISK_NOT_OPEN | 0x8004292B | The requested operation requires that the virtual disk be opened. |
VDS_E_VD_DISK_IS_EXPANDING | 0x8004292C | The requested operation cannot be performed while the virtual disk is expanding. |
VDS_E_VD_DISK_IS_COMPACTING | 0x8004292D | The requested operation cannot be performed while the virtual disk is compacting. |
VDS_E_VD_DISK_IS_MERGING | 0x8004292E | The requested operation cannot be performed while the virtual disk is merging. |
VDS_E_VD_IS_ATTACHED | 0x8004292F | The requested operation cannot be performed while the virtual disk is attached. |
VDS_E_VD_DISK_ALREADY_OPEN | 0x80042930 | The virtual disk is already open and cannot be opened a second time. Please close all clients that may have opened the virtual disk and retry. |
VDS_E_VD_DISK_ALREADY_EXPANDING | 0x80042931 | The virtual disk is already in the process of expanding. |
VDS_E_VD_ALREADY_COMPACTING | 0x80042932 | The virtual disk is already in the process of compacting. |
VDS_E_VD_ALREADY_MERGING | 0x80042933 | The virtual disk is already in the process of merging. |
VDS_E_VD_ALREADY_ATTACHED | 0x80042934 | The virtual disk is already attached. |
VDS_E_VD_ALREADY_DETACHED | 0x80042935 | The virtual disk is already detached. |
VDS_E_VD_NOT_ATTACHED_READONLY | 0x80042936 | The requested operation requires that the virtual disk be attached read only. |
VDS_E_VD_IS_BEING_ATTACHED | 0x80042937 | The requested operation cannot be performed while the virtual disk is being attached. |
VDS_E_VD_IS_BEING_DETACHED | 0x80042938 | The requested operation cannot be performed while the virtual disk is being detached. |
VDS_E_NO_POOL | 0x80042A00 | The drive is not contained in a pool. |
VDS_E_NO_POOL_CREATED | 0x80042A01 | No pool is created. |
VDS_E_NO_MAINTENANCE_MODE | 0x80042A02 | The specified disk or volume is managed by the Microsoft Failover Clustering component. The disk must be in cluster maintenance mode and the cluster resource status must be online to perform this operation. |
VDS_E_BLOCK_CLUSTERED | 0x80042A03 | The specified disk or volume is managed by Microsoft Failover Clustering. The disk must be removed from the cluster to perform this operation. |
VDS_E_DISK_HAS_BANDS | 0x80042A04 | The disk could not be converted to dynamic because security is enabled on one or more partitions. |
VDS_E_INVALID_STATE | 0x80042A05 | The requested operation cannot be performed on the object, because it is not in a state that permits it. Call Refresh and retry the operation. |
VDS_E_REFS_FORMAT_NOT_SUPPORTED | 0x80042A06 | The ReFS file system format is not supported on this volume. |
VDS_E_DELETE_WITH_BOOTBACKING | 0x80042A07 | Delete is not allowed on the volume that backs your Windows boot volume. |
VDS_E_FORMAT_WITH_BOOTBACKING | 0x80042A08 | Format is not allowed on the volume that backs your Windows boot volume. |
VDS_E_CLEAN_WITH_BOOTBACKING | 0x80042A09 | Clean is not allowed on the disk containing volume that backs your Windows boot volume. |
382 entries |