2025-03-14 21:59:59 -06:00
|
|
|
# mkfs.ntfs
|
|
|
|
|
|
|
|
|
|
> Create a NTFS filesystem inside a partition.
|
|
|
|
|
> More information: <https://manned.org/mkfs.ntfs>.
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
- Create a NTFS filesystem inside partition Y on device X:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`mkfs.ntfs {{/dev/sdXY}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Create filesystem with a volume-label:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`mkfs.ntfs {{[-L|--label]}} {{volume_label}} {{/dev/sdXY}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Create filesystem with specific UUID:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`mkfs.ntfs {{[-U|--with-uuid]}} {{UUID}} {{/dev/sdXY}}`
|