V-76-58645-828 - Extend operation did not complete because cluster count is higher than expected
The issue can occur when there is an attempt to expand the volume over the cluster size
The fsutil command line utility can be used to determine the current cluster size
C:\>fsutil fsinfo ntfsinfo X:
NTFS Volume Serial Number : 0x76be0a34be09ee05
Version : 3.1
Number Sectors : 0x00000007cfda3dff
Total Clusters : 0x00000000f9fb47bf
Free Clusters : 0x0000000054e28438
Total Reserved : 0x0000000000000000
Bytes Per Sector : 512
Bytes Per Physical Sector :
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x000000000f740000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x000000008b63e700
Mft Zone End : 0x000000008b64af20
RM Identifier: A5E0A3C5-0B72-11E1-907E-14FEB5C8C731
Please see the following Microsoft article https://learn.microsoft.com/en-us/windows-server/storage/file-server/ntfs-overview to determine the appropriate cluster size
The existing cluster size cannot be modified once the volume is created.
1) To address this issue, create a new volume using an appropriate cluster size for the volume size.
2) Then backup the original volume and restore to the newly created volume.