mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 05:58:57 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,8 +15,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Build a filesystem of a specified type:
|
||||
|
||||
`mkfs -t {{ext4}} {{path/to/partition}}`
|
||||
`mkfs {{[-t|--type]}} {{ext4}} {{path/to/partition}}`
|
||||
|
||||
- Build a filesystem of a specified type and check for bad blocks:
|
||||
|
||||
`mkfs -c -t {{ntfs}} {{path/to/partition}}`
|
||||
`mkfs -c {{[-t|--type]}} {{ntfs}} {{path/to/partition}}`
|
||||
|
||||
Reference in New Issue
Block a user