Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-18 00:21:47 +00:00
parent ba1f2097ae
commit 5414d495a4
8 changed files with 90 additions and 11 deletions

View File

@@ -20,3 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
- Set a label for the filesystem:
`sudo mkfs.btrfs {{[-L|--label]}} "{{label}}" {{/dev/sdX /dev/sdY ...}}`
- Overwrite existing filesystem if one is detected:
`sudo mkfs.btrfs {{[-f|--force]}} {{/dev/sdX}}`