III. PHÂN VÙNG VÀ ĐỊNH DẠNG Ổ CỨNG:
5. Ghost tự động
Cho phép khôi phục lại các hệ điều hành một cách nhanh chóng không đòi hỏi người dùng phải có nhiềi kiến thức về ghost
Các bước thực hiện
Sử dụng Partition Magic chia đĩa theo yêu cầu sau
Tên - lable Dung lượng Định dạng Active
Msdos 1GB FAT32 Yes
Win-XP 15GB NTFS No
Win-2003 6GB NTFS No
Data Còn lại Fat32 No
Tạo file ghost dự phòng cho win XP, win 2003 Boot mát từ đĩa hirent, về DOS
Tạo thư mục d:\bachkup bằng lệnh md d\backup Nhập lệnh: ghost
Chọn chế độ ghost partition to image, ghost phân khu thứ 1 – DOS thành file d:\backup\boot.gho để sao lưu dự phòng hệ điều hành MSDOS.
Chọn chế độ ghost partition to image, ghost phân khu thứ 2 – winXP thành file d:\backup\winXP.gho để sao lưu dự phòng Windows XP
Tương tự chọn chế độ ghost partition to image, ghost phân khu thứ 3 – win2003 thành file d:\backup\win2003.gho
Tạo ghost tự động
Boot lại máy từ đĩa Hirent, về DOS
Tìm và chép các file sau vào đĩa C: ghost.exe, choice.com, edit.com Tạo file autoexec.bat bằng lệnh :Edit c:\autoexec.bat
Nhập nội dung sau:
@echo off Cls Echo. Echo. Echo. Echo. Echo.
Echo 1. Ghost boot
Echo 3. Ghost Windows 2003 server Echo 4. Ghost all partition
Echo --- Echo 5. Exit
Echo.
Choice /c:123456 /s vui long chon: If errorlevel == 5 goto thoat If errorlevel == 4 goto all If errorlevel == 3 goto g2003 If errorlevel == 2 goto gXP If errorlevel == 1 goto boot :boot
Ghost -clone,mode=prestore,src=d:\backup\boot.gho:1,dst=1:1 -sure -rb Goto thoat
:gXP
Ghost -clone,mode=prestore,src=d:\backup\boot.gho:1,dst=1:1 -sure Ghost -clone,mode=prestore,src=d:\backup\winXP.gho:1,dst=1:2 -sure -rb Goto thoat
:g2003
Ghost -clone,mode=prestore,src=d:\backup\boot3k.gho:1,dst=1:1 -sure Ghost -clone,mode=prestore,src=d:\backup\win3k.gho:1,dst=1:3 -sure -rb Goto thoat
:all
Ghost -clone,mode=prestore,src=d:\backup\boot.gho:1,dst=1:1 -sure Ghost -clone,mode=prestore,src=d:\backup\winXP.gho:1,dst=1:2 -sure Ghost -clone,mode=prestore,src=d:\backup\win3k.gho:1,dst=1:3 -sure -rb Goto thoat
:thoat
Lưu file và khởi động lại máy Từ menu
Windows server 2003, enterprise Microsoft Windows XP professional Microsoft Windows
Chọn mục microsoft Windows
Menu sau hiển thị