Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Using the Windows interface
- Open Computer Management (Local).
- In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.
- Right-click an unallocated region of a basic disk, and then click New Partition, or right-click free space in an extended partition, and then click New Logical Drive.
- In the New Partition wizard, click Next, click Primary partition, Extended partition, or Logical drive, and then follow the instructions on your screen.
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 on which you want to create a primary or extended partition. - At the DISKPART prompt, type:
select diskn
Select the disk n where you want to create the primary or extended partition. - At the DISKPART prompt, type one of the following:
create partition primary [size=n] [offset=n] [ID=byte | GUID] [noerr]
or
create partition extended [size=n] [offset=n] [noerr]
or
create partition logical [size=n] [offset=n] [noerr] - At the DISKPART prompt, type:
assign letter=D - Ok Finish
No comments:
Post a Comment