• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Skip to footer
WebSetNet

WebSetNet

Technology News

  • Technology News
    • Mobile
    • Games
  • Internet Marketing
  • System Admin
    • Windows
    • Linux
    • Mac & Apple
    • Website Scripts
      • Wordpress

Diskpart Virtual Disk Service error, There is not enough usable space

May 24, 2022 by billy16

While creating a partition on a hard disk by using the Diskpart utility, some users encountered the error “There is not enough usable space for this operation.” According to the error message, you are unable to create a new partition because of the lack of usable space on your hard disk. In this article, we will see how to deal with this error to get the issue fixed.

Diskpart Virtual Disk Service error, There is not enough usable space

The complete error message displayed by the Diskpart utility could be either of the two:

There is not enough usable space on specified disks to extend the volume

There is not enough usable space for this operation

Diskpart Virtual Disk Service error, There is not enough usable space

If Diskpart is showing the “Virtual Disk Service error: There is not enough usable space for this operation” while creating a new partition, the following solutions may help you fix the problem:

  1. Check the partition style of your Disk
  2. Rescan your disk
  3. Shrink the partition on your hard drive
  4. Use a third-party tool

1] Check the partition style of your disk

One possible cause of this error is the limitation of an MBR disk. If the disk installed on your system uses the Master Boot Record, you will not create more than 4 partitions on your disk. Whereas, in the GPT partition, there is no such limit. You can create unlimited partitions on a GPT disk, but Windows allows only up to 128 partitions on a GPT disk.

Check the partition style of your hard disk. To do so, follow the steps below:

  1. Launch the Run command box.
  2. Type diskmgmt.msc and click OK.
  3. The above command will open the Disk Management tool.
  4. Right-click on your hard disk and select Properties.
  5. Select the Volumes tab. You will see the partition style of your hard disk.

If the partition style of your hard disk is MBR and you already have 4 partitions on it, you have to convert it into GPT to create more partitions. Do note that the conversion is possible only if the hard disk contains no partitions or volumes. If your hard disk contains any partitions, you have to delete them before converting MBR into GPT. This action will also erase all the data on your hard disk. That’s why we suggest you backup all your data on an external hard disk.

The GPT disks use Unified Extensible Firmware Interface (UEFI) BIOS mode. You can check your BIOS mode in the System Information. If your BIOS supports both legacy and UEFI modes but it is set to the legacy mode, you can convert it to UEFI.

After converting your hard disk from MBR to GPT, check if the Diskpart is showing the same error while creating partitions.

2] Rescan your disk

The Rescan command helps you detect new disks added to your computer. When you run this command, it detects the configuration changes on your hard disk and updates the information. You can try running this command in Diskpart and see if it helps. Follow the steps below:

  1. Open Command Prompt as an administrator.
  2. Type Diskpart and press Enter.
  3. Type Rescan and press Enter.

After rescanning your disks, check if the issue persists.

3] Shrink the partition on your hard drive

According to the error, your disk does not have enough usable space. To fix this problem, you can shrink a partition to leave unallocated space. After shrinking the partition, you should be able to create a new partition. The steps to do this are written below:

  1. Open Command Prompt as an administrator.
  2. Type Diskpart.
  3. Type select disk #. Replace # with the disk number. For example, if you want to create a partition on disk 0, you have to type select disk 0 and press Enter.
  4. Now, you have to select the partition on your hard disk which you want to shrink. For this, type list par and press Enter. This command will list all the partitions on your hard disk.
  5. Now, type sel par #. Replace # with the partition number on your hard disk. After selecting a particular partition, say, partition 3, you will see a message “Partition 3 is now the selected partition.”
  6. Type shrink desired=size minimum=size. After that hit Enter. Replace the string size in the command with the actual size on the disk that you want to shrink. The size that you enter to shrink the volume should be less than the total size of the selected partition. For example, if the total size of the selected partition is 16 GB, the size to shrink the partition should be less than 16 GB.
  7. After the above command is executed successfully, a partition with unallocated space will be created. You can view this unallocated space in Disk Management.
  8. To make the unallocated space usable, you have to format it. Type fs=ntfs quick and press Enter.
  9. Wait till the formatting process gets completed.

After the formatting gets completed, a partition of the desired size is created. In step 6 above, we have used the command shrink desired=size minimum=size. This command consists of two values, namely, desired and minimum. Let’s see the meaning and purpose of each of these values.

  • Desired: This represents the actual amount of space that you want on your partition.
  • Minimum: It represents the minimum space on the selected partition.

If the size entered in the desired value is not possible to create, Windows will create the partition of the size that you enter in the minimum value. You can also enter the same size in both of these values.

Read: Diskpart error, The device does not recognize the command.

4] Use a third-party tool

You can also use a third-party tool to create partitions on your hard drive. If you search online, you will find many disk and partition manager tools that come with both free and paid plans.

Related:

  • Diskpart Virtual Disk Service error. The operation timed out
  • Diskpart Virtual Disk Service error, The operation is not supported by the object

How do you fix the virtual disk service error the specified disk is not convertible?

You may see an error message “The specified disk is not convertible” while converting an MBR disk into GPT by using the Diskpart utility. The complete error message is:

Virtual Disk Service error:
The specified disk is not convertible.

According to the error message, the disk you want to convert from MBR into GPT is not convertible. To fix this error, you should know what an MBR partition style is and what a GPT partition style is. If you want to convert an MBR disc into a GPT, your BIOS should support the UEFI mode. This is because the GPT disks use Unified Extensible Firmware Interface (UEFI) BIOS mode.

If you are getting this error message, first check your system’s BIOS mode. If it shows legacy mode, convert it into the UEFI mode. To know the BIOS mode, click on Windows Search and type System Information, then select the System Information app from the search results. In the System Information app, you will see your BIOS made on the right pane.

If your BIOS supports both legacy and UEFI modes, you will be able to convert legacy to UEFI. If your BIOS mode is already set to UEFI, but you are still getting this error message, you can use a third-party tool or software, like Minitool partition wizard to convert MBR to GPT.

Read: DiskPart error, Data error Cyclic redundancy check.

How do I fix the virtual disk service error volume size is too big?

The virtual disk service error volume size is too big usually occurs when you format a particular disk drive by using a FAT32 file system. In such a case, you can try another file system to format the disk drive, like NTFS. There are several limitations of the FAT32 file system. The maximum file size limit for the FAT32 file system is 4 GB. This is the reason why Diskpart displays this error while formatting a disk drive of large size by using the FAT32 file system.

Original Article

Related posts:

  1. A comparison of GPT and MBR partition structures
  2. 3 Ways To Check If A Disk Drive Is GPT Or MBR In Windows 10
  3. List of DISKPART commands and How to use them in Windows 11/10
  4. How To Partition USB Drives In Windows 10 Using Disk Management
  5. How to mirror Boot Hard Drive for UEFI on Windows 10
  6. Migrate Windows 10 To Solid State Drive (SSD), Using The EaseUS Partition Master
  7. 4 Ways To Open UEFI Firmware Settings On Windows 10 PC
  8. What To Do When Ubuntu Can't Use Free Unallocated Disk Space
  9. How to Know if Your System Uses MBR or GPT Partitioning [on Windows and Linux]
  10. Fix – INVALID_DATA_ACCESS_TRAP BSOD Error in Windows 10

Filed Under: Windows

Primary Sidebar

Trending

  • How to fix Windows Update Error 80244019
  • Windows 10 Update keeps failing with error 0x8007001f – 0x20006
  • How To Change Netflix Download Location In Windows 10
  • Troubleshoot Outlook “Not implemented” Unable to Send Email Error
  • How do I enable or disable Alt Gr key on Windows 10 keyboard
  • How To Install Android App APK on Samsung Tizen OS Device
  • 3 Ways To Open PST File Without Office Outlook In Windows 10
  • FIX: Windows Update error 0x800f0986
  • How to Retrieve Deleted Messages on Snapchat
  • Latest Samsung Galaxy Note 20 leak is a spec dump revealing key features
  • Install Android 7.0 Nougat ROM on Galaxy Core 2 SM-G355H
  • 192.168.1.1 Login, Admin Page, Username, Password | Wireless Router Settings
  • Websites to Watch Movies Online – 10+ Best Websites Without SignUp/Downloading
  • How to Backup SMS Messages on Your Android Smartphone
  • How to delete a blank page at the end of a Microsoft Word document
  • Fix: The Disc Image File Is Corrupted Error In Windows 10
  • Android 11 Custom ROM List – Unofficially Update Your Android Phone!
  • Samsung Galaxy Z Fold 3 could be scheduled for June 2021, with S Pen support

Footer

Tags

Amazon amazon prime amazon prime video Apple Application software epic games Galaxy Note 20 Galaxy S22 Plus Galaxy S22 Ultra Google Sheets headphones Huawei icloud Instagram instant gaming ip address iPhone iphone 12 iphone 13 iphone 13 pro max macOS Microsoft Microsoft Edge Mobile app office 365 outlook Pixel 6 Samsung Galaxy Samsung Galaxy Book 2 Pro 360 Samsung Galaxy Tab S8 Smartphone speedtest speed test teams tiktok Twitter vpn WhatsApp whatsapp web Windows 10 Windows 11 Changes Windows 11 Release Windows 11 Update Windows Subsystem For Android Windows 11 Xiaomi

Archives

  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org