Cannot convert flash drive to NTFS

Page 2 of 6 FirstFirst 1234 ... LastLast

  1. Posts : 6,830
    Windows 7 Ultimate 32-Bit & Windows 7 Ultimate 64-Bit
       #11

    Try using Diskpart.

    Click on the button type CMD inside the Search programs and features. Right click on CMD under neath Programs (1) choose Run as administrator. On the User Access Control window click on the Yes button. Command Prompt opens to path C:\Windows\System32>_

    Type the commands below . Press <ENTER> after every command inputted.
    Code:
    DISKPART
    LIST DISK
    SELECT DISK #
    CLEAN
    CREATE PRIMARY PARTITION
    FORMAT FS=NTFS QUICK
    EXIT
    EXIT
       Note
    The # is the USB flash drive number. Usually it is Disk 1 when you have only 1 hard drive installed. Disk 0 is your internal Hard drive
      My Computer


  2. Posts : 7,055
    Windows 7 Home Premium 32 bit
       #12

    OK, now repeat the Low Level format, but now check Perform quick wipe (just remove partitions and MBR) and then Format this device. This will just take a second to undo whatever has been done by Windows Disk Management.

    Then format to FAT32 with the HP Tool. If it goes through we will know that your pen drive is good.

    After ascertaining this, format it with the same HP Tool to NTFS.( In both cases quick format will do as your first sector will be clean)

    I shall wait for your reply before going to bed.

    EDIT: You can try VistaKing's suggestion too. your choice.:)
      My Computer


  3. Posts : 126
    Windows 7 Home Premium x64
    Thread Starter
       #13

    VistaKing said:
    Try using Diskpart.

    Click on the button type CMD inside the Search programs and features. Right click on CMD under neath Programs (1) choose Run as administrator. On the User Access Control window click on the Yes button. Command Prompt opens to path C:\Windows\System32>_

    Type the commands below . Press <ENTER> after every command inputted.
    Code:
    DISKPART
    LIST DISK
    SELECT DISK #
    CLEAN
    CREATE PRIMARY PARTITION
    FORMAT FS=NTFS QUICK
    EXIT
    EXIT
       Note
    The # is the USB flash drive number. Usually it is Disk 1 when you have only 1 hard drive installed. Disk 0 is your internal Hard drive
    So, what will be my # ?
    Attached Thumbnails Attached Thumbnails Cannot convert flash drive to NTFS-untitled.jpg  
      My Computer


  4. Posts : 24,479
    Windows 7 Ultimate X64 SP1
       #14

    You can't tell in Windows, it give drives letter, while diskpart gives them numbers. A real big clue is to look at the size of the drive in diskpart.
      My Computer


  5. Posts : 126
    Windows 7 Home Premium x64
    Thread Starter
       #15

    What to do now ?
    Attached Thumbnails Attached Thumbnails Cannot convert flash drive to NTFS-untitled.jpg  
      My Computer


  6. Posts : 7,055
    Windows 7 Home Premium 32 bit
       #16

    Yep, you can have a look at this tutorial on diskpart Clean, Clean all Disk - Clean and Clean All with Diskpart Command

    List Disk will show you all the disks, and you should select the number that shows your pen drive capacity.

    Essentially, the next clean command does the same thing, as what the LLF Tool will do when you select "Perform quick wipe (just remove partitions and MBR)"
      My Computer


  7. Posts : 6,830
    Windows 7 Ultimate 32-Bit & Windows 7 Ultimate 64-Bit
       #17

    The command is

    Code:
    CREATE PARTITION PRIMARY
    FORMAT FS=NTFS QUICK
       Note
    If you don't add the " Quick " command formatting the drive will take a while
      My Computer


  8. Posts : 24,479
    Windows 7 Ultimate X64 SP1
       #18

    You forgot the select disk #(Your USB drive) part. It will respond with Disk # is now the selected disk. Now do the format fs=ntfs quick
      My Computer


  9. Posts : 126
    Windows 7 Home Premium x64
    Thread Starter
       #19

    VistaKing said:
    The command is

    Code:
    CREATE PARTITION PRIMARY
    FORMAT FS=NTFS QUICK
       Note
    If you don't add the " Quick " command formatting the drive will take a while
    After create primary partition, I get three options.
    And format fs=ntfs quick, results in "There is no volume selected".
    Attached Thumbnails Attached Thumbnails Cannot convert flash drive to NTFS-untitled.jpg  
      My Computer


  10. Posts : 6,830
    Windows 7 Ultimate 32-Bit & Windows 7 Ultimate 64-Bit
       #20

    After you type Create primary partition type the commands below

    Code:
    SELECT PARTITION 1
    FORMAT FS=NTFS QUICK
    ASSIGN LETTER=?
    EXIT
    EXIT
       Note
    The ? Is for a drive letter .
      My Computer


 
Page 2 of 6 FirstFirst 1234 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 08:25.
Find Us