mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 00:53:24 +02:00
mkfs.btrfs: add force example (#16495)
This commit is contained in:
parent
f46e6daa4c
commit
886a2a45cf
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@
|
|||
- 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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue