mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 12:56:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Create filesystem with a volume-name:
|
- Create filesystem with a volume-name:
|
||||||
|
|
||||||
`mkfs.exfat -n {{volume_name}} {{/dev/sdb1}}`
|
`mkfs.exfat {{[-L|--volume-label]}} {{volume_name}} {{/dev/sdXY}}`
|
||||||
|
|
||||||
- Create filesystem with a volume-id:
|
- Create filesystem with a volume-id:
|
||||||
|
|
||||||
`mkfs.exfat -i {{volume_id}} {{/dev/sdb1}}`
|
`mkfs.exfat {{[-U|--volume-guid]}} {{volume_id}} {{/dev/sdXY}}`
|
||||||
|
|||||||
@@ -5,21 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
---
|
---
|
||||||
# mkfs.vfat
|
# mkfs.vfat
|
||||||
|
|
||||||
> Create an MS-DOS filesystem inside a partition.
|
> This command is an alias of `mkfs.fat`.
|
||||||
> More information: <https://manned.org/mkfs.vfat>.
|
|
||||||
|
|
||||||
- Create a vfat filesystem inside partition 1 on device b (`sdb1`):
|
- View documentation for the original command:
|
||||||
|
|
||||||
`mkfs.vfat {{/dev/sdb1}}`
|
`tldr mkfs.fat`
|
||||||
|
|
||||||
- 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}}`
|
|
||||||
|
|||||||
Reference in New Issue
Block a user