Re: Програм болон Техник тоног төхөөрөмж
Posted: 2014 Feb Mon
Sapphire AMD Radeon HD 7950






Using a command line
Open Command Prompt.
Type:
diskpart
At the DISKPART prompt, type:
list disk
Make note of the disk number of the disk from which you want to delete the partition.
At the DISKPART prompt, type:
select diskn
Select the disk n from which you want to delete the partition.
At the DISKPART prompt, type:
list partition
Make note of the number of the partition that you want to delete.
At the DISKPART prompt, type:
select partitionn
Select the partition n that you want to delete.
At the DISKPART prompt, type:
delete partition
Caution
Deleting a partition on a dynamic disk can delete all dynamic volumes on the disk, thus leaving the disk in a corrupt state. To delete a dynamic volume, use the delete volume command instead. For instructions on how to delete a dynamic volume, see Related Topics.
When you delete a partition, all data on that deleted partition or logical drive is lost.
You cannot recover deleted partitions or logical drives.


