Fails to mount any wim files using DISM command

clee123

New member
Joined
Oct 24, 2018
Posts
1
I'm unable to mount any WIM files using Dism command. Please help.

Example:
dism /mount-wim /wimfile:c:\wim\boot.wim /index:1 /mountdir:c:\mount


Result:
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031


Error: 3


The system cannot find the path specified.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log


Dism.log file is attached. I checked the folder C:\Mount, and the source directory.
When running the RestoreHealth command, it shows a corruption in component store. However running the command again shows the same result.


Example:
Dism /Online /Cleanup-Image /RestoreHealth



Result:
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031


Image Version: 6.3.9600.17031


[==========================100.0%==========================]
The restore operation completed successfully. The component store corruption was repaired.
The operation completed successfully.



Running SFCFix shows no errors.

Result:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2018-10-25 10:43:15.532
Microsoft Windows Server 2012 R2 Update 3 - amd64
Not using a script file.


AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2018-10-25 10:43:29.737
 

Attachments

Hello and welcome!

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.


  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the attached file, SFCFixScript.txt, and save this to your Desktop. Ensure that this file is named SFCFixScript.txt - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFixScript.txt.
  5. Drag the file SFCFixScript.txt onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a log should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.


Afterwards, please run DISM again and let me know if it completes successfully. If not, attach CBS.log.
 

Attachments

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top