mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 08:55:29 +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}}`
|
||||
|
||||
Reference in New Issue
Block a user