Extend Spanned Volume

Rising Flight 5,216 Reputation points
2021-10-03T17:30:34.473+00:00

Hi All

i have spanned volumes on one of my server. i.e each size of 1TB. so two drives i.e 2 TB. I am running out of space on these drives and i want to extend the volume.
i want to create another drive of 500 GB and add this to spanned volume will i be able to add the new drive to spanned volume i.e 3 drives and should be 2.5TB without any data loss.

137205-s2.jpg

137175-s1.jpg

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 39,926 Reputation points
    2021-10-06T14:34:27.907+00:00

    Hello RisingFlight-7863,

    Thank you for your question.

    To extend the extended volume using a command line
    Open a command prompt as an administrator and type diskpart.

    1) At the DISKPART prompt, type list volume. Write down the number of the simple volume you want to extend to another disk.

    2) At the DISKPART prompt, type select volume <volumenumber>. This selects the simple volume number you want to extend to another disk.

    3) At the DISKPART prompt, type list disk. Write down the disk number to which you want to extend the simple volume.

    4) At the DISKPART prompt, type extend [size=<size>] [disk=<disknumber>]. This extends the selected volume to disknumber and makes the extension size = size megabytes (MB).

    More information about distribution, see the following article:

    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc753058(v=ws.11)?redirectedfrom=MSDN

    Note: It is best to back up your important files, just for security reasons.


    If the answer is helpful, please vote positively and accept as an answer.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.