Skip to content

Commit d2cc34e

Browse files
authored
Merge pull request MicrosoftDocs#34148 from timbasham/patch-2
Update attach-disk-portal.md
2 parents ddd205b + a924a82 commit d2cc34e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/virtual-machines/linux/attach-disk-portal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ Here, *sdc* is the disk that we want.
9797
### Partition a new disk
9898
If you are using an existing disk that contains data, skip to mounting the disk. If you are attaching a new disk, you need to partition the disk.
9999

100+
> [!NOTE]
101+
> It is recommended that you use the latest versions of fdisk or parted that are available for your distro.
102+
100103
Partition the disk with `fdisk`. If the disk size is 2 tebibytes (TiB) or larger then you must use GPT partitioning, you can use `parted` to perform GPT partitioning. If disk size is under 2TiB, then you can use either MBR or GPT partitioning. Make it a primary disk on partition 1, and accept the other defaults. The following example starts the `fdisk` process on */dev/sdc*:
101104

102105
```bash

0 commit comments

Comments
 (0)