Home > Article > Computer Tutorials > How to divide a disk into multiple disks, disk management compressed volume partitions
How to split a disk into multiple partitions? Disk management is a utility tool provided by Windows system that can be used to manage hard disk partitions. Disk management allows us to compress existing partitions or create new ones. Next, PHP editor Xiaoxin will introduce in detail how to use disk management to compress volumes and create partitions.
The newly purchased computer only has one C drive, so how to partition it? You can use a third-party partitioning tool, or you can use the partitioning function that comes with Windows. Below, I will show you how to partition your computer using the partition function that comes with Windows.
Method/Steps:
1. Right-click the "Start" button and click "Computer Management";
2. Expand "Storage", click the "Disk Management" option;
3. In the right interface, right-click the drive letter that needs to be partitioned, and select "Compress Volume";
#4. Enter the amount of compression space. Only the maximum available compression space can be entered. 1G=1024MB. If you want to compress a 100G, fill in 102400, and then click "Compress";
PS: In fact, when you enter 102400, when you turn on the computer, there is no 100G, only 99G. If you want it to be displayed on the computer, To have enough 100G, you need to add 615 more to 102400, that is, 103015. The same calculation applies to other sizes of space.
5. Then in the disk management window, we can see the newly added area, right-click it and select "New Simple Volume";
6. The New Simple Volume Wizard pops up, click "Next";
7. Continue to "Next" by default;
8. Assign a drive letter to the new partition disk, if it is unused;
9. Check "Perform Quick Format", then continue to "Next";
10. Finally, click "Finish". After execution, you can view it in "This PC" to the result of a partition;
The above is an article on how to divide a disk into multiple disks without reinstalling the system. If you have also encountered such a problem, you can follow this Follow the method tutorials in this article. If you want to learn more about computer knowledge, please continue to follow the editor.
The above is the detailed content of How to divide a disk into multiple disks, disk management compressed volume partitions. For more information, please follow other related articles on the PHP Chinese website!