Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-19 00:18:18 +00:00
parent 6895198b2b
commit 846fc1563d
14 changed files with 84 additions and 37 deletions

View File

@@ -8,14 +8,14 @@ source: https://github.com/tldr-pages/tldr.git
> Create a NTFS filesystem inside a partition.
> More information: <https://manned.org/mkfs.ntfs>.
- Create a NTFS filesystem inside partition 1 on device b (`sdb1`):
- Create a NTFS filesystem inside partition Y on device X:
`mkfs.ntfs {{/dev/sdb1}}`
`mkfs.ntfs {{/dev/sdXY}}`
- Create filesystem with a volume-label:
`mkfs.ntfs -L {{volume_label}} {{/dev/sdb1}}`
`mkfs.ntfs -L {{volume_label}} {{/dev/sdXY}}`
- Create filesystem with specific UUID:
`mkfs.ntfs -U {{UUID}} {{/dev/sdb1}}`
`mkfs.ntfs -U {{UUID}} {{/dev/sdXY}}`