Skip to content

Commit 0b45e1a

Browse files
committed
reorg
1 parent d2d54da commit 0b45e1a

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed
File renamed without changes.

filesystems/fdisk/what.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The `fdisk` tool lets you create and modify partition tables.
33

44
# Background
5-
See `linux/devices/drives` for background on how drives work in Linux.
5+
See `filesystems/drives` for background on how drives work in Linux.
66

77
The `fdisk` tool is a simple tool letting you create/delete partitions and create
88
fresh partitions. Of course, you can also create fresh partition tables with it.

filesystems/mkfs/what.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# One Sentence
2+
The `mkfs` tool lets you format fresh filesystems to partitions.
3+
4+
# Background
5+
See `filesystems/drives` for background on how drives work in Linux.

linux/devices/drives

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../filesystems/drives/

0 commit comments

Comments
 (0)