Link to home
Start Free TrialLog in
Avatar of thegewse
thegewse

asked on

Diskpart - Stretch partition issue

I have just used Dell Open Manage Server Administrator to extend a hardware RAID5 array. I now need to extend the partition using diskpart but i recieve an error when listing volumes:

DISKPART> list volume

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     C                NTFS   Partition     68 GB  Healthy    System

The disk management services could not complete the operation.

DISKPART>

I should have a D drive underneath the C system partition.


This is very similar to the following case:
https://www.experts-exchange.com/questions/22096372/Extending-BASIC-disk-with-Diskpart-will-not-work-because-it-does-not-let-me-select-the-volume-to-extend.html

However i was on Server Administrator 5.0 and i have now upgraded to 5.2 without luck.

I have even tried adding another disk to the array and reconfiguring again with the Server Administrator 5.2 but this still hasnt solved my issue.

I have check that the virtual disk service is running.

Any thoughts?

Avatar of ezaton
ezaton

Try removing the Dell Open Manager (or Raid Manager), and try using diskpart again. When done, reinstall the raid manager. I have had issues with it and diskpart in the past.
Avatar of rindi
Diskpart works for dynamic disks, and dynamic disks shouldn't be used on a volume where C is. Try a 3rd party tool like bootit-ng to manipulate your partition. Generally I don't really see a requirement to change the size of C: you should rather partition your disks and make sure C only holds the OS and nothing else. For that you would just use diskmanagement to create a new partition and then you can put the data there.

http://terabyteunlimited.com/
Diskpart can extend partitions on basic disks too:
http://support.microsoft.com/kb/325590

Also, on Windows 2003 (and newer, I assume) you can extend a partition on a converted dynamic disk.
Avatar of thegewse

ASKER

Thanks for the good responses..

Ill remove open manage tonight and see if diskpart works after that.

Im trying to extend the D: drive which is not a system partition or contain any OS files..

Good luck. Let us know how it went.
Resolved!

I removed Open Manager but that still did not solve my issue.

I then started experimenting with other diskpart commands.. "list volume" does not work.. but "select volume 1" did.. so i was able to select the disk that the list command could not display..

I then tried the "extend" command.. and it completed successfully.

Hopefully this helps someone in my situation..

Ps. I am working on a 1.3TB array but i would expect Windows 2003 to be able to handle that..

Thanks for everyones contributions
ASKER CERTIFIED SOLUTION
Avatar of ezaton
ezaton

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial

Hi Ezaton

I have around 15 Dell servers all with open manage, the rest can all perform a "list volume" without issue..

Very strange.

Perhaps its the latest versions that are having issues.

Ill award points as you have pointed me in the right direction..
Thanks, and good luck.