Skip to content

Commit 445a582

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#111626
Updated line number 119. From "sudo partprobe /dev/sdc1" To "sudo partprobe /dev/sdc"
1 parent 40d158d commit 445a582

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
@@ -116,7 +116,7 @@ The following example uses `parted` on `/dev/sdc`, which is where the first data
116116

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

0 commit comments

Comments
 (0)