You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the reason is
here get DriveLetter is empty, it seems that windows does not add driverletter to it automatically after mounting
I slove the problem by run Mount-VHD -Path $VHD.Path -PassThru manually, then open windows disk manager, and a driver letter to the disk, then umount it.
When it mounts next time, the driver letter will be reserved, so the script works.
The text was updated successfully, but these errors were encountered:
and the reason is here get DriveLetter is empty, it seems that windows does not add driverletter to it automatically after mounting
I slove the problem by run Mount-VHD -Path $VHD.Path -PassThru manually, then open windows disk manager, and a driver letter to the disk, then umount it.
When it mounts next time, the driver letter will be reserved, so the script works.
Hi.
Also getting this error and have to manually mount the vhdx and assign letter before ejecting and then the script runs ok
Mount-VHD -Path $VHD.Path -PassThru
This isnt a Graphics driver issue but a issue with the mount-vhd command.
#407
Isnt related as their error was using the wrong script
My windows version is win11 24h2
run Update-VMGpuPartitionDriver.ps1 get a lot of error like :
and the reason is
here get DriveLetter is empty, it seems that windows does not add driverletter to it automatically after mounting
I slove the problem by run
Mount-VHD -Path $VHD.Path -PassThru
manually, then open windows disk manager, and a driver letter to the disk, then umount it.When it mounts next time, the driver letter will be reserved, so the script works.
The text was updated successfully, but these errors were encountered: