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:
parent
8cbdd27154
commit
4aa9c56294
1 changed files with 3 additions and 16 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue