Richard W.M. Jones wrote:
...
Subject: [PATCH] NTFS: Invoke mkfs ntfs with -Q option.
By default mkfs.ntfs writes zeroes and does bad block detection
over the whole disk. This is slow and unnecessary in the virtual
case. Pass -Q option to avoid this.
---
daemon/mkfs.c | 58 ++++++++++++++++++++++++++++++++++++++++----------------
1 files changed, 41 insertions(+), 17 deletions(-)
Looks fine.