ello
Thank you for your question and reaching out.
I can understand you are having some issues while creating 31 TB vhdx on NAS
- Please try to create new vhdx using powershell as below
New-VHD -Path C:\fixed.vhd -Fixed SizeBytes 31TB
- If you still faces the same error then try to create Dynamic disk with 31 TB and convert it to Fixed Disk.
- Please ensure on your NAS box there should Adjutants 31 TB space available.
--If the reply is helpful, please Upvote and Accept as answer--