locked
How to format with exFAT in DOS command ? RRS feed

  • Question

  • As title.
    I would like to execute dos command "format" to format some stroage with exFAT file-format.
    How do I do ?
    For example, if I formated E:\ with NTFS, I type the command-line such as "format /FS:NTFS E".

    Thanks.
    • Moved by nobugz Monday, October 5, 2009 9:45 AM use technet forums (From:Visual C++ Express Edition)
    Monday, October 5, 2009 8:25 AM

Answers

  • Hello,

    I'd do:

    format e: /fs:exFAT

    Further questions on this subject should be asked in the Windows forum on Microsoft Community.

    As the Microsoft Community is on a different platform, we cannot move the question for you.

    Once there, click on Participate near the top of the screen, and select 'Ask a Question' or 'Start a Discussion':

    Karl

    Karl


    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})


    • Edited by Just Karl Wednesday, April 8, 2015 10:06 PM
    • Proposed as answer by Just Karl Friday, April 17, 2015 8:19 PM
    • Marked as answer by Just Karl Monday, May 4, 2015 10:37 PM
    Wednesday, April 8, 2015 10:04 PM

All replies

  • Try a colon after the volume.  In your example, try "e:".

    Another example is here http://infotechnotes.blogspot.com/2015/02/command-line-formatting-for-readyboost.html
    Wednesday, February 18, 2015 5:24 AM
  • Hello,

    I'd do:

    format e: /fs:exFAT

    Further questions on this subject should be asked in the Windows forum on Microsoft Community.

    As the Microsoft Community is on a different platform, we cannot move the question for you.

    Once there, click on Participate near the top of the screen, and select 'Ask a Question' or 'Start a Discussion':

    Karl

    Karl


    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})


    • Edited by Just Karl Wednesday, April 8, 2015 10:06 PM
    • Proposed as answer by Just Karl Friday, April 17, 2015 8:19 PM
    • Marked as answer by Just Karl Monday, May 4, 2015 10:37 PM
    Wednesday, April 8, 2015 10:04 PM