How do you convert FAT to NTFS?

prithvi

prithvi

@prithvi-U0LMiJ Oct 25, 2024
what is the way to convert fat file system into ntfs.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Ashraf HZ

    Ashraf HZ

    @Ash Mar 13, 2008

    A quick way would be:
    1. Open Command Prompt. Click Start, point to All Programs, point to Accessories, and then click Command Prompt.
    2. In the command prompt window, type: convert drive_letter: /fs:ntfs
    eg:
    convert C: /fs:ntfs
    Source: #-Link-Snipped-#