Windows 10: Can't format external USB drive.

Discus and support Can't format external USB drive. in Windows 10 Drivers and Hardware to solve the problem; I am trying to format 2 partitions on an external 1TB USB3 drive. I had 2 ExFat partitions (partitions 6 and 7) which I have deleted and created 2 new... Discussion in 'Windows 10 Drivers and Hardware' started by adamf, Feb 18, 2015.

  1. adamf Win User

    Can't format external USB drive.


    I am trying to format 2 partitions on an external 1TB USB3 drive. I had 2 ExFat partitions (partitions 6 and 7) which I have deleted and created 2 new ones using diskpart which I want to format NTFS.

    When I try to format them using disk management it hangs, explorer crashes and I have to hard power off.

    When I try diskpart I get the error "The parameter is incorrect. See the System Event Log for more information.". There is nothing to be seen at all in the system log.

    Have I created the partition table incorrectly in some way? It was originally created manually using this utility GPT fdisk | SourceForge.net

    The other partitions are working fine.
    Code: DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 113 GB 0 B * Disk 1 Online 930 GB 0 B * DISKPART> list partition Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 System 300 MB 24 KB Partition 2 Primary 119 GB 301 MB Partition 3 Primary 119 GB 119 GB Partition 4 Primary 118 GB 238 GB Partition 5 Unknown 619 MB 357 GB Partition 6 Primary 120 GB 358 GB * Partition 7 Primary 452 GB 478 GB DISKPART> FORMAT FS=NTFS LABEL="eGo" QUICK 0 percent completed DiskPart has encountered an error: The parameter is incorrect. See the System Event Log for more information. DISKPART> select partition 6 Partition 6 is now the selected partition. DISKPART> FORMAT FS=NTFS LABEL="empty" QUICK 0 percent completed DiskPart has encountered an error: The parameter is incorrect. See the System Event Log for more information. DISKPART>[/quote] Code: C:\Users\adam\Downloads\gdisk-windows-0.8.10>gdisk64.exe 1: GPT fdisk (gdisk) version 0.8.10 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): r Recovery/transformation command (? for help): o Disk size is 244011446 sectors (930.8 GiB) MBR disk identifier: 0x00000000 MBR partitions: Number Boot Start Sector End Sector Status Code 1 1 244011445 primary 0xEE Recovery/transformation command (? for help): p Disk 1:: 244011446 sectors, 930.8 GiB Logical sector size: 4096 bytes Disk identifier (GUID): xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx Partition table holds up to 128 entries First usable sector is 6, last usable sector is 244011440 Partitions will be aligned on 2-sector boundaries Total free space is 427 sectors (1.7 MiB) Number Start (sector) End (sector) Size Code Name 1 6 76805 300.0 MiB EF00 EFI System Partition 2 77056 31327055 119.2 GiB 0700 VMS 3 31327056 62609823 119.3 GiB 0700 FAT 4 62609824 93733915 118.7 GiB AF00 Yosemite Recovery 5 93733916 93892607 619.9 MiB AB00 Recovery HD 6 93892608 125349887 120.0 GiB 0700 Basic data partition 7 125349888 244011263 452.7 GiB 0700 Basic data partition Recovery/transformation command (? for help): q C:\Users\adam\Downloads\gdisk-windows-0.8.10>[/quote] Attachment 12896

    :)
     
    adamf, Feb 18, 2015
    #1
  2. nancy3243 Win User

    Hope this isn't true but Windows 10 File History Backup Support is not available to users?

    This can't be true. File History Backup to External USB Drive was working fine but now needs help. I am now doing a full format on the External drive (takes a very long time) in hopes that this will fix problems. The quick format was quick but didn't
    solve the problems. It seems when trying to do the backup it returns an error saying that the format of the drive is not NTSF, on a Network Drive, and etc. Please give some advice.

    ***Post moved by the moderator to the appropriate forum category.***
     
    nancy3243, Feb 18, 2015
    #2
  3. Time Lady Win User
    Windows 10 - formatting external drives to FAT16/32

    Hello Brian, try this:

    Format USB flash drive or external hard drive into FAT32 using CMD command line

    A simple and free way to format your flash drive or external hard drive to FAT32 in brand new Windows 10 is using CMD command line, a built-in FAT32 format tool which enables you to format/create/delete/extend/shrink partition without rebooting the system.
    If you want to use this tool to format the flash drive or external hard drive to FAT32, please try the following steps:

    1. Open a command window by directly typing CDM in Windows 10 "Search the web and Windows" box. Windows 10 will show you the best match Command Prompt.

    2. Type the command "format /FS:FAT32 H:" at the prompt. H is the drive letter of your USB or external hard drive in Windows 10. If it's not for your case, replace the drive letter H with your own letter.

    3. Hit Enter. Windows 10 will go ahead and begin formatting the USB flash drive or external hard drive into FAT32.

    From:
    https://www.easeus.com/partition-master/format-...
     
    Time Lady, Feb 18, 2015
    #3
  4. Brink
    Brink New Member

    Can't format external USB drive.

    Hello Adam,

    Test with the command below instead to see if it may work. *Smile

    FORMAT FS=NTFS /V=eGo /Q
     
    Brink, Feb 18, 2015
    #4
  5. adamf Win User
    Invalid syntax unfortunately.

    PHP Code: DISKPART> FORMAT FS=NTFS /V=eGo /Q
    The arguments specified for this command are not valid.
    For more information on the command type: HELP FORMAT
    I've confirmed it isn't the drive as I can format on another 8.1 computer. It isn't the USB hardware as when I boot this PC into OSX it works fine. In windows 10 the newly formatted NTFS partitions I can write to but not delete or copy big files so it isn't just formatting.

    It is connecting through UAS which is new for me. I'll have to check the drivers, disabling the controller and so on I guess.
     
    adamf, Feb 18, 2015
    #5
  6. WHS
    whs Win User
    That looks like a W10 bug to me. I would report it.
     
  7. adamf Win User
    I think so - I just need to work out what to say. It is connecting through here:

    Attachment 12929

    Things that connect through USB mass storage device work. Things that connect through USB attached SCSI don't. Every driver says "Driver version 10.0.9926.0"

    It would be interesting to know if anyone else can connect to external drive using UAS and if it works if the drivers look like this (Right click on drive, Properties, Hardware tab, Properties, Driver tab, Driver Details)

    Attachment 12930

    Edit I've marked this thread solved and asked the same (hopefully more clearly) here Can anyone use USB attached SCSI in 10? *Smile
     
    adamf, Apr 5, 2018
    #7
Thema:

Can't format external USB drive.

Loading...
  1. Can't format external USB drive. - Similar Threads - Can't format external

  2. Formatting an external drive

    in Windows 10 Network and Sharing
    Formatting an external drive: when you format an external "exfat" SSD drive to "NTFS" or vise versa doesn't all the data/files & folders get deleted? https://answers.microsoft.com/en-us/windows/forum/all/formatting-an-external-drive/fa2d4bb5-7bcc-4573-804c-ce87d5122c5b
  3. Formatting an external drive

    in Windows 10 Gaming
    Formatting an external drive: when you format an external "exfat" SSD drive to "NTFS" or vise versa doesn't all the data/files & folders get deleted? https://answers.microsoft.com/en-us/windows/forum/all/formatting-an-external-drive/fa2d4bb5-7bcc-4573-804c-ce87d5122c5b
  4. Formatting an external drive

    in Windows 10 Software and Apps
    Formatting an external drive: when you format an external "exfat" SSD drive to "NTFS" or vise versa doesn't all the data/files & folders get deleted? https://answers.microsoft.com/en-us/windows/forum/all/formatting-an-external-drive/fa2d4bb5-7bcc-4573-804c-ce87d5122c5b
  5. Cannot format USB external drive.

    in Windows 10 Network and Sharing
    Cannot format USB external drive.: I used a 32GB external USB drive to run a linux distro off. This worked fine but when I wanted to reformat the USB to be used as a normal storage device, it did not appear in the 'Devices and Drivers' part of File Explorer. I attempted to use Disk Management, which it...
  6. Can't format USB drive in NTFS format

    in Windows 10 Network and Sharing
    Can't format USB drive in NTFS format: I have a sandisk 128gig flashdrive its in exFAT, every time i try to re format it into NTFS format it gives me an error pop up saying "windows was unable to complete the format" i need it for the extra storage space, hope anyone knows the solution. please get back to me....
  7. Formatted USB Drive

    in Windows 10 Network and Sharing
    Formatted USB Drive: I accidentally formatted a pen drive and was wondering is there any way that I can recover data & files? https://answers.microsoft.com/en-us/windows/forum/all/formatted-usb-drive/9646d9c8-a251-44d1-8b1a-4b4132c5e0c1"
  8. Which format for an external drive

    in Windows 10 Drivers and Hardware
    Which format for an external drive: I just bought a Seagate portable USB hard drive. It was supplied formatted as an ex-FAT drive. I changed this to NTFS. What's the 'best' format to use for external drives for Windows 10 use only? 139483
  9. Format external hard drive

    in Windows 10 Network and Sharing
    Format external hard drive: I’d like to format an external hard drive in windows 10. Please, give me instructions. https://answers.microsoft.com/en-us/windows/forum/all/format-external-hard-drive/78657fa9-d525-422d-a53a-44d4f459d0b4"
  10. Formating USB drive

    in Windows 10 Drivers and Hardware
    Formating USB drive: How can I format a USB memory to 2048 Byte size. https://answers.microsoft.com/en-us/windows/forum/all/formating-usb-drive/cb81e9aa-877a-4513-a175-81afae642744