Re: Long Ghosting Time
- From: "Darren Suprina" <dsuprina@xxxxxxxxxxxxx(donotspam).>
- Date: Tue, 3 May 2005 10:55:05 -0700
I've found two good / fast ways to ghost system images. The first method
uses a bootable cdrom called G4U (Ghost for Linux). It's a no-cost solution
and downloadable from http://www.feyrer.de/g4u/. You burn a bootable CDROM
image, boot the disc, and use the uploaddisk and slurpdisk utilities to
read/upload and write/download a copy of your disk image. The storage medium
is any FTP server you want.
The second method is dd, which can be found on the UBCD4Win (Ultimate Boot
CD for Windows - http://ubcd4win.com/). This disc is an enhanced version of
BartPE, which is an enhanced verion of WinPE... which came with your XP
Embedded Studio disc set. Burn the ISO, boot the disc, open a cmd shell, and
use a command similar to:
dd if=z:Partition1\Image0001 ibs=1500b of=\\.\i: obs=1500b
The command above copies the image of a partition, from a mounted share, to
a formatted partition designated as I:. reversing the if and of designations
would have made a copy of the partition to the server. The critical piece
here is the block size. It should closely match the network MTA size. If it
doesn't, the defaults can make an 8 minute effort take literally hours.
HTH -
-Darren-
"KM" wrote:
> Rob,
>
> As I said, I'd suggest you to evalutate the EWF RAM Reg for your image. It may save you some time on deployment as you won't have a
> headache dealing with EWF Config partition.
> Anyway, if you still want to have the EWF Config volume, just have it disabled while FBA'ing, resealing and cloning (so, no EWF
> Config partition is there) and then enable it after the cloning (rundll32 ewfdll.dll ConfigureEwf).
>
> More detail steps you wil get from here:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xecondesignconsiderationsforusingewfwithcloning.asp
>
> --
> Regards,
> KM, BSquare Corp.
>
>
> > Yes it's the EWF Partition, running some steps post clone is not an issue,
> > there's a test app script that checks for things like the FTP service running
> > and does some other bits, so i could build the ewf stuff into that. What are
> > the steps that I'd need to do? How complex are these steps? Could you give me
> > some pointers?
> >
> > Thanks for your help,
> > Rob
>
>
>
.
- Prev by Date: Re: Local network bridge
- Next by Date: Re: Local network bridge
- Previous by thread: Re: XPe does not generate a full memory dump file after a blue screen
- Next by thread: Running when XPe Starts
- Index(es):
Relevant Pages
|