Share via

Formatting a new Western Digital HDD in Windows 10 with a USB 3.0 Docking Station

Anonymous
2021-01-28T21:43:58+00:00

I have been unsuccessfully trying to format a couple of new Western Digital HDD using a couple of different USB 3.0 docking stations.  I can see the disc in Disc Management but it is not recognized in Windows Explorer.  I have tried both device setups but it still will not recognized in Explorer so I cannot move on to formatting.  I have tried on several different computers.  Sometimes I get a message saying JMicron SCSI device.  These will be outboard data discs mostly, but I want to use one 4-TB HDD as a replacement inboard second data-only drive on a desktop machine.  Any suggestions will be most welcome.  Thank you very much!

Windows for home | Windows 10 | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. DaveM121 (2) 13,460 Reputation points Volunteer Moderator
    2021-01-28T22:39:23+00:00

    Hi Mark

    Click your Start Button, then just type cmd

    On the resulting list, right click Command Prompt and choose 'Run as Administrator'

    Run this command and hit Enter: 

    diskpart 

    Run this command and hit Enter: 

    list disk 

    (Make note of the disk number you want to convert and enter it into the next command - replace X) 

    Run this command and hit Enter: 

    select disk X 

    Run this command and hit Enter: 

    clean 

    Run this command and hit Enter: 

    convert gpt 

    Then close Command Prompt and open Disk Management

    Right click the 'Unallocated Space' on that drive and choose 'New - Simple Volume', accept the defaults and apply that . . .

    3 people found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Anonymous
    2021-01-29T14:40:38+00:00

    It is strange you are having a problem because Disk Management, when it sees an uninitialized drive, it will ask you if you want to initialize it.  

    And don't mark any partitions as active unless you are running an older Legacy install and are setting up a System (booting) partition..

    I remember having a JMicron controller on an old motherboard and I seem to remember it was related to eSATA.. which is not on any of the new motherboards.  But they do appear to still be manufacturing new type of interfaces so if it is a new external caddy, it may be that.

    A few months ago I had to purchase a newer version of an external USB caddy because it would not work with SSD drives..  The newer one worked fine.

    1 person found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Anonymous
    2021-01-28T22:46:27+00:00

    Hello Mark, how are you?

    Welcome to the Microsoft Community!

    My name is Paloma B., I'm an independent advisor, I'm here to help you in the best possible way.

    I understand that you would like to format your disk.

    Please perform the procedures below.

    First open the Command Prompt, press Windows + R, type cmd and click OK.

    1. In the Prompt type DISKPART, when it opens, DISKPART will appear on the left.
    2. Type LIST DISK, this command will list the hard drives installed on the machine, pay close attention not to choose the wrong hard drive.
    3. Type SELECT DISK “X”, in place of the X put the number for the HD you want to format, put without quotes.
    4. Now just type the commands below and press Enter at each command.
    5. Commands:

    CLEAN

    CREATE PARTITION PRIMARY

    SELECT PARTITION 1

    ACTIVE

    FORMAT FS=NTFS QUICK

    ASSIGN

    EXIT

    I await news.

    If these procedures helped you in any way, please click on "I solved my problem" and also mark as an answer, so you can help others users.

    We will always be available for whatever you need!

    1 person found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-01-31T21:01:44+00:00

    Thanks for your help.  I got everything working now.  My caddy is OK but I tried on an older machine first.  I also had to reassign the drive letters. Thanks again...

    ML

    0 comments No comments
  2. Anonymous
    2021-01-31T20:51:47+00:00

    Thanks very much for the reply.  I had been stumped for a while, and it has been a few years since my command prompt days!  I had 3 new OEM drives and Disk Manager was not working for me.  Once I went thru your clearly laid out instructions I was able to get the initialization going and could change drive letters, etc.  I was close to giving up but alas, your answer saved my butt.  Thanks again for getting back to me so quickly.  I waited to reply until I could get thru all the drives.  One was 4TB and I did a low level overnight format because I had to switch back and forth from MBR to GPT.  Thanks again, everything is working great now.  Take care.

    ML

    0 comments No comments