How to increse Space in C Drive ..??

Using Diskpart in a Elevated Command Prompt
1. If you have not already, you will first need to delete the partition or volume that you want to extend into to make it unallocated space.

2. Open a elevated command prompt, or a command prompt at boot.

3. In the elevated command prompt, type diskpart and press Enter. (See screenshot below)
Name:  CMD_Extend_Step1.jpg
Views: 64365
Size:  65.7 KB 
4. In the elevated command prompt, type list disk and press Enter. (See screenshot below)
NOTE: This is to help you ID the disk that has Free space that you want to extend into, and to see the disk size to make it easier to ID it's volume number in step 5. For example, Disk 1.
Name:  CMD_Extend_Step2.jpg
Views: 68673
Size:  89.2 KB 
5. In the elevated command prompt, type list volume and press Enter. (See screenshot below)
NOTE: Look for the volume number that has the same Size as from the size in step 4 minus the Free space. For example, Volume 2.
Name:  CMD_Extend_Step3.jpg
Views: 69330
Size:  127.2 KB 
6. In the elevated command prompt, type select volume # and press Enter. (See screenshot below)
NOTE: You would substitute # for the volume number listed that you want to extend. For example, I want to extend the listed volume 2 since, so I would type select volume 2 and press Enter.
Name:  CMD_Extend_Step4.jpg
Views: 65339
Size:  135.4 KB 
7. To Extend into All of the Unallocated Space
A) In the elevated command prompt, type extend and press Enter. (See screenshot below)
NOTE: The unallocated space will be removed and added completely to the selected partiton or volume (step 6).
Name:  CMD_Extend_Step5.jpg
Views: 68125
Size:  147.1 KB 
B) Go to step 9.
8. To Extend into the Unallocated Space by a Specified Size
A) In the elevated command prompt, type extend size=(# in MB) and press Enter.
NOTE: You would substitute (# in MB) for how many MB (1 GB = 1024 MB) you want to use of the unallocated space (free space shown in step 4) to be extended into. For example, if I only wanted to extend into 5 GB of the unallocated space, then I would type extend size=5120 and press Enter.
9. In the elevated command prompt, type exit and press Enter. (See screenshot below)
Name:  CMD_Extend_Step6.jpg
Views: 61585
Size:  153.5 KB 
10. Close the elevated command prompt.

11. The selected partition or volume (step 6) has now been extended into the unallocated space to make it larger.
NOTE: If you did step 8 instead of 7, then you can use the rest of the unallocated space to create a new partition with if you like.
That's it,
Parth

Comments

Popular posts from this blog

Android 229 Keycode issue : Solved

HACK WEBSITE USING SQLMAP | KALI LINUX - BACKTRACK

How to Brute Force hacking Facebook in Kali Linux