Skip to content

Commit 838a529

Browse files
authored
Merge pull request #205918 from DixitArora-MSFT/patch-114
Correct Command
2 parents 1576eaa + a93c1d8 commit 838a529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/add-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ sudo mkfs.xfs /dev/sdc1
9393
sudo partprobe /dev/sdc1
9494
```
9595

96-
Use the [`partprobe`](https://linux.die.net/man/8/partprobe) utility to make sure the kernel is aware of the new partition and filesystem. Failure to use `partprobe` can cause the blkid or lslbk commands to not return the UUID for the new filesystem immediately.
96+
Use the [`partprobe`](https://linux.die.net/man/8/partprobe) utility to make sure the kernel is aware of the new partition and filesystem. Failure to use `partprobe` can cause the blkid or lsblk commands to not return the UUID for the new filesystem immediately.
9797

9898

9999
### Mount the disk

0 commit comments

Comments
 (0)