0

I dual-booted Linux mint a while ago and saved almost 50GB for it. I was successful somehow. But now I want to delete it but I cannot find any way. So basically this 50GB of space is not usable, I cannot do anything with it, and when I right-click on it, nothing pop-ups Any help?

Here look in the pic what I am talking about.

Screenshot of Disk Management

4
  • You want to get rid of Linux on your PC, that's right? If so, and depending where the bootloader is, it's best if you boot from a USB Windows Install medium, choose Install, then Custom, navigate until the installer asks where you would like to install your new Windows, and there, you should be able to see and delete that 50GB partition. Then you close the installer, confirm you want to quit install, and you should be back to the menu. There, choose Repair, Advanced, then Command line, and type "bootrec /fixboot", bootrec /fixmbr" and "bootrec /rebuildbcd", then restart.
    – user1019780
    Commented Apr 11, 2020 at 6:25
  • so this wont effect my other partitions?
    – Ali Adam
    Commented Apr 11, 2020 at 7:19
  • No, as long as you're careful, as @JoshT recommended. Once in the installer, your Linux partition should show with anything but an NTFS file system anyway, so it'll be easy to determine which is which. Just delete that partition, confirm your choice for deletion, exit the installer, go to Command line and enter the commands I mentioned, then reboot your PC.
    – user1019780
    Commented Apr 11, 2020 at 7:46
  • Thanks, I'll let you know.
    – Ali Adam
    Commented Apr 11, 2020 at 7:59

1 Answer 1

1

It's worth a shot, but go into CMD or Powershell in admin mode (just to be safe), type in DISKPART.

Once that boots up, type in 'list disk', then 'select disk x', x is the number of the disk that has the partition you want to delete, then type 'list partition', then 'select partition x', and then type 'delete partition override'.

See if that works. Don't go off disk manager for what disk or partition you want as it may not be the same in DISKPART.

Make sure you are selecting the correct disk and partition as you don't want to delete the wrong thing. Best way is to compare the partition size and make sure they match before selecting.

3
  • i did what you said, following was the response of cmd Virtual Disk Service error: The operation is not supported by the object. The specified command or parameters are not supported on this system.
    – Ali Adam
    Commented Apr 11, 2020 at 7:17
  • These instructions don't work because the Linux partition is on a dynamic disk, which does not have partitions but uses "Volumes" instead. Replace partition by volume in the above instructions and it should work.
    – StarCat
    Commented Apr 11, 2020 at 9:09
  • Not showing that partition if find by volume
    – Ali Adam
    Commented Apr 11, 2020 at 9:32

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .