mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 04:15:24 +02:00
mkfs.fat: add fat type example (#16579)
This commit is contained in:
parent
e4e58d9790
commit
57dbef1eac
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@
|
|||
- 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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue