Ghost(我是指企业版的8.0)本身不需要任何第三方工具的支持即可直接访问NTFS,但由于在DOS下不再可能使用盘符来访问磁盘分区,因此要将盘符替换成分区的编号,例如C盘是1:1,而D:盘则是1:2。以你的例子来说:
1、你可以用启动软盘或者启动光盘启动纯DOS环境,你可以直接将ghost 8.0放到启动软盘或者光盘中。
2、使用下面的ghost命令行来进行恢复操作:
ghost -clone,mode=pload,src=1:2\system.gho:1,dst=1:1 -sure -fx
注意,命令行中的1:2表示D盘,而system.gho表示你下载的系统克隆(根据实际情况改变)。
NTFS分区的系统克隆也是类似的命令行:
ghost -clone,mode=pdump,src=1:1,dst=1:2\system.gho -sure -fx
另外,在NTFS环境下,Acronis True Image Server是比ghost更好用的系统克隆工具。
Ghost (I'm referring to the enterprise version 8.0) itself doesn't need the support of any third-party tools to access NTFS directly. But since it's no longer possible to use drive letters to access disk partitions under DOS, so we need to replace the drive letter with the partition number. For example, the C drive is 1:1, and the D drive is 1:2. Take your example:
1. You can boot into a pure DOS environment using a boot floppy or boot CD. You can directly put Ghost 8.0 on the boot floppy or CD.
2. Use the following Ghost command line to perform the restore operation:
ghost -clone,mode=pload,src=1:2\system.gho:1,dst=1:1 -sure -fx
Note that 1:2 in the command line means the D drive, and system.gho means the system image you downloaded (change it according to the actual situation).
The command line for system imaging of NTFS partitions is similar:
ghost -clone,mode=pdump,src=1:1,dst=1:2\system.gho -sure -fx
In addition, under the NTFS environment, Acronis True Image Server is a better system imaging tool than Ghost.