Challenge
The following warning is thrown during backup job execution:Partition <number> exceeds disk <number> layout by <number> bytes
Cause
Veeam Endpoint Backup and Veeam Backup for Windows can determine a volume being allocated incorrectly on the disk. As a result you may get the warning above in the backup log. You may ignore it, but it is recommended that you follow the solution provided below.Solution
To correct the allocation issue you can run a Windows built-in shrink operation for the volume that exceeds the disks layout.- Open Windows Disk Management from Control Panel > Administrative Tools > Computer Management > Disk Management.
- Identify the volume to shrink. Warning message contains the sequential partition number which can be associated with the volume allocated on the disk. In most cases such partition is the last volume in the disk layout.
- Calculate the amount of space to shrink. Warning message displays the size in bytes and shrink operation is calculated in Megabytes, so you have to convert bytes to Megabytes and round the result. Divide the value indicated in the warning by 1048576 and round it to get an integer.
- Right-click the affected volume and choose Shrink Volume. Specify the value you calculated earlier and click Shrink.
- When the shrinking operation completes, re-run the backup job to verify the result.
According to the Disk Management, Partition 2 is volume C:
Dividing 1024000 by 1048576 and rounding to the integer would give the result of 1 MB.
Preforming a 1MB shrink of the volume C:
More Information
If you have further questions, open a support case as follows:- Right-click the Veeam Endpoint Backup / Veeam Agent for Windows icon in the system tray and select Control Panel.
- Click the Support link at the top of the window.
- Click Technical Support to submit a support case to the Veeam Support Team directly from the product.