1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:55:23 +02:00
tldr/pages/linux/mkfs.ntfs.md

17 lines
400 B
Markdown
Raw Normal View History

2015-12-31 16:21:07 +01:00
# mkfs.ntfs
> Create a NTFS filesystem inside a partition.
> More information: <https://manned.org/mkfs.ntfs>.
2015-12-31 16:21:07 +01:00
- Create a NTFS filesystem inside partition Y on device X:
2015-12-31 16:21:07 +01:00
`mkfs.ntfs {{/dev/sdXY}}`
2015-12-31 16:21:07 +01:00
- Create filesystem with a volume-label:
`mkfs.ntfs {{[-L|--label]}} {{volume_label}} {{/dev/sdXY}}`
2015-12-31 16:21:07 +01:00
- Create filesystem with specific UUID:
`mkfs.ntfs {{[-U|--with-uuid]}} {{UUID}} {{/dev/sdXY}}`