Complementing the Win2003 partition, worth the skills you learn

  

Friends who use the Win2003 system will encounter a situation where the partition space is not enough. At this time, we need to add extra space for it. In general, we will use PartitionMagic to complete, but in fact, users who use Windows XP/Server 2003 can use the built-in disk management function to complete the partition space " capacity expansion. Now let's try it.

First, draw free space

Suppose now you need to increase the capacity of the D disk 50MB, this space needs to be extracted from the E disk. Then we must first divide the 50MB space from the E disk. The process of this operation is as follows:

1. First transfer all the data of the E disk to other partitions, and then click “Start →Run”.

2. Enter “Diskmgmt.msc” and press Enter to open the “Disk Management” window.

3. Select the E disk and right click, select "Delete this logical drive" in the shortcut menu that pops up.

4. Click the “Yes" button to continue in the pop-up prompt box.

When the operation is complete, the same amount of free space as the deleted partition will appear in the "Disk"

Second, increase the capacity of the partition

1. At this time, please note that the current space of the D disk is 855MB, now we are going to increase the operation of 50MB. Click “Start → Programs & Rarr; Attachments & Rarr; Command Prompt ", in the window that opens, enter “Diskpart”,“List volume”,“Select volume 2”,“Extend Size=50&rdquo Four orders.

2. The "Diskpart" command is used to invoke the DOS disk management program, and the "Diskpart/?”" command can see the Chinese help information under the DOS command. “List Volume” is used to display the details of all the disks on the system, so as to know the volume number of the required expansion partition.

3. Here you can see that the volume number of the D drive is "2" and the "Select Volume 2" command is used to select the volume. Here, select the volume 2 according to the prompt from the previous step; "Extend" Size=50” is used to increase the D disk space. The source space of this capacity is of course the free space. From the results of the command execution "DiskPart successfully expanded the volume", we have successfully expanded the space of the D drive, as shown.

4. Finally select the remaining free space in the "Disk Management Window", click <; Operation & Rarr; All Tasks & Rarr; New Logical Drive ” command, assign drive letter to the space according to the prompt And can be formatted.

Although the above steps seem cumbersome and complicated, the above steps are very practical. You only need to follow the steps. I believe that your Win2003 system partition will be increased, and Add extra space to the system disk.

Copyright © Windows knowledge All Rights Reserved