Skip to content

Commit 10895ec

Browse files
Merge pull request #243779 from SaibabaBalapur-MSFT/patch-55
(AzureCXP) fixes MicrosoftDocs/azure-docs#111626
2 parents 71a4538 + 445a582 commit 10895ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The following example uses `parted` on `/dev/sdc`, which is where the first data
115115

116116
```bash
117117
sudo parted /dev/sdc --script mklabel gpt mkpart xfspart xfs 0% 100%
118-
sudo mkfs.xfs /dev/sdc1
118+
sudo mkfs.xfs /dev/sdc
119119
sudo partprobe /dev/sdc1
120120
```
121121

0 commit comments

Comments
 (0)