Without --quick mkfs.ntfs will zero the entire device, which can take
a very long time.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Disseldorp <ddiss@suse.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
# restrict to 2000 blocks
postargs=2000
;;
+ ntfs)
+ # "quick" format that doesn't zero the entire device
+ postargs="--quick"
+ ;;
reiserfs|reiser4)
preop="echo y |"
preargs="-f"