You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/add-disk.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,8 +118,10 @@ The partition table has been altered!
118
118
Calling ioctl() to re-read partition table.
119
119
Syncing disks.
120
120
```
121
-
Use the below command to update the kernel
121
+
Use the below command to update the kernel:
122
+
```
122
123
partprobe
124
+
```
123
125
124
126
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:
0 commit comments