Thursday 10 November 2011

How to delete a partition or a logical drive

Hey... Today I got my First E-mail from  user asking me that how to Delete A Partition Using CMD... I mean by Command Promt or DOS... So here is the method I am sharing with u...But I am sharing also a easy method which is by Easily Windows Interface... But CheckOut all the method also...



Using the Windows interface

  1. Open Computer Management (Local).
  2. In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.
  3. Right-click the partition, logical drive, or basic volume you want to delete, and then click Delete Partition.

    If the menu item reads Delete Volume instead of Delete Partition, the volume is a dynamic volume. For instructions on how to delete a dynamic volume, see Related Topics.



Using a command line

  1. Open Command Prompt.
  2. Type:

    diskpart
  3. At the DISKPART prompt, type:

    list disk

    Make note of the disk number of the disk from which you want to delete the partition.
  4. At the DISKPART prompt, type:

    select diskn

    Select the disk n from which you want to delete the partition.
  5. At the DISKPART prompt, type:

    list partition

    Make note of the number of the partition that you want to delete.
  6. At the DISKPART prompt, type:

    select partitionn

    Select the partition n that you want to delete.
  7. At the DISKPART prompt, type:

    delete partition
Note

U cannot getback any of the lost data... they are gone for alaways.....

If U Found any Error in this Process then Comment Here Quickly... I am alaways there for U...

No comments:

Post a Comment