Cleaning Drives Using Diskpart

Cleaning Drives Using Diskpart

When trying to create a data FuzeDrive preserving data and the error message "For transform data, only one drive may have a partition"
appears, this means you need to clean one of your drives.

IMPORTANT: The following steps will completely erase all data from the drive(s). Ensure you have backed up all important data before using the following commands.

Also ensure that you have selected the correct drive. You could unplug any drives that are not required for the installation if necessary to avoid confusion so that you only have the boot drive and the 2 drives you will use for your FuzeDrive connected.

If you have a disk that has been cloned with a tool like Macrium Reflect, diskpart will sometimes clean both the original disk and the cloned disk.  It's safest to unplug the cloned disk before proceeding.

STEP 1: Click the Windows Icon and enter "diskpart", then at the "DISKPART>" prompt, enter "list disk".



For the above example, we have three disks. Disk 0 and 2 have old data that can be deleted. Disk 1 is the boot drive. Disk 3 is a USB drive.

STEP 2: Identify the disks you wish to delete. You can use the Size column to differentiate if necessary, and enter "select disk <#>" then "detail disk" to show the drive description. Confirm the product ID at the top matches. Take special care to NOT accidentally select any other drives you may have left attached. It is highly recommended if you see multiple drives and you cannot clearly identify which disks have data that you do not wish to delete, that you shut down your machine and disconnect any drives you do not want to touch.

STEP 3: Enter "clean" to delete the partition tables and data.

For the example above, where disk 0 and 2 were the disks needed to be cleaned, you would enter:
DISKPART> select disk 0
DISKPART> detail disk
Compare the product ID and expected volume layout to ensure this is the correct disk, then enter:
DISKPART> clean

DISKPART> select disk 2
DISKPART> detail disk
Compare the product ID and expected volume layout to ensure this is the correct disk, then enter:
DISKPART> clean
Finally, enter:
DISKPART> exit

    • Related Articles

    • Cleaning Disks Previously Used as a FuzeDrive during Windows Setup

      When to Use The following steps are only necessary if re-using FuzeDrive disks from a previous installation in a new installation and you are experiencing difficulties getting Windows to recognize the disks or trouble with getting the FuzeDrive ...
    • Deleting FuzeDrive and VirtualSSDs

      Important: The following steps deletes the FuzeDrive and ALL DATA that is stored on each of the drives. All data is completely lost on the FuzeDrive and/or underlying drives so only use this option under the following circumstances. (a) you have ...
    • Uninstalling FuzeDrive

      Background Once a disk has been converted to a FuzeDrive, the data begins to be distributed across the two different tiered storage devices. Depending how long you have been using the FuzeDrive, the data may be widely distributed (as is typical in a ...
    • Expanding a Boot Drive’s Partition With Recovery Partition using MiniTool

      NOTE: the following uses third party software not supported by Enmotus. Please contact MiniTool if there are any issues or questions with using their software. Summary In some cases, a boot drive places a recovery partition at the end of a boot ...
    • Dealing with Legacy Boot Drives and the 2TB Limit

      Legacy boot devices are supported by the FuzeDrive software. However, Microsoft and PC BIOSes have a limitation of 2TB size when using legacy mode and/or MBR based partitions. Learn more about this limitation from Microsoft at ...