Skip to content

Commit b5d2b4e

Browse files
authored
Merge pull request #25923 from kailashmsft/patch-1
partprobe command was missing in the document which is required to up…
2 parents ddaee38 + ff7f78f commit b5d2b4e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ The partition table has been altered!
118118
Calling ioctl() to re-read partition table.
119119
Syncing disks.
120120
```
121+
Use the below command to update the kernel:
122+
```
123+
partprobe
124+
```
121125
122126
Now, write a file system to the partition with the `mkfs` command. Specify your filesystem type and the device name. The following example creates an *ext4* filesystem on the */dev/sdc1* partition that was created in the preceding steps:
123127
@@ -231,4 +235,4 @@ There are two ways to enable TRIM support in your Linux VM. As usual, consult yo
231235
## Next steps
232236
233237
* To ensure your Linux VM is configured correctly, review the [Optimize your Linux machine performance](optimization.md) recommendations.
234-
* Expand your storage capacity by adding additional disks and [configure RAID](configure-raid.md) for additional performance.
238+
* Expand your storage capacity by adding additional disks and [configure RAID](configure-raid.md) for additional performance.

0 commit comments

Comments
 (0)