Custom Search

Sunday, June 12, 2011

How to Quick NTFS format in Linux

How to Quick NTFS format in Linux
#mkfs.ntfs -f /dev/sdb1

1 comment:

  1. from manual
    -f, --fast, -Q, --quick
    Perform quick (fast) format. This will skip both zeroing of the volume and bad sector checking.

    ReplyDelete