R
rcir88
Guest
I just changed my array to a RAID 5 from RAID 1+0 by adding two more hard
drives to the two I already had. I am using one hard drive as a spare in the
array. I expanded, migrated and extended the array on the physical drives
successfully, and now I have to extend the virtual partition I have on the
Microsoft Server 2003 OS. Disk Management shows C drive with 33.91 GB
capacity with only 2.88 GB free space; E drive (data) with 4 MB capacity and
2 MB free space; and unallocated space of 33.91 GB. I want to extend my
small E drive to include most of the 33.91 GB of unallocated space by using
DiskPart. Below are the commands I entered to do this, but it obviously did
not work. What did I do wrong? I copied and pasted the command prompt
results.
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\Administrator>diskpart.exe
Microsoft DiskPart version 5.2.3790.3959
Copyright (C) 1999-2001 Microsoft Corporation.
On computer: SWDC
DISKPART> list volume
Volume ### Ltr Label Fs Type Size
Status Info
---------- --- ----------- ----- ---------- ------- ---------
--------
Volume 0 F LACIE USB 2 NTFS Partition 233 GB Healthy
Volume 1 D CD-ROM 0 B
Healthy
Volume 2 C NTFS Partition 34 GB
Healthy System
Volume 3 E Data NTFS Partition 4064 KB
Healthy
DISKPART> select volume 3
Volume 3 is the selected volume.
DISKPART> size=33,800
Microsoft DiskPart version 5.2.3790.3959
ADD - Add a mirror to a simple volume.
ACTIVE - Marks the current basic partition as active.
ASSIGN - Assign a drive letter or mount point to the selected volume.
AUTOMOUNT - Enables and disables automatic mounting of basic volumes.
BREAK - Break a mirror set.
CLEAN - Clear the configuration information, or all information, off
the disk.
CONVERT - Converts between different disk formats.
CREATE - Create a volume or partition.
DELETE - Delete an object.
DETAIL - Provide details about an object.
ATTRIBUTES - Manipulate volume attributes.
EXIT - Exit DiskPart
EXTEND - Extend a volume.
GPT - Assigns attributes to the selected GPT partition.
HELP - Prints a list of commands.
IMPORT - Imports a disk group.
INACTIVE - Marks the current basic partition as inactive.
LIST - Prints out a list of objects.
ONLINE - Online a disk that is currently marked as offline.
REM - Does nothing. Used to comment scripts.
REMOVE - Remove a drive letter or mount point assignment.
REPAIR - Repairs a RAID-5 volume with a failed member.
RESCAN - Rescan the computer looking for disks and volumes.
RETAIN - Place a retained partition under a simple volume.
SELECT - Move the focus to an object.
drives to the two I already had. I am using one hard drive as a spare in the
array. I expanded, migrated and extended the array on the physical drives
successfully, and now I have to extend the virtual partition I have on the
Microsoft Server 2003 OS. Disk Management shows C drive with 33.91 GB
capacity with only 2.88 GB free space; E drive (data) with 4 MB capacity and
2 MB free space; and unallocated space of 33.91 GB. I want to extend my
small E drive to include most of the 33.91 GB of unallocated space by using
DiskPart. Below are the commands I entered to do this, but it obviously did
not work. What did I do wrong? I copied and pasted the command prompt
results.
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\Administrator>diskpart.exe
Microsoft DiskPart version 5.2.3790.3959
Copyright (C) 1999-2001 Microsoft Corporation.
On computer: SWDC
DISKPART> list volume
Volume ### Ltr Label Fs Type Size
Status Info
---------- --- ----------- ----- ---------- ------- ---------
--------
Volume 0 F LACIE USB 2 NTFS Partition 233 GB Healthy
Volume 1 D CD-ROM 0 B
Healthy
Volume 2 C NTFS Partition 34 GB
Healthy System
Volume 3 E Data NTFS Partition 4064 KB
Healthy
DISKPART> select volume 3
Volume 3 is the selected volume.
DISKPART> size=33,800
Microsoft DiskPart version 5.2.3790.3959
ADD - Add a mirror to a simple volume.
ACTIVE - Marks the current basic partition as active.
ASSIGN - Assign a drive letter or mount point to the selected volume.
AUTOMOUNT - Enables and disables automatic mounting of basic volumes.
BREAK - Break a mirror set.
CLEAN - Clear the configuration information, or all information, off
the disk.
CONVERT - Converts between different disk formats.
CREATE - Create a volume or partition.
DELETE - Delete an object.
DETAIL - Provide details about an object.
ATTRIBUTES - Manipulate volume attributes.
EXIT - Exit DiskPart
EXTEND - Extend a volume.
GPT - Assigns attributes to the selected GPT partition.
HELP - Prints a list of commands.
IMPORT - Imports a disk group.
INACTIVE - Marks the current basic partition as inactive.
LIST - Prints out a list of objects.
ONLINE - Online a disk that is currently marked as offline.
REM - Does nothing. Used to comment scripts.
REMOVE - Remove a drive letter or mount point assignment.
REPAIR - Repairs a RAID-5 volume with a failed member.
RESCAN - Rescan the computer looking for disks and volumes.
RETAIN - Place a retained partition under a simple volume.
SELECT - Move the focus to an object.