mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 05:58:57 +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-label:
|
||||
|
||||
`mkfs.ntfs -L {{volume_label}} {{/dev/sdXY}}`
|
||||
`mkfs.ntfs {{[-L|--label]}} {{volume_label}} {{/dev/sdXY}}`
|
||||
|
||||
- Create filesystem with specific UUID:
|
||||
|
||||
`mkfs.ntfs -U {{UUID}} {{/dev/sdXY}}`
|
||||
`mkfs.ntfs {{[-U|--with-uuid]}} {{UUID}} {{/dev/sdXY}}`
|
||||
|
||||
Reference in New Issue
Block a user