mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 04:43:49 +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:
|
||||
|
||||
`mkfs.exfat -n {{volume_name}} {{/dev/sdb1}}`
|
||||
`mkfs.exfat {{[-L|--volume-label]}} {{volume_name}} {{/dev/sdXY}}`
|
||||
|
||||
- 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
|
||||
|
||||
> 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`
|
||||
|
||||
Reference in New Issue
Block a user