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>>>>>>>>


Related Posts:

  • Find Files in LINUX The find command locates files in many different ways. Unlike the rest of the commands in this section, find does not look at the… Read More
  • Install Windows XP on MAC using BOOT CAMP software.... make sure you have a blank, burnable CD disk on hand.Now, download Boot Camp from the Apple site and double click on the “.dmg” disk image… Read More
  • Ubuntu for phones Ubuntu for Mobile Ubuntu may be a familiar name in Linux-loving desktop software circles, but it’s an unknown in the mobile world. This h… Read More
  • Reset Password in MACBOOK MAC OS X The good news is that it’s pretty straightforward to reset your password on a Mac OS X system if you have an install disk handy, but the bad news is… Read More
  • Firefox OS Research in Motion has Android, Windows Phone, and iOS firmly in its sights, but Mozilla is targeting thebudget sector with its Firefox… Read More

0 comments:

Post a Comment