Software⏱️ 3 min read📅 2026-06-11

How to Fix: Win 11 - wsl 2 : An error occurred mounting one of your file systems. 'dmesg' error

Windows 11 WSL 2 issue with mounting Windows C drive, diagnostic logs and troubleshooting steps.

Quick Answer: Try disabling Hyper-V and Virtual Machine Platform before installing WSL functionalities and Ubuntu distribution.

The 'An error occurred mounting one of your file systems. 'dmesg' error' issue in WSL 2 on Windows 11 can be frustrating for users who have successfully installed and used Linux distributions like Ubuntu or Docker before migrating to Windows 11 from Windows 10.

This problem typically occurs after installing the latest updates and configurations, making it essential to understand its root causes and implement the correct fixes to resolve the issue.

⚠️ Common Causes

  • The primary reason for this error is related to the configuration of Hyper-V or Virtual Machine Platform on Windows 11. In WSL 2, these components play a critical role in enabling Linux distributions to access the file system correctly. When these configurations are not properly set up, it can lead to issues like mounting errors.
  • Another possible cause could be the presence of outdated drivers or corrupted system files that interfere with the WSL 2 functionality.

🔧 Proven Troubleshooting Steps

Enabling Hyper-V and Virtual Machine Platform

  1. Step 1: To resolve this issue, first, ensure that Hyper-V and Virtual Machine Platform are enabled on your Windows 11 installation. You can do this by following these steps:
  2. Step 2: 1. Press the Windows key + R to open the Run dialog box, type 'msinfo32', and press Enter.
  3. Step 3: 2. In the System Information window, click on the 'System Summary' tab.
  4. Step 4: 3. Look for the 'Hyper-V Enabled' checkbox and enable it if it's not already checked.
  5. Step 5: 4. Repeat the same steps to enable Virtual Machine Platform.

Updating Drivers and Checking System Files

  1. Step 1: If enabling Hyper-V and Virtual Machine Platform doesn't resolve the issue, try updating your drivers and checking for any corrupted system files:
  2. Step 2: 1. Open the Device Manager (Press Windows key + X and select Device Manager).

✨ Wrapping Up

After implementing these steps, restart your computer and attempt to mount the file system again using WSL 2. If you continue to encounter issues, consider seeking further assistance from Microsoft support or a qualified IT professional.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions