Wednesday, 10 October 2012

HOW TO PARTITION A HARD DISK USING CMD


HOW TO PARTITION A HARD DISK USING CMD

Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer:

DISKPART> list vol


  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info

  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     E                              DVD-ROM         0 B  No Media
  Volume 1         System       NTFS   Partition    350 MB  Healthy    System
  Volume 2     C                   NTFS   Partition    150 GB  Healthy    Boot
  Volume 3     D   New Vo   NTFS   Partition     63 GB  Healthy
  Volume 4     F   New Vo   NTFS   Partition     68 GB  Healthy
  Volume 5         Recovery   NTFS   Partition     15 GB  Healthy    Hidden

DISKPART> sel vol 2


Volume 2 is the selected volume.


DISKPART> shrink desired=5000(example),here u can write the no which u want ur disk to be partitioned


DISKPART> shrink desired=50000

DISKPART>
HERE THE DISK WILL PARTITION TO THE SIZE U WANT

<<<<<<ENJOY>>>>>>>>


0 comments:

Post a Comment