Skip to content

Commit a93c1d8

Browse files
Correct Command
ms.custom: fasttrack-edit
1 parent 1576eaa commit a93c1d8

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)