由於開發, 測試各種軟件, 加上病毒和偶然硬盤問題, 俺的DESKTOP幾年就要重裝一次WINDOWS, 不勝其煩. 最近下決心換了SSD和倆塊1TB的硬盤, 設置成MIRROR, 並使用MACRIUM REFLECT定期IMAGE SSD盤,以期以後不再丟失數據或重裝 OS. 本文非發明創新,隻是將已知的步驟歸納如下,以便參考.
1. 將C盤換成SSD (250GB/500GB) 如將原C盤clone到SSD,則不需要重裝Windows. 換SSD是因為速度快,也比較可靠.
2. 裝2塊相同的硬盤, 1TB或更大容量,用Disk Management 設置成Mirror, 俺取名”M”盤, 見 www.buildegg.com/bewp/?p=44
3. 將Profile Folder 移到M盤.這個似乎很簡單,但卻不然,以下步驟必須用Administrator戶頭Log on:
a) Log on under an admin account
b) Copy the folder c:\Users\SomeUser to M:\SomeUser
c) Open the registry editor: CMD -> REGEDIT
d) Navigate to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
e) Search for "ProfileImagePath" until you find the one that points at c:\Users\SomeUser
f) Modify it so that it points at M:\SomeUser.
4. Install programs, databases in C (SSD) but use M to save all data and store database files
5. Download and install free Macrium Reflect. Create a rescuer CD/DVD. Image C(SSD) to an external hard disk.
6. Setup schedule to image C (SSD), weekly or even daily
如果C盤出問題,使用rescuer CD/DVD和Image和一比較容易恢複或使用新盤. 如果M盤不是2個同時出問題,可以暫時使用其中一盤(break Mirror),換好後再 Add Mirror, Synchronize, etc. 隻要2個盤不是同時出問題,則無大礙.
(Mirror, RAID還有其它方法, 不再本文討論範圍)