Extend Spanned Volume

Rising Flight 3,731 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 Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,457 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,370 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,124 questions
Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
421 questions
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 39,351 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