The failure of Ghost makes the data center management complex and simple

Source: Internet
Author: User

Frequent system crashes and system reinstallation in the school data center cause a lot of inconvenience to the data center management teachers. Through practice, we find a simple and quick way to share with you. In principle, we still use the well-known Ghost software to create an image for the primary partition of the hard disk, and restore the primary partition from the image as needed.
We use the Norton Ghost, and the two application programs ghostpe.exeand gdisk.exe can both work in the command line mode, so that you can create a partition image, hide partitions, unhide partitions, and restore partitions.
All operations can be performed by using batch files in the DOS state.
The hard drive of the student's machine is in the primary partition drive C, and the Windows 98 system and all required software (space 2 GB) are installed ). Hide hide an edisk.
1. bat file, the content is as follows:
@ Echo off
E:
Ghostpe-clone, mode = pdump, src = 1:1, dst = e: win98.gho
Gdisk 1/hide/p: 4
Once you need to restore the C drive, you can use the batch file 2.batprovided below to unhide the E drive, restart the computer, and then use the batch file 3. bat to restore the C drive. Below are the contents of the 2. bat and 3. bat batch files.
2. bat file, the content is as follows:
@ Echo off
Gdisk 1/-hide/p: 4
3. bat file, the content is as follows:
@ Echo off
E:
Ghostpe-clone, mode = pload, src = e: win
98. gho: 1, dst = 1:1
Gdisk 1/hide/p: 4
You can use a floppy disk to copy the DOS Startup File of Windows 98, and copy the two applications ghostpe.exeand gdisk.exe of Norton Ghost 2001and the three files provided above to the floppy disk, execute the corresponding batch file as needed.
The above method greatly simplifies the management work. You may wish to give it a try and may receive unexpected results. Article entry: dnbm responsibility Editor: dnbm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.