2015-12-31 15:21:07 +00:00
|
|
|
# mkfs.ntfs
|
|
|
|
|
|
|
|
> Creates a NTFS filesystem inside a partition.
|
2021-08-16 11:34:01 +01:00
|
|
|
> More information: <https://manned.org/mkfs.ntfs>.
|
2015-12-31 15:21:07 +00:00
|
|
|
|
|
|
|
- Create a NTFS filesystem inside partition 1 on device b (`sdb1`):
|
|
|
|
|
|
|
|
`mkfs.ntfs {{/dev/sdb1}}`
|
|
|
|
|
|
|
|
- Create filesystem with a volume-label:
|
|
|
|
|
2016-07-22 21:24:06 +01:00
|
|
|
`mkfs.ntfs -L {{volume_label}} {{/dev/sdb1}}`
|
2015-12-31 15:21:07 +00:00
|
|
|
|
|
|
|
- Create filesystem with specific UUID:
|
|
|
|
|
|
|
|
`mkfs.ntfs -U {{UUID}} {{/dev/sdb1}}`
|