We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d54da commit 0b45e1aCopy full SHA for 0b45e1a
linux/devices/drives/what.md filesystems/drives/what.md
filesystems/fdisk/what.md
@@ -2,7 +2,7 @@
2
The `fdisk` tool lets you create and modify partition tables.
3
4
# Background
5
-See `linux/devices/drives` for background on how drives work in Linux.
+See `filesystems/drives` for background on how drives work in Linux.
6
7
The `fdisk` tool is a simple tool letting you create/delete partitions and create
8
fresh partitions. Of course, you can also create fresh partition tables with it.
filesystems/mkfs/what.md
@@ -0,0 +1,5 @@
1
+# One Sentence
+The `mkfs` tool lets you format fresh filesystems to partitions.
+
+# Background
linux/devices/drives
@@ -0,0 +1 @@
+../../filesystems/drives/
0 commit comments