Skip to content

Commit 74ce003

Browse files
committed
Updates.
1 parent a86fa6e commit 74ce003

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

articles/virtual-machines/linux/expand-disks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: pagienge
55
ms.service: azure-disk-storage
66
ms.collection: linux
77
ms.topic: how-to
8-
ms.date: 07/12/2023
8+
ms.date: 01/25/2024
99
ms.author: pagienge
1010
ms.custom: references_regions, ignite-fall-2021, devx-track-azurecli, linux-related-content
1111
---
@@ -14,7 +14,7 @@ ms.custom: references_regions, ignite-fall-2021, devx-track-azurecli, linux-rela
1414

1515
**Applies to:** :heavy_check_mark: Linux VMs :heavy_check_mark: Flexible scale sets
1616

17-
This article describes how to expand managed disks for a Linux virtual machine (VM). You can [add data disks](add-disk.md) to provide for additional storage space, and you can also expand an existing data disk. The default virtual hard disk size for the operating system (OS) is typically 30 GB on a Linux VM in Azure. This article covers expanding either OS disks or data disks.
17+
This article describes how to expand managed disks for a Linux virtual machine (VM). You can [add data disks](add-disk.md) to provide for additional storage space, and you can also expand an existing data disk. The default virtual hard disk size for the operating system (OS) is typically 30 GB on a Linux VM in Azure. This article covers expanding either OS disks or data disks. You can't expand the size of striped volumes.
1818

1919
An OS 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 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 (GPT).
2020

articles/virtual-machines/windows/expand-os-disk.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: roshar
66
ms.service: azure-disk-storage
77
ms.collection: windows
88
ms.topic: article
9-
ms.date: 07/12/2023
9+
ms.date: 01/25/2024
1010
ms.author: kirpas
1111
ms.custom: devx-track-azurepowershell, references_regions, ignite-fall-2021
1212
---
@@ -25,6 +25,8 @@ An OS disk has a maximum capacity of 4,095 GiB. However, many operating systems
2525
> Shrinking an existing disk isn’t supported and may result in data loss.
2626
>
2727
> After expanding the disks, you need to [Expand the volume in the operating system](#expand-the-volume-in-the-operating-system) to take advantage of the larger disk.
28+
>
29+
> You can't expand the size of striped volumes.
2830
2931
## Expand without downtime
3032

includes/disks-prem-v2-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ ms.custom:
1818
- Azure Site Recovery isn't supported for VMs with Premium SSD v2 disks.
1919
- Azure Backup support for VMs with Premium SSD v2 disks is currently in [public preview](../articles/backup/backup-support-matrix-iaas.md#vm-storage-support).
2020
- The size of a Premium SSD v2 can't be expanded without either deallocating the VM or detaching the disk.
21-
- Premium SSDv2 does NOT support host caching.
21+
- Premium SSDv2 doesn't support host caching.
2222

0 commit comments

Comments
 (0)