Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptom

If you attempt to reset (clear) a virtual disk using the Community Virtual Driver, you might reset the wrong disk. You will receive the error message, “Found multiple disks with same ID. Please update your storage driver and then try again.”

Failed to reset disk

Cause

When you use the Community Virtual driver, there are virtual disks that might have the same UniqueId. This might create issues when you initiate a reset operation. The reset operation will reset the first disk that it finds. However, this might not be the disk you want to reset. Because of this, that disk will lose data.

Resolution/Workaround

You can use the PowerShell commands below to retrieve and reset (clear) a disk.

  1. To retrieve details about the disks, type Get-PhysicalDisk | Select-Object -Property FriendlyName, DeviceID, UniqueId

  2. Confirm the details about the disk that you want to reset. Use the disk’s DeviceId as the Number in the command: Clear-Disk [-Number] <UInt32[]>

More information

For more information, see Get-PhysicalDisk and Clear-Disk.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×