ShrimpBoy Posted February 17, 2005 Posted February 17, 2005 Hi!I've read a post concerning diskpart and ghost32.This post give me an answer on how to save a reboot after ghosting an image by using diskpart to mount the drive.I can't mount the drive since there is no FS on the volume...After ghost32, my volume list contain my new ghosted partition as Volume 1, but I can't assign a letter to it...It gives me this as an error message: DiskPart could not assign the drive letter or mount point.Make sure the drive letter or mount point is valid.I've tried every letter, none of them works!Here are the command line that i'm typing:Diskpartselect disk 0select partition 1select volume 1assign letter=cHere is the result of List Volume command: Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- -------- Volume 0 X CDWINPE CDFS CD-ROM 167 MB* Volume 1 Partition 39 GB Healthy Volume 2 NTFS Partition 17 GB HealthyThanks a lot!!ShrimpyOne
RichM Posted February 17, 2005 Posted February 17, 2005 Shrimpy, not sure if it makes a difference, but did you restore from a disk or a partition image?and was the drive existing before or was this a blank disk before [the image]?
RichM Posted February 17, 2005 Posted February 17, 2005 I think I'm missing context, but...I booted WinPE (well, BartPE), used diskpart to remove the C partition.Ran Ghost32 under BartPE, did partition from image to the free space that used to be C, making a new partition.Closed Ghost32, ran diskpart, did list vol, gotVolume ### Ltr Label Fs Type Size---------------- ---- ---------- ------ --------------- -----------Volume 0 X AIODVD CDFS DVD-ROM 1166 MBVolume 1 FAT Partition 47 MBVolume 2 NTFS Partition 74 GBVolume 3 D NTFS Partition 74 GBThen I typed: sel vol 2 | assign letter=cand it worked. I did a directory of it and it was fine. Did I miss something in duplicating your issue?Rich
ShrimpBoy Posted February 17, 2005 Author Posted February 17, 2005 Hi!I run DISKPART and remove the drive C and close DISKPART.I ghost with this command line: ghost32.exe -clone,mode=load,src=q:\image.gho,dst=1,sze1=40000M -sureI run DISKPART again and try to assign a drive to my partition, still no FS, it's not NTFS as it should be and will be after the reboot, it is blank...Is there a way to solve this issue?Thanks!ShrimpyOne
ShrimpBoy Posted February 17, 2005 Author Posted February 17, 2005 Hi all!I know how to make it work.First create a destination partition on the disk by using DISKPARTEx: DISKPARTSELECT DISK 0CLEANCREATE PARTITION PRIMARY SIZE=60000EXITThen Install your Ghost image on that partition.Then use DISKPART to assign a drive to your partition.Ex:DISKPARTSELECT DISK 0SELECT VOLUME 1ASSIGN LETTER=CEXITThen do whatever you want on the freshly ghosted partition without any reboot!Hope this will help others!ShrimpyOne
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now