how to format NTFS partition in Debian?

link|improve this question
only terminal commands please – Abdul Khaliq Dec 20 '10 at 8:59
feedback

migrated from stackoverflow.com Dec 20 '10 at 9:01

This question came from our site for professional and enthusiast programmers.

1 Answer

# apt-get install ntfsprogs
# mkfs -t ntfs /dev/part
link|improve this answer
thanks appreciate ur answer how can i quick format ? – Abdul Khaliq Dec 20 '10 at 10:06
@Abdul Khaliq: just re-create fs with 2-nd command (it is quite quick) – barti_ddu Dec 20 '10 at 10:21
mksf.ntfs -f /dev check mkfs.ntfs --help – borrel Aug 14 '11 at 20:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.