Home  >  Article  >  What should I do if the extended volume prompts that the disk does not have enough space?

What should I do if the extended volume prompts that the disk does not have enough space?

醉折花枝作酒筹
醉折花枝作酒筹Original
2021-05-31 16:06:5120820browse

Solution: First use the "win r" key to bring up the run dialog box and execute the "diskpart" command; then execute the "list disk" and "Select Disk disk name" commands; finally execute the "convert dynamic" command Just convert the disk into a dynamic disk.

What should I do if the extended volume prompts that the disk does not have enough space?

The operating environment of this tutorial: Windows 7 system, Dell G3 computer.

Use "Windows R" to bring up the run dialog box. Enter "Diskpart" (not case sensitive)

What should I do if the extended volume prompts that the disk does not have enough space?

Call up the window as shown

What should I do if the extended volume prompts that the disk does not have enough space?

Enter the command " list disk" (the command is not case-sensitive, please note that there must be spaces)

[Note] There is a difference between what is available here and what is available in the operating system.

Available in the operating system refers to the remaining amount of disk space, while available here refers to the unallocated disk space. Please pay attention to the distinction

What should I do if the extended volume prompts that the disk does not have enough space?

Through the previous step, we found that there is no allocated space on disk 0. Therefore, enter the command "Select Disk 0 (number 0, not the mother O)"

What should I do if the extended volume prompts that the disk does not have enough space?

Enter the command "convert dynamic" to convert the disk into a dynamic disk. After the command runs successfully There will be a prompt as shown in the picture.

What should I do if the extended volume prompts that the disk does not have enough space?

The disk color identification before running the command is as shown in the figure

What should I do if the extended volume prompts that the disk does not have enough space?

After completing the operation, you can merge (extend the volume ) or repartitioning operation!

What should I do if the extended volume prompts that the disk does not have enough space?

For more computer-related knowledge, please visit the FAQ column!

The above is the detailed content of What should I do if the extended volume prompts that the disk does not have enough space?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn