Solution to: Virtual Disk Service error: There is not enough usable space for this operation. In this tutorial, I am trying to create an EFI partition and a primary partition. You may be wanting to do only one of them. In that case, first read and understand what I do and then follow suit. Don't copy paste blindly! :D :) 1. Let's open diskpart. Type: diskpart 2. Let's select the disk in which we want to create partition. Type: list disk sel disk 0 3. Let's try to create a new primary partition create par primary 4. Whoops, that didn't work. Let's try to create an EFI partition create par efi 4.1 If you get the error: "MSR and EFI partitions are only supported on GPT disks." That means that the partition table of your Hard Disk is MBR and not GPT, so you can't create an EFI partition. You can still follow the rest of the tutorial to understand the error which brought you to this video :) :) 5. Whoops, even that didn't work. What is common in both cases? Oh yes, we didn't have enough space for either!! Let's shrink some space from one of the existing partitions. 6. Let's see which partition is worth shrinking. list par 7. As you can see, I have three partitions. I'd like to shrink the one which is the biggest in size. 8. Select the partition that you wish to shrink. It is the 2nd one in my case. sel par 2 9. We will create two partitions. 9.1 Let's first create the EFI partition of size 200MB shrink desired = 200 minimum = 200 create par efi size = 200 # This will automatically select the newly created partition. format fs = fat32 assign letter = B: 9.2 Now, it's time for the primary partition. 9.2.1 Let's select the partition again, which I wanna shrink. sel par 2 shrink desired = 4096 minimum = 4096 # 4GB # I'll fast forward the waiting :P create par primary size = 4096 format fs = ntfs assign letter = Z: 10. That's all folks! :) Music: 0:00 - 03:23 Bushwick Tarentella - Thatched Villagers by Kevin MacLeod is licensed under a Creative Commons Attribution license (🤍creativecommons.org/licenses/by/4.0/) Source: 🤍incompetech.com/music/royalty-free/index.html?isrc=USUAN1300002 Artist: 🤍incompetech.com/ Music: 3:24 - 06:36 Let's Do It By 'Topher Mohr and Alex Elena' Wanna support me? Visit: 🤍🤍patreon.com/nehaljwani
ERROR ---
No usable free extent could be found. It may be that there is insufficient
free space to create a partition at the specified size and offset. Specify
different size and offset values or don't specify either to create the
maximum sized partition. It may be that the disk is partitioned using the MBR disk
partitioning format and the disk contains either 4 primary partitions, (no
more partitions may be created), or 3 primary partitions and one extended
partition, (only logical drives may be created).
Excelente trabalho! Obrigado
IT STILL SAYS ME THAT I DONT HAVE ENOUGH USABLE SPACE EVEN WHEN I FOLLOW YOUR VIDEO I REALLY NEED HELP AND ANYTHING IS WORKING :,(
Thank you so much, even after 6 years this video is still helpful!
I Converted my disk from mbr to GPT for installing windows 11, because of this BIOS didn't recognize the system. I was so worried. But now I was able to create EFI partition and my computer is working fine now
Once again, thank you so much!
Help me please
Hellppppppppppppppppppppppppppp
hi i just want to reformat my sd card but stumbled with this chaos. basically, my sd card has 2 partitions (16mb fat32 and 59gb others). diskpart can see it but the windows explorer and android phone cannot detect it. please help.
My pendrive is way too messed up there is only 1 partition and I cant select it even!
Do u think my pendrive is fixable?
thanks man! this video saved me!
Hey man I dont know if you have the time to help me, but I have a problem.
My main pc (Asrock B450 pro4 Mobo)
(Ryzen 3200 g cpu)(xfx rx580 8gb gpu)
(2x 8 gig 3000 aegis g.skill ram)(corsair vs550 psu)___ it's not posting and have tried everything, originally I had it posting 2 days ago but then I got a winload.efi error and bluescreen then after that my pc was no longer positing, but all of the fans and LEDs were spinning and lighting up.
My keyboards and mouse aswell as my bootable usb stick isn't responding in the main, like nada 0.
So I am trying right now as somewhat last resort to use my second hdd 1tb to install windows onto that to see if my main hdd is somehow causing these errors but it's unlikely
The ram sticks beep when I dont have then in a2/b2 aswell so can I assume I need a new mobo or is this problem internal? Please respond if you still read comments
My problem is with sd card.
Bro it's not working
prnt.sc/u17i2l prnt.sc/u17i2l
prnt.sc/u17kgp prnt.sc/u17kgp
this is my output of the following commands
can u help ?
the only video that really works ......i recommend everyone to use this process...it works perfectly like magic
Volume cannot be shrunk because the file system does not support it.
SIR WHERE CAN I CONTACT YOU? PLS HELP MEEE
hi bro, while shrinking partition i got this command
"Virtual Disk Service error:
The volume cannot be shrunk because the file system does not support it."
what can i do? i cant able to shrink it.
I have same issue problem right now
after shrinking the disk size to 200 n creating the par efi i am getting this message Convert the selected disk to GPT and try again. kindly guide me. awaiting for your reply.