Skip to content

Commit 57dbef1

Browse files
authored
mkfs.fat: add fat type example (#16579)
1 parent e4e58d9 commit 57dbef1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/linux/mkfs.fat.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818
- Use 5 instead of 2 file allocation tables:
1919

2020
`mkfs.fat -f 5 {{/dev/sdXY}}`
21+
22+
- Specify filesystem type:
23+
24+
`mkfs.fat -F {{12|16|32}} {{/dev/sdXY}}`

0 commit comments

Comments
 (0)