Skip to content

Commit e9f5c5a

Browse files
authored
Merge pull request #187367 from roygara/minorOSupdate
Minor textual change
2 parents dcd7062 + f5a09c0 commit e9f5c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/managed-disks-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Overview of Azure managed disks, which handle the storage accounts
44
author: roygara
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 02/01/2022
7+
ms.date: 02/03/2022
88
ms.author: rogarana
99
ms.subservice: disks
1010
ms.custom: contperf-fy21q1
@@ -92,7 +92,7 @@ A data disk is a managed disk that's attached to a virtual machine to store appl
9292

9393
Every virtual machine has one attached operating system disk. That OS disk has a pre-installed OS, which was selected when the VM was created. This disk contains the boot volume.
9494

95-
This disk has a maximum capacity of 4,095 GiB, however, most deployments use [master boot record (MBR)](https://wikipedia.org/wiki/Master_boot_record) by default. MBR limits the usable size to 2 TiB. If you need more than 2 TiB, create and attach [data disks](#data-disk) and use them for data storage. If you need to store data on the OS disk and require the additional space, [convert it to GUID Partition Table](/windows-server/storage/disk-management/change-an-mbr-disk-into-a-gpt-disk) (GPT). To learn about the differences between MBR and GPT on Windows deployments, see [Windows and GPT FAQ](/windows-hardware/manufacture/desktop/windows-and-gpt-faq?view=windows-11).
95+
This disk has a maximum capacity of 4,095 GiB, however, many operating systems are partitioned with [master boot record (MBR)](https://wikipedia.org/wiki/Master_boot_record) by default. MBR limits the usable size to 2 TiB. If you need more than 2 TiB, create and attach [data disks](#data-disk) and use them for data storage. If you need to store data on the OS disk and require the additional space, [convert it to GUID Partition Table](/windows-server/storage/disk-management/change-an-mbr-disk-into-a-gpt-disk) (GPT). To learn about the differences between MBR and GPT on Windows deployments, see [Windows and GPT FAQ](/windows-hardware/manufacture/desktop/windows-and-gpt-faq?view=windows-11).
9696

9797
### Temporary disk
9898

0 commit comments

Comments
 (0)