How To Fix 0x00000032 Storage Spaces Error In Windows 10?

Asked By 50 points N/A Posted on -
qa-featured

I am unable to create a new storage space pool or add a new drive to the storage pool as I am getting 0x00000032 storage spaces error in Windows 10. How to fix it?

SHARE
Answered By 0 points N/A #336474

How To Fix 0x00000032 Storage Spaces Error In Windows 10?

qa-featured

To fix 0x00000032 storage spaces error in Windows 10, you can try these methods-

Method 1-

Change SATA operation from RAID to AHCI.

a. Open Command Prompt as Admin.
b. Type bcdedit /set {current} safeboot minimal and hit enter.
c. Restart your computer and enter BIOS.
d. Change the SATA operation to AHCI.
e. Save the setting and exit. Windows will boot in safe mode.
f. Open Command Prompt as Admin.
g. Type bcdedit /deletevalue {current} safeboot and hit enter.
h. Restart your device.

Method 2-

a. Open Command Prompt as Admin.
b. Type powershell, and hit enter.
c. Type Get-PhysicalDisk | ft FriendlyName, SerialNumber, UniqueId –auto, and hit enter.
d. Choose the disk that is creating a problem from the list that appears.
e. Type Reset-PhysicalDisk -UniqueId “90dbac25-f5dd-ea00-8e51-4ca8414aa21f”
Replace the UniqueId with the unique id of your problematic disk.
f. Reboot your device and attach the storage disk again.

Related Questions