mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 22:50:27 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user