I'm trying to capture a windows 8 image from PE. I'm using dism to capture the C drive only. When I run dism, it finishes but I get an error 80.
---------------------------------
Error: 80
The file exists.
The DISM log file can be found at X:\windows\Logs\DISM\dism.log
Failed to create image
---------------------------------
I've checked my save location and there is no such file.
Upon examining the logs I find that dism thinks there is not enough space, followed by the file already exists. The drive that dism is saving to has over half a terabyte of free space.
[828] [0x80070070] ReadWriteDataInternal:(141): There is not enough space on the disk.
[828] [0x80070070] ReadWriteDataInternal:(141): There is not enough space on the disk.
[828] [0x80070070] WriteDataCallback:(1140): There is not enough space on the disk.
[828] [0x80070070] ResExtract:(5208): There is not enough space on the disk.
[828] [0x80070050] WimImageEnqueueOperation:(777): The file exists.
[828] [0x80070050] CompressCaptureNode:(3570): The file exists.
[828] [0x80070050] WimImageEnqueueOperation:(777): The file exists.
[828] [0x80070050] ResAddFromFileAndHandle:(4415): The file exists.
[828] [0x80070050] AddFileNodeToImage:(2041): The file exists.
[828] [0x80070050] EnumImageFiles:(1903): The file exists.
[828] [0x80070050] EnumImageFiles:(1921): The file exists.
[828] [0x80070050] EnumImageFiles:(1921): The file exists.
[828] [0x80070050] WriteFileImage:(1867): The file exists.
Any help would be appreciate!