Skip to content

Commit ff7f78f

Browse files
authored
fixed rendering
1 parent cc9b960 commit ff7f78f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +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
121+
Use the below command to update the kernel:
122+
```
122123
partprobe
124+
```
123125
124126
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:
125127

0 commit comments

Comments
 (0)