Forum Discussion
John_Covici
Oct 06, 2021Copper Contributor
dism keeps running out of space in windows pe
i. I am trying to copy my windows partition using dism /capture-image from the pe environment using windows 20h2 enterprise. Now it works and about half way through it says access denied and if you...
SalmanAhmed
Oct 07, 2021Steel Contributor
When you boot from Windows PE disk, by default it gives the X: drive letter (read-only drive), please make sure that you are not saving your partition image to X: drive.
Dism /Capture-Image /ImageFile:e:\image.wim /CaptureDir:d:\ /Name:Image_Name
Dism /Capture-Image /ImageFile:e:\image.wim /CaptureDir:d:\ /Name:Image_Name
John_Covici
Oct 07, 2021Copper Contributor
Yep, I did make sure of that, I even made the current directory a big drive and used /scratchdir:<large drive>, but still no joy.