Initialise & Format [GPT] WD External HDD

Page 3 of 3 FirstFirst 123

  1. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #21

    STARTED:- Sunday the 04-Sep-2022 at 13:10 on the WD 3TB HDD [ Internal ].

    Code:
    
    diskpart
    list disk
    select disk 2
    clean all
    convert GPT
    create part primary
    format fs=NTFS quick label=WD_3TB_Int
    assign letter=W
    exit
    exit

    I attached the drive internally and it was recognised straight away.

    I will report back some time later.

    FINISHED:- ALL details posted further down in the Thread.
    Last edited by Paul Black; 04 Sep 2022 at 15:06.
      My Computer


  2. TV2
    Posts : 2,221
    W10 Pro 22H2
       #22

    Very cool.
    Should be done around 23:00!

    Clean All repairs a number of aggravating disk problems.
      My Computers


  3. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #23

    Hello @TV2,

    TV2 said:
    Clean All repairs a number of aggravating disk problems.
    Exactly.

    I decided to use clean all because the HDD had become RAW, so my thinking was, do it right the FIRST time.

    As you have probably seen from my other Threads, I keep them updated with the ongoing processes so as to help others who may be following them, or come across them in the future.

    TV2 said:
    Should be done around 23:00!
    I am running it on my Desktop i3, so we shall see. I did estimate it to be between 9 - 10 hours.

      My Computer


  4. TV2
    Posts : 2,221
    W10 Pro 22H2
       #24

    The process time is more dependent on the speed of the drive and the SATA controller. A 7200 RPM goes faster than a 5400 RPM. SATA 3 goes faster than SATA 2, etc, etc. The processor is not a bottleneck.
      My Computers


  5. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #25

    STARTED:- Sunday the 04-Sep-2022 at 13:10 on the WD 3TB HDD [ Internal ].

    Code:
    
    diskpart
    list disk
    select disk 2
    clean all
    convert GPT
    create part primary
    format fs=NTFS quick label=WD_3TB_Int
    assign letter=W
    exit
    exit

    FINISHED:- Sunday the 04-Sep-2022 at 20:25 [ 7.25 Hours ].

    Code:
    
    C:\Windows\system32>diskpart
    
    Microsoft DiskPart version 10.0.18362.1
    
    Copyright (C) Microsoft Corporation.
    On computer: System-Admin-DT
    
    DISKPART> list disk
    
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          111 GB    11 GB        *
      Disk 1    Online          149 GB      0 B
      Disk 2    Online         2794 GB  1698 GB
    
    DISKPART> select disk 2
    
    Disk 2 is now the selected disk.
    
    DISKPART> clean all
    
    DiskPart succeeded in cleaning the disk.
    
    DISKPART> convert GPT
    
    DiskPart successfully converted the selected disk to GPT format.
    
    DISKPART> create part primary
    
    DiskPart succeeded in creating the specified partition.
    
    DISKPART> format fs=NTFS quick label=WD_3TB_Int
    
      100 percent completed
    
    DiskPart successfully formatted the volume.
    
    DISKPART> assign letter=W
    
    DiskPart successfully assigned the drive letter or mount point.
    
    DISKPART> exit
    
    Leaving DiskPart...
    
    C:\Windows\system32>diskpart
    
    Microsoft DiskPart version 10.0.18362.1
    
    Copyright (C) Microsoft Corporation.
    On computer: System-Admin-DT
    
    DISKPART> list disk
    
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          111 GB    11 GB        *
      Disk 1    Online          149 GB      0 B
      Disk 2    Online         2794 GB      0 B        *
    
    DISKPART> select disk 2
    
    Disk 2 is now the selected disk.
    
    DISKPART> list part
    
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    Reserved            15 MB    17 KB
      Partition 2    Primary           2794 GB    16 MB
    
    DISKPART> exit
    
    Leaving DiskPart...
    
    C:\Windows\system32>
    
    
    
    Initialise & Format [GPT] WD External HDD-image.png

    @jumanji, as requested.

    Code:
    
    C:\Windows\system32>fsutil fsinfo ntfsinfo W:
    
    NTFS Volume Serial Number :        0x98925b9b925b7ca6
    NTFS Version      :                3.1
    LFS Version       :                2.0
    Total Sectors     :                5,860,499,455  (2.7 TB)
    Total Clusters    :                  732,562,431  (2.7 TB)
    Free Clusters     :                  732,514,529  (2.7 TB)
    Total Reserved Clusters :                  1,024  (4.0 MB)
    Reserved For Storage Reserve :                 0  (0.0 KB)
    Bytes Per Sector  :                512
    Bytes Per Physical Sector :        4096
    Bytes Per Cluster :                4096
    Bytes Per FileRecord Segment    :  1024
    Clusters Per FileRecord Segment :  0
    Mft Valid Data Length :            256.00 KB
    Mft Start Lcn  :                   0x00000000000c0000
    Mft2 Start Lcn :                   0x0000000000000002
    Mft Zone Start :                   0x00000000000c0000
    Mft Zone End   :                   0x00000000000cc820
    MFT Zone Size  :                   200.13 MB
    Max Device Trim Extent Count :     0
    Max Device Trim Byte Count :       0
    Max Volume Trim Extent Count :     62
    Max Volume Trim Byte Count :       0x40000000
    Resource Manager Identifier :      1EF1FA10-2C7C-11ED-A536-902B34108402
    
    C:\Windows\system32>
    

    SOLVED



    Here is the link to my original Thread which instigated the necessity to perform this process . . .

    > 3 TB WD External Hard Drive NOT Working [ RAW ]

    I hope these help others.
    Last edited by Paul Black; 05 Sep 2022 at 05:41.
      My Computer


  6. TV2
    Posts : 2,221
    W10 Pro 22H2
       #26

    Nice! Congrats!
      My Computers


  7. Posts : 11,628
    Windows11 Home 64bit v:23H2 b:22631.3374
       #27

    @Paul Black,

    Thanks for the return feed.

    You are good to go.:

    Here is my 5TB Trial HDD for comparison

    Initialise & Format [GPT] WD External HDD-05-09-2022-07-19-20.jpg

    Link to the originating thread: 3 TB WD External Hard Drive NOT Working [ RAW ]
    Last edited by jumanji; 04 Sep 2022 at 23:01.
      My Computer


  8. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #28

    jumanji said:
    Thanks for the return feed.
    You are VERY welcome.

    Thanks for the comparison information.
      My Computer


  9. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #29

    I have just noticed something interesting.

    The below is the output AFTER I had performed the clean all and NTFS Formatted my 3TB WD External HDD.
    This is now installed as an Internal Disk.
    I performed the above while it was installed Internally as opposed to when it was in the 'Docking Station'.

    Code:
    
    C:\Windows\system32>fsutil fsinfo ntfsinfo W:
    
    NTFS Volume Serial Number :        0x98925b9b925b7ca6
    NTFS Version      :                3.1
    LFS Version       :                2.0
    Total Sectors     :                5,860,499,455  (2.7 TB)
    Total Clusters    :                  732,562,431  (2.7 TB)
    Free Clusters     :                  732,514,529  (2.7 TB)
    Total Reserved Clusters :                  1,024  (4.0 MB)
    Reserved For Storage Reserve :                 0  (0.0 KB)
    Bytes Per Sector  :                512 <---------
    Bytes Per Physical Sector :        4096
    Bytes Per Cluster :                4096
    Bytes Per FileRecord Segment    :  1024 <---------
    Clusters Per FileRecord Segment :  0
    Mft Valid Data Length :            256.00 KB
    Mft Start Lcn  :                   0x00000000000c0000
    Mft2 Start Lcn :                   0x0000000000000002
    Mft Zone Start :                   0x00000000000c0000
    Mft Zone End   :                   0x00000000000cc820
    MFT Zone Size  :                   200.13 MB
    Max Device Trim Extent Count :     0
    Max Device Trim Byte Count :       0
    Max Volume Trim Extent Count :     62
    Max Volume Trim Byte Count :       0x40000000
    Resource Manager Identifier :      1EF1FA10-2C7C-11ED-A536-902B34108402
    
    C:\Windows\system32>
    

    The below is from my OTHER identical 3TB WD External HDD which has NOT been touched and is used as is from the factory. This is still an External Disk connected via a USB.

    Code:
    
    C:\Windows\system32>fsutil fsinfo ntfsinfo G:
    
    NTFS Volume Serial Number :        0x54d8d96ad8d94abe
    NTFS Version      :                3.1
    LFS Version       :                1.1
    Total Sectors     :                732,558,079  (2.7 TB)
    Total Clusters    :                732,558,079  (2.7 TB)
    Free Clusters     :                358,151,162  (1.3 TB)
    Total Reserved Clusters :                1,281  (5.0 MB)
    Reserved For Storage Reserve :               0  (0.0 KB)
    Bytes Per Sector  :                4096 <---------
    Bytes Per Physical Sector :        4096
    Bytes Per Cluster :                4096
    Bytes Per FileRecord Segment    :  4096 <---------
    Clusters Per FileRecord Segment :  1
    Mft Valid Data Length :            548.00 MB
    Mft Start Lcn  :                   0x00000000000c0000
    Mft2 Start Lcn :                   0x0000000015d4f97f
    Mft Zone Start :                   0x0000000000000000
    Mft Zone End   :                   0x0000000000000000
    MFT Zone Size  :                   0.00 KB
    Max Device Trim Extent Count :     0
    Max Device Trim Byte Count :       0
    Max Volume Trim Extent Count :     62
    Max Volume Trim Byte Count :       0x40000000
    Resource Manager Identifier :      B705A8C7-9442-11E3-A459-F46D04D2DA6D
    
    C:\Windows\system32>
    

    I assume that the difference is because Internal and External Disks are treated differently ?

    I have marked the differences with <---------.

    I have 'Saved Files', 'Deleted Files', 'Amended Files', created 'Folders', 'Deleted Folders', 'Amended Folders', etc on the Internal Disk, and all works as expected !
      My Computer


 

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

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




Windows 10 Forums