| Previous | Next |
| VDS_E_ONLINE_PACK_EXISTS | VDS_E_MAX_USABLE_MBR |
VDS_E_EXTEND_FILE_SYSTEM_FAILED
VDS_E_EXTEND_FILE_SYSTEM_FAILED means the storage layer could not complete the file-system expansion after an extend operation. A larger partition does not guarantee that the file system can grow successfully.
What to check
- Verify the current partition size and the file-system size separately.
- Check the volume health before retrying an extend operation.
- Review file-system and storage events for an earlier I/O, lock, or compatibility error.
Get-Partition -DriveLetter <letter>
Get-Volume -DriveLetter <letter>
Virtual Disk Service is a legacy COM API. On Windows 8 and Windows Server 2012 and later, inspect and manage supported storage through the Storage Management API and the Storage PowerShell cmdlets.
Looking for a different code? Search another status or error code.
