Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Saturday, February 18, 2017 3:43 AM
Hi - I am trying to create a Standalone Media for a Windows 7 x64 image. I loaded the SCCM 2012 Console on a Windows 7 machine and was using a 32 GB USB drive. After running for a couple of hours I received the error "There is not enough space on the disk"
Error: Task sequence media information
Media type: Removable USB drive
Removable USB drive: D:\
Allow unattended operating system deployment: No
Protect media with password: No
Task sequence: ING000AB-1- Windows 7 Pro 64bit
Prestart command: No
Distribution point(s): xxx-xxx-xxx.COM
Total size of media content, MB: 7349
Errors
Media creation failed with error message: 'There is not enough space on the disk.'Refer to CreateTsMedia.log file to find more details.
The USB stick has 30 GB available and the C: drive of the machine has 200 GB available
The CreateTS.log file has the following errors
![LOG[]LOG]!><time="20:32:44.359+300" date="02-17-2017" component="CreateTsMedia" context="" type="1" thread="4540" file="mediagenerator.cpp:652">
<![LOG[Size available = 0 Mb, size required = 7247 Mb]LOG]!><time="20:32:44.359+300" date="02-17-2017" component="CreateTsMedia" context="" type="1" thread="4540" file="mediagenerator.cpp:531">
<![LOG[Not enough space on UFD drive: size available =0 Mb, size required = 7247 Mb]LOG]!><time="20:32:44.359+300" date="02-17-2017" component="CreateTsMedia" context="" type="3" thread="4540" file="mediagenerator.cpp:571">
<![LOG[Error executing first single pass]LOG]!><time="20:32:44.359+300" date="02-17-2017" component="CreateTsMedia" context="" type="3" thread="4540" file="mediagenerator.cpp:466">
<![LOG[Failed to create media (0x80070070)]LOG]!><time="20:32:44.359+300" date="02-17-2017" component="CreateTsMedia" context="" type="3" thread="4540" file="createtsmedia.cpp:345">
<![LOG[CreateTsMedia failed with error 0x80070070, details='']LOG]!><time="20:32:44.359+300" date="02-17-2017" component="CreateTsMedia" context="" type="1" thread="4540" file="createtsmedia.cpp:355">
<![LOG[MediaGenerator::~MediaGenerator()]LOG]!><time="20:32:44.359+300" date="02-17-2017" component="CreateTsMedia" context="" type="1" thread="4540" file="mediagenerator.cpp:417">
<![LOG[Media creation process that was started from Admin Console completed.
]LOG]!><time="20:32:45.043+300" date="02-17-2017" component="CreateTsMedia" context="" type="1" thread="4620" file="createmedia.cpp:1066">
<![LOG[CreateMedia.exe finished with error code 80070070]LOG]!><time="20:32:45.043+300" date="02-17-2017" component="CreateTsMedia" context="" type="2" thread="4620" file="createmedia.cpp:1124">
This error seems to be different than the issue of the WIM being to large
Any ideas ?
Thanks in advance
Robert
All replies (4)
Saturday, February 18, 2017 11:21 AM âś…Answered | 1 vote
How much content is there in your task sequence overall? Are there driver packages? Take a look at the console, select your task sequence (the one you're going to be using for standalone media) and from the bottom, select References -tab, that should show how much space each referenced package in the sequence will take...
Sunday, February 19, 2017 6:54 AM | 2 votes
Hello
Check your which drive system was writing temp files and check the storage space in that drive
Hope that helps.
Regards, Regin Ravi
Monday, February 20, 2017 1:43 AM
That was it. I had 2 large driver packs that pushed it past 32 GB. I removed 1 and it completed successfully.
Thanks !!
Thursday, May 24, 2018 10:43 PM
Exactly what happened to me. The system drive where my temp location is did not have enough disk space for it to process the media creation.