As we all know, ghost can quickly
Backup And Hard Disk Recovery
Data If the operating system on the hard disk is paralyzed and data is lost, you can use ghost to quickly restore the system, eliminating the need to reinstall the system and
Software . In fact, ghost is really a powerful software, in addition to conventional backup, data recovery, there are many features.
1. Use ghost to quickly format large partitions
Nowadays, the disk capacity is getting bigger and bigger. It takes a lot of time to format a large partition. In fact, ghost can quickly format a large partition.
First, divide a Small Partition (for example, 40 MB) on the hard disk, and then format the partition using the format command. Do not store any files on the partition in the future; next, restart the computer with the DOS boot disk, run ghost, select "Local → disk → to image" from the menu, and create the partition into a gho image file, which is stored in other partitions.
When you need to format a large partition in the future, you can use the DOS boot disk to restart the computer, run ghost, select "Local → disk → from image" from the menu, and select the preceding gho image file, select the large partition to be formatted, press OK, and then press Yes.
2. format the GB hard drive in seconds
Since ghost can clone the entire hard disk, ghost will re-allocate the target disk and copy the file according to the partition ratio of the cloned hard disk when restoring the backup. If it is a new hard disk, it will be automatically formatted in advance. Based on the above principle, a partitioned and formatted hard disk can be used as a "template" (this hard disk does not contain any files), backed up and restored to the new hard disk using ghost, in this way, you can quickly format large hard disk partitions. Specific practice: Find a hard disk of any capacity, and format it using fdisk, format according to the proportion you want to partition the large hard disk, be sure not to install any files on it; start the computer with a boot disk with a ghost program, run the ghost, and use the "local-disk-to image" command to convert the formatted hard disk image into a software, save this file on the boot disk (rest assured that this file should be small) and name it, for example, myfdisk. then, create a DOS batch processing file on the boot disk (editable using the edit command) with the following content: ghost.exe-clone, mode = load, src = ahttp: // container. In this way, you can use this boot disk to start the computer and execute myfdisk. bat. It will take less than a minute to partition and format the hard disk, no matter how large it is. If you want to change the partition ratio, you only need to modify myfdisk. BAT file. If you want to change the ratio to, you only need to modify myfdisk. bat content: Export ghost.exe-clone, mode = load, src = A: myfdisk. gho, DST = 1, size1 = 10 p, size2 = 30 p, sze3 = 30 p, sze4 = 30p.