mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 10:55:36 +02:00
mkfs.exfat: update page (#16185)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
e71490a5e5
commit
4d1417cd66
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
- 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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue