Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-19 00:18:18 +00:00
parent 6895198b2b
commit 846fc1563d
14 changed files with 84 additions and 37 deletions

View File

@@ -11,12 +11,12 @@ source: https://github.com/tldr-pages/tldr.git
- Build a Linux ext2 filesystem on a partition:
`mkfs {{path/to/partition}}`
`mkfs {{/dev/sdXY}}`
- Build a filesystem of a specified type:
`mkfs {{[-t|--type]}} {{ext4}} {{path/to/partition}}`
`mkfs {{[-t|--type]}} {{ext4}} {{/dev/sdXY}}`
- Build a filesystem of a specified type and check for bad blocks:
`mkfs -c {{[-t|--type]}} {{ntfs}} {{path/to/partition}}`
`mkfs -c {{[-t|--type]}} {{ntfs}} {{/dev/sdXY}}`