Resize RAID in-place | Win Server 2003 | Non-destructive Way

  • Thread starter Thread starter CRGreathouse
  • Start date Start date
AI Thread Summary
To enlarge a logical drive on a RAID setup with Windows Server 2003, options include using tools that can resize partitions without data loss. If the RAID card supports logical drive expansion, the process involves redefining the partition size in the RAID BIOS and then using a utility like DiskPart or third-party software to extend the volume. If the RAID card does not support this, a backup is necessary, followed by creating a new logical partition and restoring data. Software options such as EaseUS Partition Master are recommended for their ease of use and support for RAID configurations, allowing for resizing without downtime. It's crucial to back up data before attempting any modifications to avoid potential data loss.
CRGreathouse
Science Advisor
Homework Helper
Messages
2,832
Reaction score
0
I have a server with a RAID drive. I intended to set up two logical drives but ended up only defining one by mistake. I set up Windows Server 2003 on it and have been using it for some time now. But, surprise surprise, I've decided I need the capacity of the remainder of the drive. Is there a non-destructive way to enlarge it?

Code:
 WS2003                           Unpartitioned space
|------|-------------------------------------------------------------|
 
Computer science news on Phys.org
I don't know of any tools in server that will do it but you can painlessly resize with most linux boot disks (just stop before the actually installing linux step!)
Or you can buy some util like partition magic (if they are still around)

The raid makes it more interesting, I would break the raid, repartition the drives and then restart raid. You can even just wipe the second drive and let raid rebuild it.
A couple of gotchas, if this is a raid card (rather than the built-in software raid) it may store the drive geometry itself - in which case find it's management util.

It would be safer to buy a single new drive and swap that with the second drive, rebuild the raid and you still have a copy in case of any 'oops'
 
CRGreathouse said:
I have a server with a RAID drive. I intended to set up two logical drives but ended up only defining one by mistake. I set up Windows Server 2003 on it and have been using it for some time now. But, surprise surprise, I've decided I need the capacity of the remainder of the drive. Is there a non-destructive way to enlarge it?

Code:
 WS2003                           Unpartitioned space
|------|-------------------------------------------------------------|

If I understand you correctly your limit is the fact that you have defined a logical drive on your raid card to be somewhat less than the total available space, yes?

Based on my experience with Compaq/HP servers it depends upon the capability of the raid card ... some raid cards can expand a logical drive others can't and if it can't you're basically buggered and have to take the long way round i.e. image/backup the drive, create a new logical partition and then restore. That's not as bad as it sounds given that you would be well advised to do a backup prior to expanding the partition anyway.

If however your raid card DOES support logical drive expansion the stages are (or were for me) as follows:

  1. Restart the server and, in the raid card BIOS, redefine the partition size ... boot back to Windows and theoretically Windows should now be able to see the additional space as unused disk space.
  2. Reboot the system using software capable of expanding partitions ... there are a number of open source utilities such as (IIRC) gparted but I've had display issues with some of those and my current preference is Windows ERD and from a CMD console:
  3. Type "DISKPART", "List volume", "Select volume 1" (the one that is "C"), "Extend" ( you should see "DiskPart successfully extended the volume.") and finally "Exit" (and close console).
And theoretically it's done (finger's crossed).

The only other option I can think of is to:
  • Create a second logical drive
  • Make the boot drive and new drive dynamic which, again IIRC, means the partitions on it become volumes (er ... I think).
  • Increase the size of the boot volume onto a new volume of the *new* drive
.

Not even sure if any of that last can be done but I hope some of the above helps :)

Kyu
 
I have a server with a RAID drive. I intended to set up two logical drives but ended up only defining one by mistake. I set up Windows Server 2003 on it and have been using it for some time now. But, surprise surprise, I've decided I need the capacity of the remainder of the drive. Is there a non-destructive way to enlarge it?


Code:
WS2003 Unpartitioned space
|------|-------------------------------------------------------------|
I came across the same problem and finally get solved by google it and find the detailed step by step instructions here http://www.partition-tool.com/resource/resize-raid-partition.htm
 
Kyuuketsuki said:
Not even sure if any of that last can be done but I hope some of the above helps :)

Kyu

Thanks you! I've backed up the drive and will probably attempt this tomorrow.
 
CRGreathouse said:
Thanks you! I've backed up the drive and will probably attempt this tomorrow.

As long as you have the backup the worse (worst?) it can be is inconvenient so good luck :)

Kyu
 
Such an easy problem, I use easeus partition master to solve this problem, it support raid and protect the data completely. You just need to drag on the disk map, very easy to use, I just uprage to version 4.0, great, it can enlarge the system partition without reboot.
In a word, you can enlarge the partition without any complex works, without downtime. it is helpful, you may check http://www.partition-tool.com/easeus-partition-manager/extend-ntfs-system-partition-without-reboot.htm"
 
Last edited by a moderator:
i 've heard that partition magic has been a free good partition tool, but not sure whether it can support raid, since it hasnt been upgraded for a long time.
while partition master and partition master is an alternative for that.
i personally like http://www.partition-tool.com/resource/enlarge-raid-partition.htm because of the good features and lower price.
 
Back
Top