Share via

Virtual disk Manager: The request is not supported.

Anonymous
2021-11-16T23:14:49+00:00

So I am trying to delete the one, and only volume on my physical disk, called: "TEST ORANGE" With the drive letter D:. It will return me with the error "Virtual disk Manager: The request is not supported." (photo attached) I've tried running SFC /scannow and it didn't find anything. I also tried restarting my computer and that did nothing. So I'm not really sure what to do. I did recently delete this app's virtual device, but it was only for .iso files.

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

8 answers

Sort by: Most helpful
  1. Anonymous
    2021-11-17T21:17:20+00:00

    Sorry, this didn’t help either. I tried restarting. The Virtual Disk Service was off though.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-11-17T12:49:40+00:00

    Thanks for replying, but it seems when I run diskpart, it gives me the same error: "Virtual disk Manager: The request is not supported"

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2021-11-17T22:45:10+00:00

    That’s ok. Since it’s a USB drive, and all the other drives work, its probably just a corrupted drive.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2021-11-17T22:07:52+00:00

    Somehow, hdtune didn’t find any error either.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2021-11-17T00:04:20+00:00

    Hi, I'm Robinson, and I’m happy to help you today.

    I know how frustrating this may be for you but I'll do my very best to help you.

    Checks the file system and file system metadata of the hard drive for logical and physical errors.

    1-Right-Click on Start then click on Windows Powershell (admin)

    2- Type this command:

    chkdsk D: /f /r (and press Enter)

    3-This command will require a reboot to run

    If the chkdsk doesn't find any critical error you can use the Diskpart to delete the partition.

    1-Right-Click on Start then click on Windows PowerShell(admin)

    2-Type These commands:

    diskpart (and press Enter)

    select disk 0 (Selects the disk.) (and press Enter)

    list partition (and press Enter)

    select partition 4 (Select the number of the partition.) (and press Enter)

    delete partition (and press Enter)

    exit (and press Enter)

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments