Jump to content

Recommended Posts

Posted

Hi guys,

 

I have been using Imagex for capturing the data partition for Windows 7 image capturing fine. What I now want to do is capture the whole disk. i.e C drive and System Partition

 

I can't work out the command do this even if you can. Anyone nkow of a way to do this? Either with Imagex or DISM?

 

Thanks

Posted
Bald_pig is correct. Neither utility is for disk imaging and will only capture a partition. It sounds like what you want is Ghost32 (not free though).
  • Thanks 1
Posted (edited)
As far as I'm aware, you have to capture and distribute each partition separately.

 

/append-image could work on the second one, providing I've understood it properly.

 

so:

 

dism /capture-image /image:example.wim /capturedir:C\

dism /append-image /image:example.wim /capturedir:D\

Edited by X-13
Smilies broke the code...
  • Thanks 1
Posted

Normally I'd use Clonezilla for such a job

 

- - - Updated - - -

 

/append-image could work on the second one, providing I've understood it properly.

 

so:

 

dism /capture-image /image:example.wim /capturedir:C\

dism /append-image /image:example.wim /capturedir:D\

 

correct, but you can't do the whole disk with one command :)

Posted (edited)
Neither utility is for disk imaging and will only capture a partition.

Technically ImageX is a file-based disk imager. Ghost (and similar programs such as TrueImage/CloneZilla) are sector-based disk imagers.

 

You can store multiple images within a single .wim as @X-13 mentioned.

Edited by Arthur
  • Thanks 1
Posted
Erm, it kinda did :p

 

TBF, DISM can't be done with a single command anyway. You need to assign a letter to the partition. :p

 

 

To be honest, the easiest way to do it, would be to script it.

 

Personally, I'd leave assigning letters and mapping network shares [if you use them] as a manual thing, but the DISM commands could be scripted so you only have to proc one thing.

Posted

OK great. Thanks for the quick response and input there guys. I will have to look into 3rd party disk imaging software.

 

Live long and drink Ale!:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...