Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows Server » Error 0xc1420117: The directory could not be completely unmounted
  • Git not Recognized Image banner
    Fix Git is not recognised as an internal or external command Version Control System
  • Screenshot 2024 02 09 at 1.06.54 PM
    Programmatically Deploying App Service Resources in Azure AWS/Azure/OpenShift
  • PRIVATE DOCKER REGISTRY
    How to Set up Private Docker Registry Containers
  • credentialguard
    Enable or disable Windows Defender Credential Guard Security | Vulnerability Scans and Assessment
  • Featured image 4
    How to enable or fix the missing fast startup option on Windows 11 Windows
  • Remove Orphaned VHR Repository
    Unable to Remove Orphaned VHR Repository v2 from VBR v13 Backup
  • VBR upgrade to 12.2.3
    Upgrade Veeam Backup and Replication v12.3.x to 12.3.2 Backup
  • Slide1
    Fix Failed to open session in VirtualBox to install Windows 11 Image  Windows

Error 0xc1420117: The directory could not be completely unmounted

Posted on 24/10/202030/12/2023 Christian By Christian No Comments on Error 0xc1420117: The directory could not be completely unmounted
Unmounting errors

Deployment Image Servicing and Management (DISM) is a tool that allows you to service your images offline. In this article, you will learn how to fix Error 0xc1420117: The directory could not be completely unmounted, this is usually due to applications that still have files open within the mount directory. Here are some DISM-related errors, Failure 5627: How to fix error 0x800f0805, run DISM executable. Also, see Error 0xc1420127: The specified image in the specified wim is already mounted for read and write access.

Before I proceed with the steps to resolve this issue, I would like to explain some key differences between mounting and unmounting a wim file. Suppose you need to change a WIM file by adding or removing packages.

In that case, you must mount it properly on Windows using DISM, a command line that enumerates, installs, uninstalls, configures, and updates features and packages in Windows images.

See the following guides for more details on ADK, MDT, Microsoft Endpoint Configuration Manager (SCCM), Intune, Autopilot, and WSUS. Also, see how to configure and deploy Windows using Microsoft Deployment Toolkit, and Windows Deployment Services for Windows 10 (ADK, MDT, and WDS).

After you modify a mounted image, you must unmount it. If you mounted your image with the default read/write permissions, you can commit your changes. This makes your modifications a permanent part of the image.

0xc1420117 Error Incomplete Unmounting Due to Open Files

You may encounter this issue when mounting an image (install.wim) file. The “0xc1420117 Error Incomplete Unmounting Due to Open Files” occurred when I tried to mount a new Windows image, due to leftover residue in the previous mount point.

0xc1420117 error

See the following hyperlink for more details on ADK, MDT, Microsoft Endpoint Configuration Manager (SCCM), Intune, Autopilot, and WSUS. Also, see how to configure and deploy Windows using Microsoft Deployment Toolkit, and Windows Deployment Services for Windows 10 (ADK, MDT, and WDS).

Step 1: Only perform this step if you have some residue folder left in the mounted directory (folder).

To resolve the 0xc1420117 error, delete these folders before mounting the wim file again. See this guide on going about this issue “The action cannot be completed because the folder or file is open in another program: How to determine where a file is open in windows“.

Step 2: Now that you’ve removed the folders. Execute the command to unmount the Windows Image (install.wim file), optimizing it for your environment.

Dism /Unmount-image /MountDir:<target_mount_directory> {/Commit | /Discard}

After unmounting the win file. You should be able to address the 0xc1420117 Error Incomplete Unmounting Due to Open Files and then proceed to mount your Windows image again.

Continue with the modification by using the command below. Please modify this command to reflect your information. For more information, see the following guide on how to mount and unmount a Windows image file.

DISM /Mount-Wim /WimFile:"filename.wim" /index:3 /MountDir:"c:\temp"

I hope you found this blog post on how to fix Error 0xc1420117: The directory could not be completely unmounted, this is usually due to applications that still have files open within the mount directory helpful. Please let me know in the comment session if you have any questions.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:DISM, WDS, Windows 10

Post navigation

Previous Post: Error 0x800f0830: Discard the modified Image and start again, no operation was performed
Next Post: Log Off: How to sign out of Windows Server 2012

Related Posts

  • BitLocker renamedevicefghjkl
    What are the effect of renaming an MBAM-Protected Computer Windows
  • article 1280x720.192a2586 1 1
    No valid offer received: WDS PXE-E16 error when booting clients Windows Server
  • screenshot 2020 04 27 at 13.30.17
    What are the differences between a Role and a Feature Windows Server
  • ad lds 832x400 1
    Active Directory Lightweight Directory Services [AD LDS] Windows Server
  • Update Wampserver
    How to update WampServer to Latest Version Web Server
  • 33
    The wim file needs to be remounted: Fix error 0xc1510114 Windows Server

More Related Articles

BitLocker renamedevicefghjkl What are the effect of renaming an MBAM-Protected Computer Windows
article 1280x720.192a2586 1 1 No valid offer received: WDS PXE-E16 error when booting clients Windows Server
screenshot 2020 04 27 at 13.30.17 What are the differences between a Role and a Feature Windows Server
ad lds 832x400 1 Active Directory Lightweight Directory Services [AD LDS] Windows Server
Update Wampserver How to update WampServer to Latest Version Web Server
33 The wim file needs to be remounted: Fix error 0xc1510114 Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Git not Recognized Image banner
    Fix Git is not recognised as an internal or external command Version Control System
  • Screenshot 2024 02 09 at 1.06.54 PM
    Programmatically Deploying App Service Resources in Azure AWS/Azure/OpenShift
  • PRIVATE DOCKER REGISTRY
    How to Set up Private Docker Registry Containers
  • credentialguard
    Enable or disable Windows Defender Credential Guard Security | Vulnerability Scans and Assessment
  • Featured image 4
    How to enable or fix the missing fast startup option on Windows 11 Windows
  • Remove Orphaned VHR Repository
    Unable to Remove Orphaned VHR Repository v2 from VBR v13 Backup
  • VBR upgrade to 12.2.3
    Upgrade Veeam Backup and Replication v12.3.x to 12.3.2 Backup
  • Slide1
    Fix Failed to open session in VirtualBox to install Windows 11 Image  Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.