Encontrou sintomas correspondentes e a solução aqui:
Windows Server 2008 - Estender o erro de volume do sistema "O parâmetro está incorreto"
It's as simple as
DISKPART> select volume #
where # is the number of the affected volume which can be found with
list volume
.DISKPART> extend filesystem
Now the file system size should match the new partition size.