1
0
Fork 0
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:
Managor 2025-05-25 03:46:01 +03:00 committed by GitHub
parent e4e58d9790
commit 57dbef1eac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`