Disk Management-2

Diskpart-This utility is more useful for managing disk in the pcs or servers.

we can start the work with diskpart from just typing diskpart on cmd

1

 

To get a help from diskpart on the diskpart prompt type “Help”

2

Typing List disk we can get the disk id’s and some details of the hdd which are connected to the pc/server

3

To perform task on a particular disk “select disk “diskid”(ex  SELECT DISK 1)

4

Using create partition command we can create a partition on selected disk(ex- CREATE PARTITION PRIMARY SIZE-10240

We can create primary,extended or logical partitions,disk size should be given by MB ‘s.(Same as this we can create volumes)

5

now we can see the partition

6

This is how we can create extended partition.

CREATE PARTITION EXTENDED SIZE=10000

7

Creating a logical partition on the extended partition

CREATE PARTITION LOGICAL SIZE=10000

8

We can select partition like selecting disks

SELECT PARTITION 1

9

We can assign a drive letter on selected partition

ASSIGN LETTER=Z

10

We can delete the selected partitions

DELETE PARTITION

12

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: