Build Advice Separating O/S from Apps/Data by diff disks etc

Discussion in 'Tech Support' started by neil_b, 29 Nov 2009.

  1. neil_b

    neil_b Minimodder

    Joined:
    20 Jun 2009
    Posts:
    290
    Likes Received:
    1
    Given the benefits of erasing and re-loading windows from time to time on a PC, if I were to instal windows onto 1 hard drive, and my apps and data etc onto another physical hard drive, if I re-installed Windows back onto the same drive (say after it got corrupted) how would the new Windows install on drive A know where to look for apps like skype or ms office etc on Drive B? (I don't want to go down the partitioning route btw, rather have 2 sep drives).

    Many thanks.
     
  2. barndoor101

    barndoor101 Bring back the demote thread!

    Joined:
    25 Oct 2009
    Posts:
    1,694
    Likes Received:
    110
    it wouldnt. the apps on the other drive wouldnt have the registry entries to run.

    just make an image of the windows install and restore that instead of re-installing.
     
  3. neil_b

    neil_b Minimodder

    Joined:
    20 Jun 2009
    Posts:
    290
    Likes Received:
    1
    Are you saying I'd need (ideally) to copy an image of my O/S hard disk AFTER I've loaded all the various apps on to the other hard disk and hopefully not added any crap or modifications at that point? Basically make the image immediately after everything has been freshly installed?

    Thanks again.
     
  4. Ravenheart

    Ravenheart What's a Dremel?

    Joined:
    3 Oct 2009
    Posts:
    762
    Likes Received:
    14
    That's what i'd do if it was me
     
  5. PureSilver

    PureSilver E-tailer Tailor

    Joined:
    16 Dec 2008
    Posts:
    3,152
    Likes Received:
    235
    +1. It's the surest way of doing things and precisely what I'll be doing when I reload after installing 7.
     
  6. Cerberus90

    Cerberus90 Car Spannerer

    Joined:
    23 Apr 2009
    Posts:
    7,616
    Likes Received:
    164
    Or you can just re-install, it just means that you have to reinstall certain apps.

    some apps will work without reinstalling.

    I always seem to forget to make an image after a reinstall too.
     
  7. craigp84

    craigp84 What's a Dremel?

    Joined:
    28 Oct 2009
    Posts:
    81
    Likes Received:
    14
    In unix it's normal to split out the various components:

    The OS: /, /bin, /sbin, /lib, /boot... etc.
    The Programs: /usr, /opt
    The user data: /home, /export
    The logfiles, working datasets etc.: /var, /srv

    That's fine for a production server environment, and gives ultimate control, robustness and flexibility, however it's overkill for a home PC. I'd merge all that to:

    Everything that's not data (OS, Programs, Settings): C:\
    Datafiles (music files, videos, etc. not settings): D:\

    I'd take an image of c:\ (google for clonezilla -- makes this too easy) after it was installed and setup as i wanted. Periodically (once every 3 months?) i'd take another image (without deleting the first). The built in backup & restore -> create system image is ideal in win7.

    Seperately i'd setup incremental backup of d:\
     

Share This Page