Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-18 00:18:56 +00:00
parent bc83e28459
commit 6895198b2b
2 changed files with 5 additions and 18 deletions

View File

@@ -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}}`