You can mount the drive after you have ghosted to it as thats the way we have beiung doing it for years.
We are moving over to imageX but some of the older images are done this way.
We started using this scrpt on ghost 8.0 now are using 8.3 but it all works.
Our Ghost script
u:\GHOST32 -CLONE,MODE=LOAD,SRC=q:\image\image\image.GHO,DST=1 -sze2=f -SURE -fx -fdsp
if not errorlevel 1 goto end
y:
echo GHOST FAILED TO COPY IMAGE! > SKIPFAIL.TXT
exit
:end
u:
call mount.bat
y:
My mount command
diskpart /s diskpart.txt
copy u:\winbom.ini c:\sysprep\
copy u:\copier.bat c:\sysprep\
copy u:\wait.bat c:\sysprep\
My Diskpart Script
select disk 0
select partition 1
assign letter=c