spaceutil.exe
Associated Error Codes
Below lists error codes and symbolic names found for this module.
| Code | Found in | Description |
|---|---|---|
| 0x1000 | 11 | Console utility for management of Storage Spaces and Pools Copyright (c) Microsoft Corporation. All rights reserved Supported commands: |
| 0x1001 | 11 | %1 [Command] -?, for help on a specific command |
| 0x1002 | 11 | %1 %2 [-Property] [Value] <[-Property] [Value]...> Supported properties and their possible values: |
| 0x1003 | 11 | Examples: |
| 0x1004 | 11 | The operation completed successfully |
| 0x1005 | 11 | %1 failed with error code 0x%2!x!, skipping |
| 0x1006 | 11 | %1 failed with error code 0x%2!x! |
| 0x1007 | 11 | |
| 0x1008 | 11 | ------------------------------------------------------------------------------ Conversion of Boot Device with MBR parition is not supported. If converting a Boot Device with GPT partition, copy the boot file using the following commands: $SpaceDisk = (Get-Disk -FriendlyName "Boot") $Partition = New-Partition -DiskNumber $SpaceDisk.Number ` -GptType "{c12a7328-f81f-11d2-ba4b-00a0c93ec93b}" ` -AssignDriveLetter -Offset 16777216 -UseMaximumSize -IsHidden $Volume = $Partition | Format-Volume -FileSystem FAT32 -Confirm:$false -Force $NewBootPath = $Volume.DriveLetter + ":" bcdboot C:\windows /s $NewBootPath mountvol $NewBootPath /D ------------------------------------------------------------------------------ |
| 0x1100 | 11 | Lists all the pools in the system |
| 0x1101 | 11 | %1 %2 -Level 1 |
| 0x1102 | 11 | Changes the properties of a pool |
| 0x1103 | 11 | %1 %2 -Name Finance -DefaultProvisioningType Thin |
| 0x1104 | 11 | Creates a pool |
| 0x1105 | 11 | %1 %2 -Name Finance -DriveNumber 1 |
| 0x1106 | 11 | Deletes a pool |
| 0x1107 | 11 | %1 %2 -Name Finance |
| 0x1108 | 11 | Refreshes the properties of a pool |
| 0x1109 | 11 | %1 %2 -Name Finance -Full True |
| 0x110a | 11 | Upgrades a pool |
| 0x110b | 11 | %1 %2 -Name Finance |
| 0x110c | 11 | Rebalances allocations in a pool |
| 0x110d | 11 | %1 %2 -Name Finance |
| 0x1110 | 11 | Rebalances a pool's metadata |
| 0x1111 | 11 | %1 %2 -Name Finance |
| 0x1200 | 11 | Lists all the drives in a pool |
| 0x1201 | 11 | %1 %2 -PoolName Finance -MediaType Ssd |
| 0x1202 | 11 | Changes the properties of a drive |
| 0x1203 | 11 | %1 %2 -Number 4 -NewUsage Retired |
| 0x1204 | 11 | Adds a drive to a pool |
| 0x1205 | 11 | %1 %2 -PoolName Finance -Number 4 |
| 0x1206 | 11 | Removes a drive from a pool |
| 0x1207 | 11 | %1 %2 -Number 4 |
| 0x1208 | 11 | Resets the state of a drive |
| 0x1209 | 11 | %1 %2 -Number 4 |
| 0x120a | 11 | Refreshes the properties of a drive |
| 0x120b | 11 | %1 %2 -Number 4 -Full True |
| 0x120c | 11 | Retires a drive |
| 0x120d | 11 | %1 %2 -Number 4 |
| 0x120e | 11 | Reallocates extents off of a drive |
| 0x120f | 11 | %1 %2 -Number 4 |
| 0x1210 | 11 | Resizes a drive by extending its spaces partition |
| 0x1211 | 11 | %1 %2 -Number 4 |
| 0x1212 | 11 | Sets maintenance mode on a drive |
| 0x1213 | 11 | %1 %2 -Number 4 -Enable True |
| 0x1214 | 11 | Convert drive format to space |
| 0x1215 | 11 | %1 %2 -Number 1 -IsBoot False |
| 0x1300 | 11 | Lists all the enclosures connected to the system |
| 0x1301 | 11 | %1 %2 -Number 0 |
| 0x1302 | 11 | Changes the properties of elements in an enclosure |
| 0x1303 | 11 | %1 %2 -Number 0 -ElementNumber 8 -ElementType PowerSupply -Identify True |
| 0x1304 | 11 | Refreshes the properties of an enclosure |
| 0x1305 | 11 | %1 %2 -Number 0 - Full True |
| 0x1400 | 11 | Lists all the spaces in a pool |
| 0x1401 | 11 | %1 %2 -PoolName Finance |
| 0x1402 | 11 | Changes the properties of a space |
| 0x1403 | 11 | %1 %2 -Number 7 -Description "Quarterly earnings" |
| 0x1404 | 11 | Creates a space |
| 0x1405 | 11 | %1 %2 -PoolName Finance -Name Reports -ProvisionedCapacity 100G -ResiliencyType Simple -NumberOfColumns 8 |
| 0x1406 | 11 | Deletes a space |
| 0x1407 | 11 | %1 %2 -PoolName Finance -Name Reports |
| 0x1408 | 11 | Repairs a space |
| 0x1409 | 11 | %1 %2 -Number 7 |
| 0x140a | 11 | Attaches a space |
| 0x140b | 11 | %1 %2 -PoolName Finance -Name Reports |
| 0x140c | 11 | Detaches a space |
| 0x140d | 11 | %1 %2 -Number 7 |
| 0x140e | 11 | Rebalances a space's metadata |
| 0x140f | 11 | %1 %2 -Name Finance |
| 0x1410 | 11 | Create a snapshot of a space |
| 0x1411 | 11 | %1 %2 -PoolName Finance -Name Reports |
| 0x1412 | 11 | Unlink a space from its snapshots |
| 0x1413 | 11 | %1 %2 -PoolName Finance -Name Reports |
| 0x1500 | 11 | Lists all the tiers in a pool |
| 0x1501 | 11 | %1 %2 -PoolName Finance |
| 0x1502 | 11 | Changes the properties of a tier |
| 0x1503 | 11 | %1 %2 -PoolName Finance -Name Fast -NewDescription "Blazing" |
| 0x1504 | 11 | Creates a pool tier |
| 0x1505 | 11 | %1 %2 -PoolName Finance -Name Fast -MediaType Ssd |
| 0x1506 | 11 | Deletes a tier |
| 0x1507 | 11 | %1 %2 -PoolName Finance -Name Fast |
| 0x1600 | 11 | Lists all the tasks in a pool |
| 0x1601 | 11 | %1 %2 -PoolName Finance -SpaceNumber 7 |
| 0x1602 | 11 | Stops specified tasks in a pool |
| 0x1603 | 11 | %1 %2 -PoolName Finance -Type Rebalance |
| 0x1700 | 11 | Lists all the control settings |
| 0x1701 | 11 | %1 %2 |
| 0x1702 | 11 | Changes the control settings |
| 0x1703 | 11 | %1 %2 -ForceSequentialIo True |
| 0x1704 | 11 | Pause repair |
| 0x1705 | 11 | %1 %2 |
| 0x1706 | 11 | Resume repair |
| 0x1707 | 11 | %1 %2 -Force False |
| 0x2100 | 11 | Id Name Health State ------------------------------------ ------------------ --------- -------------- |
| 0x2101 | 11 | %1!36s! %2!-18s! %3!-9s! %4!-14s! |
| 0x2102 | 11 | Id : %1 Name : %2 Description : %3 IsPrimordial : %4 CompatibleVersion : %5 Health : %6 OperationalState : %7 IsReadOnly : %8 IsClustered : %9 ReadOnlyReason : %10 TotalCapacity : %11 ConsumedCapacity : %12 Security : %13 MetadataLength : %14 BytesPerLogicalSector : %15!lu! BytesPerPhysicalSector : %16!lu! Threshold : %17!lu!% ZeroOnDeallocate : %18 IsPowerProtected : %19 InSharedView : %20 RapidRegeneration : %21 RetireMissingDrives : %22 MinimumAllocationSize : %23 DefaultProvisioningType : %24 DefaultAllocationSize : %25 DefaultMediaType : %26 DefaultMinFdType : %27 DefaultMaxFdType : %28 DefaultResiliencyType : %29 DefaultWriteCacheSize : %30 DefaultWriteCacheReserveSize : %31 DefaultReadCacheSize : %32 IsQuorate : %33 |
| 0x2200 | 11 | Id PoolId Name #### Health State ------------------------------------ ------------------------------------ ------------- ---- --------- -------------- |
| 0x2201 | 11 | %1!36s! %2!36s! %3!-13s! %4!-4d! %5!-9s! %6!-14s! |
| 0x2202 | 11 | Id : %1 PoolId : %2 Name : %3 Description : %4 Manufacturer : %5 ProductId : %6 ProductRevision : %7 Serial : %8 AdapterSerial : %9 FRUId : %10 BusType : %11 BytesPerLogicalSector : %12!lu! BytesPerPhysicalSector : %13!lu! IncursSeekPenalty : %14 Enclosure : %15 StorageUnit : %16 Chassis : %17 Rack : %18 Slot : %19!d! DeviceNumber : %20!d! IsLocal : %21 IsPartial : %22 InSharedView : %23 Health : %24 OperationalState : %25 CanPool : %26 CannotPoolReason : %27 TotalCapacity : %28 ConsumedCapacity : %29 SpaceFootprint : %30 Usage : %31 MediaType : %32 |
| 0x2203 | 11 | Location Space Usage Column Copy Replacement Offset Size ---------------- ------------------------------------ ------- ------ ---- ----------- ---------------- ------- |
| 0x2204 | 11 | %1! 16I64X! %2! 36s! %3! 7s! %4!-6lu! %5!-4lu! %6!-11lu! %7! 16I64X! %8!7s! |
| 0x2205 | 11 | Metadata drives: Drive Enclosure Node MediaType BusType Health ------------------------------------ ------------------------------------ ------------------------------------ --------- ------- --------- |
| 0x2206 | 11 | %1!36s! %2!36s! %3!36s! %4!-9s! %5!-7s! %6!-9s! |
| 0x2300 | 11 | Id : %1 Name : %2 Description : %3 Manufacturer : %4 ProductId : %5 ProductRevision : %6 Serial : %7 NumberOfIdentifiers : %8!lu! DeviceNumber : %9!d! IsLocal : %10 NumberOfElements : %11!d! Health : %12 Time : %13!lu! |
| 0x2301 | 11 | CodeSet : %1 Type : %2 Association : %3 Size : %4!lu! |
| 0x2302 | 11 | Number Type Drive #### State Identify Fault Off Status ------ ----------------- ---------- --------------- -------- ----- ----- ----------- |
| 0x2303 | 11 | %1!-6d! %2!17s! Drive %3!-4d! %4!15s! %5!8s! %6!5s! %7!5s! %8!02x! %9!02x! %10!02x! %11!02x! |
| 0x2400 | 11 | Id : %1 PoolId : %2 Name : %3 Description : %4 Usage : %5 DeviceNumber : %6!d! InstancePath : %7 Health : %8 OperationalState : %9 IsManualAttach : %10 IsClustered : %11 Priority : %12!lu! DetachReason : %13 ProvisionedCapacity : %14 AllocatedCapacity : %15 FootprintOnPool : %16 Security : %17 ProvisioningType : %18 AllocationSize : %19 MediaType : %20 MinFdType : %21 NestedFdType : %22 MaxFdType : %23 ScopeType : %24 NumberOfScopes : %25!lu! NumberOfMetadataDrives : %26!lu! ResiliencyType : %27 FaultTolerance : %28!lu! NumberOfCopies : %29!lu! NumberOfGroups : %30!lu! NumberOfColumns : %31!lu! Interleave : %32 WriteCacheSize : %33 WriteCacheReserveSize : %34 ReadCacheSize : %35 MinimumLogicalCopies : %36!lu! IsTiered : %37 Flags : %38 SnapshotId : %39 ReserveId : %40 MaxIops : %41!llu! MaxIoBandwidth : %42!llu! |
| 0x2401 | 11 | Scopes : %1 |
| 0x2402 | 11 | %1 |
| 0x2403 | 11 | Offset Column Copy Replacement Drive Location Size State Reason Flags ---------------- ------ ---- ----------- ------------------------------------ ---------------- ------- ---------------- ------------- ----- |
| 0x2404 | 11 | %1! 16I64X! %2!6lu! %3!4lu! %4!11li! %5 %6! 16I64X! %7!7s! %8!-16s! %9!-13s! %10!s! |
| 0x2405 | 11 | %2!6lu! %3!4lu! %4!11li! %5 %6! 16I64X! %7!7s! %8!-16s! %9!-13s! %10!s! |
| 0x2406 | 11 | %3!4lu! %4!11li! %5 %6! 16I64X! %7!7s! %8!-16s! %9!-13s! %10!s! |
| 0x2407 | 11 | Available pool capacity for space: %1!7s! |
| 0x2408 | 11 | Available pool capacity for tier: %1!7s! |
| 0x2500 | 11 | Id : %1 Name : %2 Description : %3 Usage : %4 Class : %5 ProvisionedCapacity : %6 AllocatedCapacity : %7 FootprintOnPool : %8 ProvisioningType : %9 AllocationSize : %10 MediaType : %11 MinFdType : %12 MaxFdType : %13 ResiliencyType : %14 FaultTolerance : %15!lu! NumberOfCopies : %16!lu! NumberOfGroups : %17!lu! NumberOfColumns : %18!lu! Interleave : %19 |
| 0x2600 | 11 | Id : %1 Name : %2 SpaceId : %3 Type : %4 State : %5 Percentage : %6!lu!% BytesProcessed : %7 BytesTotal : %8 |
| 0x2700 | 11 | Id : %1 Manufacturer : %2 Model : %3 Revision : %4 Serial : %5 UnreliableDriveIds : %6 DisableDiscovery : %7 ReportSpacesAsDrives : %8 BypassLookaside : %9 DisableParityBitmap : %10 ForceSequentialIo : %11 ForceSequentialBatch : %12 ForceQueuedCompletion : %13 AllowReadCache : %14 EnableCacheLines : %15 DisableSafeShutdown : %16 DisableWriteThrough : %17 DisableCrashConsistency : %18 CompletionStackSize : %19 SequentialTransferSize : %20 ReallocationInterval : %21!lu! ReallocationsPerInterval : %22!lu! RepairQueueWidth : %23!lu! RepairQueueDepth : %24!lu! RepairTransferSize : %25 RepairUpdateInterval : %26!lu! ForceCopyNumber : %27 ScrubDirtyReads : %28 ForceLoadBalancing : %29 LoadBalancingDelta : %30 StreamDetectionRange : %31 MinimumParityLogSize : %32 InMemoryLogSizeLimit : %33 CheckpointInterval : %34 LogRedirectThreshold : %35 DestageQueueDepth : %36!lu! LogAdvanceInterval : %37 NumberOfDestageThreads : %38 CacheDestageQueueDepth : %39!lu! EnclosurePollInterval : %40!lu! MaximumRebalanceExtents : %41!lu! ReadyDelay : %42!lu! RetryCount : %43!lu! SwTimeout : %44!lu! HwTimeout : %45!lu! ResetTimeout : %46!lu! ResetUnresponsiveTimeout : %47!lu! ResetInterval : %48!lu! CensusInterval : %49!lu! FailRefresh : %50 ForceDriveRefresh : %51 ColumnPacking : %52 |
| 119 entries | ||