Reviewed-by: Miskanin, Jan <jan.miskanin@t-systems.com> Co-authored-by: zhangyue <zhangyue164@huawei.com> Co-committed-by: zhangyue <zhangyue164@huawei.com>
14 KiB
Initializing a Windows Data Disk (Windows Server 2019)
Scenarios
This section uses Windows Server 2019 Standard 64bit to describe how to initialize a data disk attached to a server running Windows.
The maximum disk capacity supported by MBR is 2 TiB, and that supported by GPT is 18 EiB. Therefore, use the GPT partition style if your disk capacity is larger than 2 TiB. To learn more about disk partition styles, see Introduction to Data Disk Initialization Scenarios and Partition Styles.
The method for initializing a disk varies slightly depending on the OS running on the server. This document is used for reference only. For the detailed operations and differences, see the product documents of the corresponding OS.
Prerequisites
- A data disk has been attached to a server and has not been initialized.
- You have logged in to the server.
- For how to log in to an ECS, see the Elastic Cloud Server User Guide.
- For how to log in to a BMS, see the Bare Metal Server User Guide.
Procedure
- On the desktop of the server, click the start icon in the lower left corner.
The Windows Server window is displayed.
- Click Server Manager.
The Server Manager window is displayed.
- In the upper right corner, choose Tools > Computer Management.
The Computer Management window is displayed.
- Choose Storage > Disk Management.
- In the Initialize Disk dialog box, the to-be-initialized disk is selected. Select a disk partition style and click OK. In this example, GPT (GUID Partition Table) is selected.
The maximum disk size supported by MBR is 2 TiB, and that supported by GPT is 18 EiB. Because an EVS data disk currently supports up to 32 TiB, use GPT if your disk size is larger than 2 TiB.
If the partition style is changed after the disk has been used, all data on the disk will be lost, so take care to select an appropriate partition style when initializing the disk. If you must change the partition style to GPT after a disk has been used, it is recommended that you back up the disk data before the change.
- Right-click at the unallocated disk space and choose New Simple Volume from the shortcut menu.
- Follow the prompts and click Next.
- Specify the volume size and click Next. The system selects the maximum volume size by default. You can specify the volume size as required. In this example, the default setting is used.
- Assign a drive letter or path to your partition and click Next. The system assigns drive letter D by default. In this example, the default setting is used.
The Format Partition page is displayed.
- Specify format settings and click Next. The system selects the NTFS file system by default. You can specify the file system type as required. In this example, the default setting is used.
- Click Finish.
- After the volume is created, click
on the task bar and check whether a new volume appears in This PC. In this example, New Volume (D:) is the new volume.