When I read the definition of ImageX:
ImageX is a command-line tool that allows an administrator to capture an image of an entire hard disk drive and its files and folders in a single Windows Imaging Format (WIM) file.
I can understand the its files and folders
, but I don't know the an entire hard disk drive
, what's the meaning of it?
Edit-01
We know the an entire hard disk drive
means an entire physical disk with its contents and filesystem in it.
But how to understand ImageX
capture an entire hard disk drive
and xxx?
How can ImageX
can capture a an entire hard disk drive
? is it mean ImageX
only capture the contents and filesystem of an entire hard disk drive
?
Or contain other information?
Answer
I agree that the description is confusing.
On the one hand it contains a link to image, and qualifies this with the mention of entire hard disk drive, then in the same sentence also talks about files and folders, which belong inside one or more file-systems inside one or more partitions.
The clue comes from the fact that its result is stored in a Windows Imaging Format (WIM) file, which it defines as:
WIM is file-based rather than sector-based, allowing a single file package to contain all of the package contents, deduplicate multiple instances of the same components, and also boot and install faster on a wider range of disk hardware. In addition, a single WIM file can contain multiple disk images, allowing users to install some or all of the images depending on what is being distributed. For example, a single WIM file may be created with several different versions of Windows 7. WIM also supports spanning, so large WIM files can be broken into two or more parts denoted with an .SWM extension.
Therefore my conclusion is that ImageX can only capture one partition with its files, and probably not even the Master File Table (MFT), and certainly not the partition table or multiple partitions. A single WIM file can contain images of multiple partitions, each separate, but not of an entire hard disk.
No comments:
Post a Comment