LinuxCommandLibrary

mkntfs

creates NTFS filesystems

TLDR

Create NTFS filesystem

$ mkntfs [/dev/sdb1]
copy
Quick format
$ mkntfs -f [/dev/sdb1]
copy
Set volume label
$ mkntfs -L "[Label]" [/dev/sdb1]
copy
Verbose output
$ mkntfs -v [/dev/sdb1]
copy
Force creation
$ mkntfs -F [/dev/sdb1]
copy
Set cluster size
$ mkntfs -c [4096] [/dev/sdb1]
copy

SYNOPSIS

mkntfs [options] device

DESCRIPTION

mkntfs creates NTFS filesystems. NTFS is Windows' native filesystem.
The tool is part of ntfs-3g/ntfsprogs. Creates compatible NTFS volumes.

PARAMETERS

DEVICE

Block device to format.
-f
Quick format.
-L LABEL
Volume label.
-v
Verbose output.
-F
Force creation.
-c SIZE
Cluster size.
--help
Display help information.

CAVEATS

Destroys existing data. Part of ntfs-3g. Windows compatibility.

HISTORY

mkntfs is part of ntfs-3g project, providing NTFS filesystem creation on Linux.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community