Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
69 views120 pages

Encrypted Document Content

The document discusses various procedures for managing disks, including partitioning disks, formatting partitions, assigning drive letters, and converting file systems. The key steps are: 1. Open Disk Management in Computer Management to view and manage disks and partitions. 2. Right-click partitions or unallocated space and use options like "New Partition", "Format", or "Change Drive Letter and Paths" to partition, format, and assign drive letters. 3. The DiskPart command can also be used to perform disk management tasks like creating, deleting, and selecting partitions from the command line. 4. Formatting partitions involves selecting a file system like NTFS and volume label. Drive letters can be assigned,

Uploaded by

sivasankar015
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views120 pages

Encrypted Document Content

The document discusses various procedures for managing disks, including partitioning disks, formatting partitions, assigning drive letters, and converting file systems. The key steps are: 1. Open Disk Management in Computer Management to view and manage disks and partitions. 2. Right-click partitions or unallocated space and use options like "New Partition", "Format", or "Change Drive Letter and Paths" to partition, format, and assign drive letters. 3. The DiskPart command can also be used to perform disk management tasks like creating, deleting, and selecting partitions from the command line. 4. Formatting partitions involves selecting a file system like NTFS and volume label. Drive letters can be assigned,

Uploaded by

sivasankar015
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPS, PDF, TXT or read online on Scribd
You are on page 1/ 120

Managing Disks

ADVANTAGE PRO Chennais Premier Networking Training Centre

Disk Part Tool


Syntax:

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partition
A physical disk is divided into separate sections called partition Partitioning can create up to 24 drive letters Disk must first be initialized and formatted before partitioning

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partition
Basic disks can have up to -- Four primary partition -- Or three primary partitions and one extended partition Extended partitions can be sub divided into logical drives Primary partitions cannot be subdivided

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by Disk Management


Procedure: In Computer Management, open Disk Management Right-click an unallocated region of a basic disk, and click New Partition In the New Partition Wizard, click next On the select Partition type page, click primary partition and then click next On the specify Partition Size page, type the size in megabytes and click next On the Assign Drive Letter or Path page, select the drive letter and click next
ADVANTAGE PRO Chennais Premier Networking Training Centre

Procedure(contd)
On the Format Partition page: -- select the appropriate file system -- type the appropriate volume lable -- select or clear the Perform a quick format and enable file and folder compression check boxes Click Next, and then click Finish.

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by Disk Management


In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by Disk Management


Right-click an unallocated region of a basic disk, and click New Partition

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by Disk Management


In the New Partition Wizard, click next

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by Disk Management


On the select Partition type page, click primary partition and then click next

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by Disk Management


On the specify Partition Size page, type the size in megabytes and click next

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by Disk Management


On the Assign Drive Letter or Path page, select the drive letter and click next

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by Disk Management


On the Format Partition page:
-- select the appropriate file system -- type the appropriate volume lable -- select or clear the Perform a quick format and enable file and folder compression check boxes

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by Disk Management


Click Next, and then click Finish

ADVANTAGE PRO Chennais Premier Networking Training Centre

Formating a Disk
Procedure: In Computer Management, open Disk Management Right-click the partition, logical drive or basic olume that you want to format or reformat and click Format Select the options that you want under
-- Volume Label (name the disk) -- File System (select either NTFS or FAT) -- Allocation Unit Size (size of the disk to format)

If the disk is undamaged, select Perform a Qucik Format


ADVANTAGE PRO Chennais Premier Networking Training Centre

Formating a Disk
In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Formating a Disk
Right-click the partition, logical drive or basic olume that you want to format or reformat and click Format

ADVANTAGE PRO Chennais Premier Networking Training Centre

Formating a Disk
Select the options that you want under
-- Volume Label (name the disk) -- File System (select either NTFS or FAT) -- Allocation Unit Size (size of the disk to format)

ADVANTAGE PRO Chennais Premier Networking Training Centre

Formating a Disk
If the disk is undamaged, select Perform a Qucik Format

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Partition
Procedure: In Computer Management, open Disk Management Right-click the partition that you want to delete, and click Delete Partition.

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Partition
In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Partition
Right-click the partition that you want to delete, and click Delete Partition

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by DiskPart


Procudure: At the prompt, type diskpart At the prompt, type list disk and then mae a note of the number of the disk on which you want to create a primary or extended partition. At the DISKPART prompt type select disk n(where n is the disk number) At the DISKPART prompt, type -- . Create partition primary size=number -- . Create partition extended size=number -- . Create partition logical size=number
ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by DiskPart


At the prompt, type diskpart

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by DiskPart


At the prompt, type list disk and then make a note of the number of the disk on which you want to create a primary or extended partition

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by DiskPart


At the DISKPART prompt type select disk n(where n is the disk number)

ADVANTAGE PRO Chennais Premier Networking Training Centre

Partitioning a Disk by DiskPart


At the DISKPART prompt, type
-- . Create partition primary size=number -- . Create partition extended size=number -- . Create partition logical size=number

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Partition by DiskPart


Procedure: Open Command Prompt, and then type diskpart At the Diskpart prompt, type list disk At the Diskpart prompt, type select disk n(where n is the disk which to be deleted) At the Diskpart prompt, type list partition At the Diskpart prompt, type select partion n, where n is the partition number of the partition that you want to delete At the Diskpart prompt, type delete partition.
ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Partition by DiskPart


Open Command Prompt, and then type diskpart

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Partition by DiskPart


At the Diskpart prompt, type list disk

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Partition by DiskPart


At the Diskpart prompt, type select disk n(where n is the disk which to be deleted)

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Partition by DiskPart


At the Diskpart prompt, type list partition

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Partition by DiskPart


At the Diskpart prompt, type select partion n, where n is the partition number of the partition that you want to delete

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Partition by DiskPart


At the Diskpart prompt, type delete partition

ADVANTAGE PRO Chennais Premier Networking Training Centre

Assign, Change or Remove a Drive Letter


Procedure using Disk Management: In Computer Management, open Disk Management Right-click a partitiom, logical drive or volume and then click change Drive letter and Paths Do one of the following
-- To assign a drive letter, click Add, and then click the drive letter that you want use -- To modify a drive letter, click it, click Change and then click drive letter that you want -- To remove a drive letter, click it, and then click Remove

ADVANTAGE PRO Chennais Premier Networking Training Centre

Assign, Change or Remove a Drive Letter


In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Assign, Change or Remove a Drive Letter


Right-click a partition, logical drive or volume and then click change Drive letter and Paths

ADVANTAGE PRO Chennais Premier Networking Training Centre

Assign, Change or Remove a Drive Letter


Do one of the following
-- To assign a drive letter, click Add, and then click the drive letter that you want use -- To modify a drive letter, click it, click Change and then click drive letter that you want -- To remove a drive letter, click it, and then click Remove

ADVANTAGE PRO Chennais Premier Networking Training Centre

Using DiskPart
Procedure: Open Command prompt, and then type diskpart At the Diskpart prompt, type list volume. At the Diskpart prompt,type select volume n (where n is the number of the volume whose drive letter is to be changed) At the Diskpart prompt, type one of the following:
-- assign letter=L (where L is the drive letter) -- remove letter=L

ADVANTAGE PRO Chennais Premier Networking Training Centre

Using DiskPart
Open Command prompt, and then type diskpart

ADVANTAGE PRO Chennais Premier Networking Training Centre

Using DiskPart
At the Diskpart prompt, type list volume

ADVANTAGE PRO Chennais Premier Networking Training Centre

Using DiskPart
At the Diskpart prompt,type select volume n (where n is the number of the volume whose drive letter is to be changed)

ADVANTAGE PRO Chennais Premier Networking Training Centre

Using DiskPart
At the Diskpart prompt, type one of the following:
-- assign letter = L (where L is the drive letter) -- remove letter = L

ADVANTAGE PRO Chennais Premier Networking Training Centre

Convert File Systems


Procedure: In a command prompt, type convert d:/fs:ntfs (where d: is the letter of the disk drive) Press Enter

ADVANTAGE PRO Chennais Premier Networking Training Centre

Convert File Systems


In a command prompt, type convert d:/fs:ntfs (where d: is the letter of the disk drive)

ADVANTAGE PRO Chennais Premier Networking Training Centre

Convert File Systems


Press Enter

ADVANTAGE PRO Chennais Premier Networking Training Centre

Managing Disk Properties


Disk Management -- General (Provides the model number and the location of the disk.) -- Volume (Provides the disk number, type, status, partition style, capacity, unallocated space, and reserved space of the disk. DiskPart -- In addition to Disk Management information, Diskpart provides disk ID and disk type

ADVANTAGE PRO Chennais Premier Networking Training Centre

View Disk Properties


View disk properties by using Disk Management View disk properties by using Diskpart

ADVANTAGE PRO Chennais Premier Networking Training Centre

View disk properties by using Disk Management


Procedure: In Computer Management, open Disk Management In the graphical view or disk list, right-click a disk, and then click properties Click the General tab, and then record the model number Click the Volumes tabs, and then record the values
-- Disk --Type -- Status -- Partition style -- Capacity
ADVANTAGE PRO Chennais Premier Networking Training Centre

View disk properties by using Disk Management


In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

View disk properties by using Disk Management


In the graphical view or disk list, right-click a disk, and then click properties

ADVANTAGE PRO Chennais Premier Networking Training Centre

View disk properties by using Disk Management


Click the General tab, and then record the model number

ADVANTAGE PRO Chennais Premier Networking Training Centre

View disk properties by using Disk Management


Click the Volumes tabs, and then record the values
-- Disk --Type -- Status -- Partition style -- Capacity

ADVANTAGE PRO Chennais Premier Networking Training Centre

View disk properties by using DiskPart


Procedure Open command prompt Type the following commands at the prompt, at then press Enter after each command -- diskpart --select disk 0 -- detail disk Record the type

ADVANTAGE PRO Chennais Premier Networking Training Centre

View disk properties by using DiskPart


Open command prompt

ADVANTAGE PRO Chennais Premier Networking Training Centre

View disk properties by using DiskPart


Type the following commands at the prompt, at then press Enter -- diskpart

ADVANTAGE PRO Chennais Premier Networking Training Centre

View disk properties by using DiskPart


Type the following commands at the prompt, at then press Enter -- select disk 0

ADVANTAGE PRO Chennais Premier Networking Training Centre

View disk properties by using DiskPart


Type the following commands at the prompt, at then press Enter -- detail disk

ADVANTAGE PRO Chennais Premier Networking Training Centre

Rescan Disk Properties


Procedure In Computer Management, open Disk Management Click Action, and then click Rescan Disks.

ADVANTAGE PRO Chennais Premier Networking Training Centre

Rescan Disk Properties


In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Rescan Disk Properties


Click Action, and then click Rescan Disks

ADVANTAGE PRO Chennais Premier Networking Training Centre

Rescan Disk Properties


Scanning the Disks

ADVANTAGE PRO Chennais Premier Networking Training Centre

Managing Mounted Drives


Is assigned a path rather than a drive letter Can unify different file systems on a logical drive Allows you to add more drivers without using up drive letters

ADVANTAGE PRO Chennais Premier Networking Training Centre

Purpose of a Mounted Drive


Adds volume to systems without adding separate drive letters for each new volume
-- Disk Management assigns a drive path to the drive rather than a drive letter -- Drive paths retain their association to the drive -- Add or rearrange storage devices without the drive path failing

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Mounted Drive


Procedure In Computer Management, open Disk Management Right-clcik the volume that you want to mount, and then click Change Drive Letter and Paths. Click Add, browse to Mount in the following empty NTFS folder

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Mounted Drive


In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Mounted Drive


Right-click the volume that you want to mount, and then click Change Drive Letter and Paths

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Mounted Drive


Click Add, browse to Mount in the following empty NTFS folder

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Mounted Drive


Procedure: In Computer Management, open Disk Management Right-click the volume that you want to delete, and then click Change Drive Letter amd Paths To delete a volume, click it, and then click Remove

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Mounted Drive


In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Mounted Drive


Right-click the volume that you want to delete, and then click Change Drive Letter amd Paths

ADVANTAGE PRO Chennais Premier Networking Training Centre

Deleting a Mounted Drive


To delete a volume, click it, and then click Remove

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Mounted Drive by Diskpart


Procedure Open command prompt From the NTFS drive or folder that you want to mount elsewhere, type diskpart At the diskpart prompt, type list volume and then make note of the number of the volume At the diskpart prompt, type select volume n (where n is the number of the volume you want to mount) At the diskpart prompt, type assign mount=\path (where path is the mount drive path tht you want to assign to the volume)
ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Mounted Drive by Diskpart


Open command prompt

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Mounted Drive by Diskpart


From the NTFS drive or folder that you want to mount elsewhere, type diskpart

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Mounted Drive by Diskpart


At the diskpart prompt, type list volume and then make note of the number of the volume

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Mounted Drive by Diskpart


At the diskpart prompt, type select volume n (where n is the number of the volume you want to mount)

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Mounted Drive by Diskpart


At the diskpart prompt, type assign mount=\path (where path is the mount drive path tht you want to assign to the volume)

ADVANTAGE PRO Chennais Premier Networking Training Centre

Dynamic Disk Conversion


Existing partitions on the basic disk become volumes Dynamic disks can be reverted back to basic disks
-- Disk structure and data is not maintained -- Back up data before reverting

ADVANTAGE PRO Chennais Premier Networking Training Centre

Converting Basic Disk to Dynamic


Procedure In Computer Management, open Disk Management Right-click the basic disk that you want to convert, click Convert to Dynamic Disk, and then follow he instructons

ADVANTAGE PRO Chennais Premier Networking Training Centre

Converting Basic Disk to Dynamic


In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Converting Basic Disk to Dynamic


Right-click the basic disk that you want to convert, click Convert to Dynamic Disk, and then follow he instructons

ADVANTAGE PRO Chennais Premier Networking Training Centre

Converting Basic Disk to Dynamic


Click Ok to confirm

ADVANTAGE PRO Chennais Premier Networking Training Centre

Converting Basic Disk to Dynamic


Basic Disk is converted into Dynamic Disk

ADVANTAGE PRO Chennais Premier Networking Training Centre

Reverting a Dynamic to Basic Disk


Procedure Back up all volumes on the disk that yo want to convert from dynamic to basic In Computer Management, open Disk Management Right-click each volume on the dynamic disk that you want to revert to a basic disk, and then click Delete Volume for each volume on the disk. When all volumes on the disk have been deleted, right-click the disk, and then click Convert to Basic Disk Recreate your partitions, and then restore your data to basic disk.
ADVANTAGE PRO Chennais Premier Networking Training Centre

Reverting a Dynamic to Basic Disk


In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Reverting a Dynamic to Basic Disk


Right-click each volume on the dynamic disk that you want to revert to a basic disk, and then click Delete Volume for each volume on the disk

ADVANTAGE PRO Chennais Premier Networking Training Centre

Reverting a Dynamic to Basic Disk


When all volumes on the disk have been deleted, rightclick the disk, and then click Convert to Basic Disk

ADVANTAGE PRO Chennais Premier Networking Training Centre

Reverting a Dynamic to Basic Disk


Recreate your partitions, and then restore your data to basic disk.

ADVANTAGE PRO Chennais Premier Networking Training Centre

Converting a Basic Disk using DiskPart


Procedure Open Command prompt and then type diskpart At the Diskpart, prompt, type list disk At the Diskpart prompt, type select disk and then enter the number of the disk At the Diskpart prompt, type convert dynamic

ADVANTAGE PRO Chennais Premier Networking Training Centre

Converting a Basic Disk using DiskPart


Open Command prompt and then type diskpart

ADVANTAGE PRO Chennais Premier Networking Training Centre

Converting a Basic Disk using DiskPart


At the Diskpart, prompt, type list disk

ADVANTAGE PRO Chennais Premier Networking Training Centre

Converting a Basic Disk using DiskPart


At the Diskpart prompt, type select disk and then enter the number of the disk

ADVANTAGE PRO Chennais Premier Networking Training Centre

Converting a Basic Disk using DiskPart


At the Diskpart prompt, type convert dynamic

ADVANTAGE PRO Chennais Premier Networking Training Centre

Create a Simple Volume


There are two methods: Create an a Simple Volume by using Disk Management Create a Simple Volume by using Disk Part

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating Simple Volume using Disk Management


Procedure In Computer Management, open Disk Management Right-click the unallocated space on the dynamic disk on which you want to create the simple volume, and then click New Volume In he New Volume Wizard, click Simple, and then follow the instructions

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating Simple Volume using Disk Management


In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating Simple Volume using Disk Management


Right-click the unallocated space on the dynamic disk on which you want to create the simple volume, and then click New Volume

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating Simple Volume using Disk Management


In he New Volume Wizard, click Simple, and then follow the instructions

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating Simple Volume using DiskPart


Procedure Open Command Prompt, and then type diskpart At the diskpart prompt, type list disk At the diskpart prompt, type create volume simple size=n disk=n (where size=n is the size of the disk in megabytes, and disk=n is the number of the disk).

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating Simple Volume using DiskPart


Open Command Prompt, and then type diskpart

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating Simple Volume using DiskPart


At the diskpart prompt, type list disk

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating Simple Volume using DiskPart


At the diskpart prompt, type create volume simple size=n disk=n (where size=n is the size of the disk in megabytes, and disk=n is the number of the disk

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Spanned Volume


Creating an Extended or Spanned Volume using Disk Management In Computer Management, open Disk Management Right-click the simple or spanned volume you want to extend, click Extend Volume, and then follow the instructions

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating an Extended or Spanned Volume using Disk Management


In Computer Management, open Disk Management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating an Extended or Spanned Volume using Disk Management


Right-click the simple or spanned volume you want to extend, click Extend Volume, and then follow the instructions

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating a Spanned Volume


Creating an Extended or Spanned Volume using DiskPart Open Command Prompt, and then type diskpart At the diskpart prompt, type list volume At the diskpart prompt, type select volume n )where n is the basic volume that you want to extend into contiguous, empty space on the same disk) At the diskpart prompt, type extend size=o (where o is the size of he extended partition in megabytes).

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating an Extended or Spanned Volume using DiskPart


Open Command Prompt, and then type diskpart

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating an Extended or Spanned Volume using DiskPart


At the diskpart prompt, type list volume

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating an Extended or Spanned Volume using DiskPart


At the diskpart prompt, type select volume n )where n is the basic volume that you want to extend into contiguous, empty space on the same disk)

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating an Extended or Spanned Volume using DiskPart


At the diskpart prompt, type extend size=o (where o is the size of he extended partition in megabytes).

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating Striped Volumes


Procedure for creating a striped volume using Disk Management In Computer Management, open Disk management Right-click the unallocated space on the dynamic disk on which you want to create the striped volume and then click New Volume. In the New Volume Wizard, select Striped, and then follow the instructions

ADVANTAGE PRO Chennais Premier Networking Training Centre

Procedure for creating a striped volume using Disk Management


In Computer Management, open Disk management

ADVANTAGE PRO Chennais Premier Networking Training Centre

Procedure for creating a striped volume using Disk Management


Right-click the unallocated space on the dynamic disk on which you want to create the striped volume and then click New Volume

ADVANTAGE PRO Chennais Premier Networking Training Centre

Procedure for creating a striped volume using Disk Management


In the New Volume Wizard, select Striped, and then follow the instructions

ADVANTAGE PRO Chennais Premier Networking Training Centre

Creating Striped Volumes


Procedure for creating a striped volume using DiskPart Open Command Prompt, and then type diskpart At the diskpart prompt, type list disk At the diskpart prompt, type create volume stripe size=n disk=n (where size=n is the size of the disk in megabytes, and disk=n are the numbers of the disks you are striping).

ADVANTAGE PRO Chennais Premier Networking Training Centre

Procedure for creating a striped volume using DiskPart


Open Command Prompt, and then type diskpart

ADVANTAGE PRO Chennais Premier Networking Training Centre

Procedure for creating a striped volume using DiskPart


At the diskpart prompt, type list disk

ADVANTAGE PRO Chennais Premier Networking Training Centre

Procedure for creating a striped volume using DiskPart


At the diskpart prompt, type create volume stripe size=n disk=n (where size=n is the size of the disk in megabytes, and disk=n are the numbers of the disks you are striping).

ADVANTAGE PRO Chennais Premier Networking Training Centre

Thank u.

ADVANTAGE PRO Chennais Premier Networking Training Centre

You might also like