"Application Event Log, ID=264, Source=Microsoft-Windows-Defrag, Message: The storage optimizer couldn't complete slab consolidation on (C:) because: The slab consolidation / trim operation cannot be performed because the volume alignment is invalid. (0x89000029)"
I believe this fsutil command points to the problem:
Code: Select all
>fsutil fsinfo sectorinfo c:
LogicalBytesPerSector : 512
PhysicalBytesPerSectorForAtomicity : 4096
PhysicalBytesPerSectorForPerformance : 4096
FileSystemEffectivePhysicalBytesPerSectorForAtomicity : 4096
Device Alignment : Aligned (0x000)
Partition alignment on device : **Not Aligned (0xc00)** <----
Performs Normal Seeks
Trim Supported
Not DAX capable
Is Thinly-Provisioned, SlabSize : 33,554,432 bytes (32.0 MB)
I opened case 06088940, understanding that since it is a free product, no guarantees. The case was automatically closed without a response. Thought I'd try here for some insight!