Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-26 00:20:47 +00:00
parent adc1cd4ded
commit 7b30c71887
8 changed files with 109 additions and 11 deletions

View File

@@ -23,3 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
- Use 5 instead of 2 file allocation tables:
`mkfs.fat -f 5 {{/dev/sdXY}}`
- Specify filesystem type:
`mkfs.fat -F {{12|16|32}} {{/dev/sdXY}}`