diff --git a/pages/linux/mkfs.vfat.md b/pages/linux/mkfs.vfat.md index 22bd41d1c3..62b00856fb 100644 --- a/pages/linux/mkfs.vfat.md +++ b/pages/linux/mkfs.vfat.md @@ -1,20 +1,7 @@ # mkfs.vfat -> Create an MS-DOS filesystem inside a partition. -> More information: . +> 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`