Ghost Solution Suite

 View Only
  • 1.  Gdisk32 on the GhostPE is extremely slow

    Posted Jan 07, 2009 10:41 AM

    I run a batch file that I have pasted below.

     

    When it does the Gdisk32 it is extremely slow.

     

    This is being run on a Ghost PE image.

     

    When we were using the PXE with a Dos boot, gdisk.exe was pretty fast.

     

    Their is actually a 10 - 20 second pause per Gdisk32 execution.

     

    This is causing some complaints from my IT staging crew.

     

     

    *******************

    rem E6400 Windows XP Pro x64
    echo off
    cls
    echo    Wiping the hard drive and imaging a Dell E6400 x32 SP3 Standard Business machine
    Pause
        X:\Ghost\gdisk32 1 /del /all /y
        X:\Ghost\gdisk32 1 /cre /pri /sz:50000 /y
        X:\Ghost\gdisk32 1 /cre /pri /sz:1000 /y
        X:\Ghost\gdisk32 1 /cre /pri /sz:50000 /y
        ;X:\Ghost\gdisk32 1 /cre /pri /y Remarked out so the whole drive does not show up
        X:\Ghost\gdisk32 1 /act /p:1 /y

        X:\ghost\ghost32.exe -clone,mode=prestore,src=i:\Dell\E6400\x3E11.gho:1,dst=1:1 -sure
        X:\ghost\ghost32.exe -clone,mode=prestore,src=i:\common\p2\p2apps.gho:1,dst=1:2 -sure
        X:\ghost\ghost32.exe -clone,mode=prestore,src=i:\Common\P3\P3UserE_Notes7.gho:1,dst=1:3 -sure -rb
    pause
    ************************



  • 2.  RE: Gdisk32 on the GhostPE is extremely slow

    Posted Jan 07, 2009 04:58 PM

    Have you tried passing in all of the commands to gdisk through a text file -like this:

    gdisk /batch:cmds.txt