Adding another hard disk


  1. Posts : 621
    Windows 10 Pro 19042 x64
       #1

    Adding another hard disk


    Hello,
    Planning to remove a hard disk from my old computer and install it as third disk in the new computer for data only.
    It has on it the crippled windows 10.
    Before using it I have to wipe it clean (partition, format), but first when I turn on the computer, will it affect my helthy win 10 on the new computer (two operating systems ?).
    And another thing, is there any jumper settings on the disk (I remember the days I installed IDE disks), this one as the others is SATA.
    In the bios settings is first the optical drive, then second the disk with the system on it.
    Answers will be appreciated.
    Thanks
    Motim
      My Computer


  2. Posts : 15,485
    Windows10
       #2

    Just put drive in new pc and then enter the following commands from an admin command prompt

    Code:
    diskpart
    list disk
    select disk n (replace n with number of drive)
    clean (be certain you have selected correct drive as this wipes everything
    create partition primary
    select partition 1
    format fs=ntfs quick
    assign
    exit
    exit
    Disk is now ready for use.
    Last edited by cereberus; 01 Sep 2018 at 15:44.
      My Computer


  3. Posts : 8,107
    windows 10
       #3

    SATA isn't like ide there is no need for jumpers
      My Computer


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

    cereberus said:
    Just put drive in new pc and then enter the following commands from an admin command prompt

    Code:
    diskpart
    list disk
    select volume n (replace n with number of drive)
    clean (be certain you have selected correct drive as this wipes everything
    create partition primary
    select partition 1
    format fs=ntfs quick
    assign
    exit
    exit
    Disk is now ready for use.
    Shouldn't "select volume n" be "select disk n"?

    Or does selecting a volume on the drive also select the entire drive for the purposes of the clean command? Also, how is the volume # obtained from the list disk command?
    Also, if it were I, I would add "convert gpt" after the clean command.
    Last edited by NavyLCDR; 01 Sep 2018 at 15:22.
      My Computer


  5. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #5

    I would add "covert gpt"
    Is that to make it a hidden GPT partition

    Oh, you meant
    I would add "convert gpt"


    Sorry, couldn't help myself. Saturday and I'm bored.
      My Computers


  6. Posts : 18,432
    Windows 11 Pro
       #6

    Ztruker said:
    Is that to make it a hidden GPT partition

    Oh, you meant

    Sorry, couldn't help myself. Saturday and I'm bored.
    Dang autoconnect!

    Edit: autocorrect
      My Computer


  7. Posts : 15,485
    Windows10
       #7

    NavyLCDR said:
    Shouldn't "select volume n" be "select disk n"?

    Or does selecting a volume on the drive also select the entire drive for the purposes of the clean command? Also, how is the volume # obtained from the list disk command?
    Also, if it were I, I would add "convert gpt" after the clean command.
    My mistake - corrected.

    Re. GPT - you only need that if OP is booting from it in UEFI, or drive is over 2TB.
      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 09:10.
Find Us




Windows 10 Forums