Results 1 to 14 of 14

Thread: Installing an OS Without Wiping the HD

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Nosjack's Avatar Praepositus
    Join Date
    Dec 2010
    Location
    Deep in the bowels of the Forest Temple
    Posts
    5,207

    Default Installing an OS Without Wiping the HD

    Greetings techies.

    First, some background:
    I built a new PC a couple years ago, new Mobo, CPU, RAM, PSU, and Hard drive. I kept the old GPU and HD. I installed Win 7 (upgraded from Vista) on the old HD, and installed all my games and such on the new (faster) drive. Now that I think of it I should have just installed the OS on the new HD and left the old one for a backup, but nothing I can do about now.

    So, here's the problem. My PC has begun slowing down, just doing normal stuff. Looking through files, opening random programs takes much longer, which leads me to believe that my several year old HD that contains the OS is failing. Is there a way I can install the OS on the new drive without wiping all of my game files?

    Even if the HD isn't failing, I'd still like to install the OS on the newer HD, just because it's newer and much faster.

  2. #2

    Default Re: Installing an OS Without Wiping the HD

    Maybe try cloning your current HD with OS with Macrium Reflect?
    American, French, Israeli and British government's ILLEGAL aggression against the Syrian people, without any proof for chemical attacks in Douma, and without waiting for OPCW to conduct their investigation..
    Sons of *******, leave that poor, war torn country in peace.
    If you are a citizen of one of these countries, then DO NOT ask any help from me on these forums, since, in protest against this aggression by your governments, I do not provide assistance/help anymore.
    Let Syria be finally in peace.

    A video of false chemical attack in Douma, Syria, which led to Western illegal attacks.

  3. #3

    Default Re: Installing an OS Without Wiping the HD

    Make a new partition, and install Windows to that. Then copy over all your files from the old partition, format the old partition, and merge it with the new one.
    Under the Patronage of Leonidas the Lion|Patron of Imperator of Rome - Dewy - Crazyeyesreaper|American and Proud

  4. #4
    Nosjack's Avatar Praepositus
    Join Date
    Dec 2010
    Location
    Deep in the bowels of the Forest Temple
    Posts
    5,207

    Default Re: Installing an OS Without Wiping the HD

    Quote Originally Posted by Bolkonsky View Post
    Make a new partition, and install Windows to that. Then copy over all your files from the old partition, format the old partition, and merge it with the new one.
    Never mind, I just created a new partition, installed the OS and I'm going to format the old drive once I backup the files.

    Thanks to both of you for your answers.

    Is there any reason why my OS and game files can't be on separate partitions?
    Last edited by Nosjack; December 05, 2012 at 09:40 PM.

  5. #5

    Default Re: Installing an OS Without Wiping the HD

    American, French, Israeli and British government's ILLEGAL aggression against the Syrian people, without any proof for chemical attacks in Douma, and without waiting for OPCW to conduct their investigation..
    Sons of *******, leave that poor, war torn country in peace.
    If you are a citizen of one of these countries, then DO NOT ask any help from me on these forums, since, in protest against this aggression by your governments, I do not provide assistance/help anymore.
    Let Syria be finally in peace.

    A video of false chemical attack in Douma, Syria, which led to Western illegal attacks.

  6. #6
    Nosjack's Avatar Praepositus
    Join Date
    Dec 2010
    Location
    Deep in the bowels of the Forest Temple
    Posts
    5,207

    Default Re: Installing an OS Without Wiping the HD

    Alright, everything is working. Except, I'm not able to format the old drive. I'm assuming this is because it has OS files on it. How would I go about formatting it?

  7. #7
    irishron's Avatar Cura Palatii
    Moderator Emeritus

    Join Date
    Feb 2005
    Location
    Cirith Ungol
    Posts
    47,023

    Default Re: Installing an OS Without Wiping the HD

    Right-clck the drive's icon and click format. It will come with something about it being in use but you click the format button it should override. At least it did it for me.

  8. #8
    karamazovmm's Avatar スマトラ警備隊
    Join Date
    Aug 2009
    Location
    Brazil, São Paulo
    Posts
    9,639

    Default Re: Installing an OS Without Wiping the HD

    if it doesnt work, right click on computer click managment, go to the storage part, see the old, format it from there

    The very ugly forgive, but beauty is essential - Vinicius de Moraes

  9. #9
    Nosjack's Avatar Praepositus
    Join Date
    Dec 2010
    Location
    Deep in the bowels of the Forest Temple
    Posts
    5,207

    Default Re: Installing an OS Without Wiping the HD

    In both menus, the "format" option is greyed out.

    I have a question though, in the disk management my old HDD is labeled as "system, Active, Primary Partition", and the new partition that I installed the OS to is "Boot, Page File, Active, Crash Dump, Primary Partition"

    Could the fact that my old HDD is labeled "system" be screwing things up? I'm running off of the OS on the new HDD, so it's not that. (FYI, the format option is greyed out for both HDD)

  10. #10
    irishron's Avatar Cura Palatii
    Moderator Emeritus

    Join Date
    Feb 2005
    Location
    Cirith Ungol
    Posts
    47,023

    Default Re: Installing an OS Without Wiping the HD

    Mine was greyed out and I clicked it anyway and it worked.
    But before that I deleted everything from the windows folder it would let me first.

  11. #11
    karamazovmm's Avatar スマトラ警備隊
    Join Date
    Aug 2009
    Location
    Brazil, São Paulo
    Posts
    9,639

    Default Re: Installing an OS Without Wiping the HD

    one thing that you could do is to run the cleaning program that comes in windows, it erases the files from previous windows installations

    otherwise you can do the old way

    http://technet.microsoft.com/en-us/l.../bb490893.aspx

    cmd>right click on it run as admin

    diskpart

    list disk

    select disk "put the number of the disk that you want to wipe"
    clean
    create partition primary
    select partition 1
    active
    format fs=NTFS
    assign
    exit

    The very ugly forgive, but beauty is essential - Vinicius de Moraes

  12. #12

    Default Re: Installing an OS Without Wiping the HD

    I really have to recommend EASEUS Partition Manager, it's free, and I use it for everything and it works great.

    http://download.cnet.com/EaseUS-Part...-10863346.html

    Much easier than using cmd for someone that doesn't know what exactly they're doing.
    Under the Patronage of Leonidas the Lion|Patron of Imperator of Rome - Dewy - Crazyeyesreaper|American and Proud

  13. #13
    Nosjack's Avatar Praepositus
    Join Date
    Dec 2010
    Location
    Deep in the bowels of the Forest Temple
    Posts
    5,207

    Default Re: Installing an OS Without Wiping the HD

    Quote Originally Posted by Karamazovmm View Post
    one thing that you could do is to run the cleaning program that comes in windows, it erases the files from previous windows installations

    otherwise you can do the old way

    http://technet.microsoft.com/en-us/l.../bb490893.aspx

    cmd>right click on it run as admin

    diskpart

    list disk

    select disk "put the number of the disk that you want to wipe"
    clean
    create partition primary
    select partition 1
    active
    format fs=NTFS
    assign
    exit
    I'm not even sure how to open that program, and I've had very bad experiences with script-commands. Thanks, but I'd rather not risk it.
    Quote Originally Posted by Bolkonsky View Post
    I really have to recommend EASEUS Partition Manager, it's free, and I use it for everything and it works great.

    http://download.cnet.com/EaseUS-Part...-10863346.html

    Much easier than using cmd for someone that doesn't know what exactly they're doing.
    That's actually what I used to shrink my partition on the old drive (so it wouldn't overwrite my game files) and such. Unfortunately, there's no "format" option for either drive, it's there for drives that don't have an OS installed however.

    This is really bugging me, I'm half way to just unplugging the old drive and leaving it be, just so I don't have to think about it.

    Any last minute suggestions?

  14. #14
    karamazovmm's Avatar スマトラ警備隊
    Join Date
    Aug 2009
    Location
    Brazil, São Paulo
    Posts
    9,639

    Default Re: Installing an OS Without Wiping the HD

    well, I cant think of any, aside have you used the windows program to remove unused files? I think its disk cleaner or something like that, it removes windows.old folders, however you dont have one, and thats the thing, you can try

    if you follow the instructions step by step there wont be a problem, to use cmd, just type cmd in your start menu, right click on it and click run as admin

    The very ugly forgive, but beauty is essential - Vinicius de Moraes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •