1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-08 03:33:16 +02:00

mkfs.vfat: convert to alias (#16186)

This commit is contained in:
Managor 2025-04-17 14:58:46 +03:00 committed by GitHub
parent 8cbdd27154
commit 4aa9c56294
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +1,7 @@
# mkfs.vfat
> Create an MS-DOS filesystem inside a partition.
> More information: <https://manned.org/mkfs.vfat>.
> This command is an alias of `mkfs.fat`.
- Create a vfat filesystem inside partition 1 on device b (`sdb1`):
- View documentation for the original command:
`mkfs.vfat {{/dev/sdb1}}`
- Create filesystem with a volume-name:
`mkfs.vfat -n {{volume_name}} {{/dev/sdb1}}`
- Create filesystem with a volume-id:
`mkfs.vfat -i {{volume_id}} {{/dev/sdb1}}`
- Use 5 instead of 2 file allocation tables:
`mkfs.vfat -f 5 {{/dev/sdb1}}`
`tldr mkfs.fat`