Format external hdd with two operating systems


  1. Posts : 2
    Windows 10
       #1

    Format external hdd with two operating systems


    I have a hdd on a docking station that's connected to desktop via usb, and the hdd has two OS's on it (Windows 10 and Linux Mint). What's the best way to reformat the hdd completely? Thanks!
      My Computer


  2. Posts : 18,433
    Windows 11 Pro
       #2

    Open a Command Prompt with Admin privileges ("Run as Administrator") and run the following commands:

    Code:
    diskpart
    list disk
    select disk # <-replace # with the actual number for the USB hard drive
    clean <- this will erase the disk selected above, make sure it is the USB hard drive!
    convert gpt
    create part pri
    format fs=ntfs quick
    assign
    exit
    exit
      My Computer


  3. Posts : 2
    Windows 10
    Thread Starter
       #3

    Thanks for those nice, clear instructions, NavyLCDR. It worked great!
      My Computer


  4. Posts : 18,433
    Windows 11 Pro
       #4

    Glad it worked for you!
      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 19:35.
Find Us




Windows 10 Forums