claude-code - 💡(How to fix) Fix [BUG] Cowork fails with Plan9 share 'h' HRESULT 0x80070005 - MSIX install + OneDrive reparse points (Windows 11 Pro) [1 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46764Fetched 2026-04-12 13:33:39
View on GitHub
Comments
1
Participants
1
Timeline
7
Reactions
0
Participants
Timeline (top)
labeled ×5closed ×1commented ×1

Error Message

Cowork fails to start every time with the error: failed to add Plan9 share 'h': HcsWaitForOperationResult failed with HRESULT 0x80070005: {"Error":-2147024891,"ErrorMessage":""} Cowork workspace starts successfully and the Plan9 home directory share mounts without error.

Error Messages/Logs

2026-04-11 15:09:20 [error] [VM:start] VM boot failed: failed to add Plan9 share 'h': HcsWaitForOperationResult failed with HRESULT 0x80070005: {"Error":-2147024891,"ErrorMessage":""} 5. Error appears immediately after VM boots - fails at add_plan9_shares step

Root Cause

Suspected root cause: The MSIX app container sandbox + two OneDrive reparse points (ReparsePoint attribute) in the home directory (C:\Users\tturn) prevent the HCS Plan9 share mount. The home directory contains virtual filesystem junctions for OneDrive that the Plan9 sharing protocol cannot traverse.

Fix Action

Fix / Workaround

Workarounds attempted (none resolved the issue):

  • Restart Claude and reboot computer (multiple times)
  • Use "Reinstall workspace" button in UI
  • icacls on MSIX vm_bundles path: icacls "%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles" /grant "SYSTEM:F" /T
  • icacls on full user profile: icacls "C:\Users\tturn" /grant "SYSTEM:(OI)(CI)(RX)" /T
  • Paused OneDrive sync
  • Disconnected external drives (partial test)

Code Example

From cowork_vm_node.log:

2026-04-11 15:09:18 [info] [VM:start] Beginning startup, bundlePath=C:\Users\tturn\AppData\Roaming\Claude\vm_bundles\claudevm.bundle
2026-04-11 15:09:18 [info] [VM:start] Bundle version: 5680b11bcdab215cccf07e0c0bd1bd9213b0c25d
2026-04-11 15:09:19 [info] [VM:steps] vm_boot started
2026-04-11 15:09:20 [info] [VM:steps] vm_boot completed (477ms)
2026-04-11 15:09:20 [info] [VM:steps] add_plan9_shares started
2026-04-11 15:09:20 [error] [VM:start] VM boot failed: failed to add Plan9 share 'h': HcsWaitForOperationResult failed with HRESULT 0x80070005: {"Error":-2147024891,"ErrorMessage":""}
2026-04-11 15:09:20 [info] [VM:start] Skipping auto-reinstall (already attempted once)
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Cowork fails to start every time with the error:

Failed to start Claude's workspace failed to add Plan9 share 'h': HcsWaitForOperationResult failed with HRESULT 0x80070005: {"Error":-2147024891,"ErrorMessage":""}

The VM boots successfully but fails at the add_plan9_shares step. This started occurring and has never worked on this machine. Reinstall and reboot do not resolve it.

Environment:

  • OS: Windows 11 Pro
  • Claude Desktop version: 1.1617.0.0
  • Install type: MSIX (Microsoft Store / WindowsApps), package: Claude_pzs8sxrjxfjjc
  • Two OneDrive reparse points present directly in home directory (C:\Users\tturn\OneDrive and C:\Users\tturn\OneDrive - First Choice IT Group)
  • External USB drives connected
  • VM bundles path: C:\Users\tturn\AppData\Roaming\Claude\vm_bundles (note: different from MSIX LocalCache path)

What Should Happen?

Cowork workspace starts successfully and the Plan9 home directory share mounts without error.

Error Messages/Logs

From cowork_vm_node.log:

2026-04-11 15:09:18 [info] [VM:start] Beginning startup, bundlePath=C:\Users\tturn\AppData\Roaming\Claude\vm_bundles\claudevm.bundle
2026-04-11 15:09:18 [info] [VM:start] Bundle version: 5680b11bcdab215cccf07e0c0bd1bd9213b0c25d
2026-04-11 15:09:19 [info] [VM:steps] vm_boot started
2026-04-11 15:09:20 [info] [VM:steps] vm_boot completed (477ms)
2026-04-11 15:09:20 [info] [VM:steps] add_plan9_shares started
2026-04-11 15:09:20 [error] [VM:start] VM boot failed: failed to add Plan9 share 'h': HcsWaitForOperationResult failed with HRESULT 0x80070005: {"Error":-2147024891,"ErrorMessage":""}
2026-04-11 15:09:20 [info] [VM:start] Skipping auto-reinstall (already attempted once)

Steps to Reproduce

  1. Install Claude Desktop via Microsoft Store (MSIX) on Windows 11 Pro
  2. Have two OneDrive reparse points present in home directory (personal OneDrive + work OneDrive - both show as ReparsePoint in PowerShell)
  3. Have external USB drives connected
  4. Click the Cowork tab in Claude Desktop
  5. Error appears immediately after VM boots - fails at add_plan9_shares step

Workarounds attempted (none resolved the issue):

  • Restart Claude and reboot computer (multiple times)
  • Use "Reinstall workspace" button in UI
  • icacls on MSIX vm_bundles path: icacls "%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\vm_bundles" /grant "SYSTEM:F" /T
  • icacls on full user profile: icacls "C:\Users\tturn" /grant "SYSTEM:(OI)(CI)(RX)" /T
  • Paused OneDrive sync
  • Disconnected external drives (partial test)

Claude Model

Sonnet (default)

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

1.1617.0.0 (Claude Desktop, MSIX)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

Suspected root cause: The MSIX app container sandbox + two OneDrive reparse points (ReparsePoint attribute) in the home directory (C:\Users\tturn) prevent the HCS Plan9 share mount. The home directory contains virtual filesystem junctions for OneDrive that the Plan9 sharing protocol cannot traverse.

Home directory reparse points confirmed via PowerShell:

  • C:\Users\tturn\OneDrive — ReadOnly, Directory, Archive, ReparsePoint
  • C:\Users\tturn\OneDrive - First Choice IT Group — ReadOnly, Directory, Archive, ReparsePoint

Related issues: #38188, #43290, #25293

OS: Windows 11 Pro Platform: Anthropic API (Claude Pro subscription) Install: MSIX via Microsoft Store (not EXE installer)

extent analysis

TL;DR

The issue can likely be resolved by removing or relocating the OneDrive reparse points from the home directory to allow the Plan9 share mount to succeed.

Guidance

  • Verify the presence of OneDrive reparse points in the home directory using PowerShell and check their attributes to confirm they are set as ReparsePoint.
  • Attempt to remove or relocate these reparse points to a different directory to see if it resolves the issue with mounting the Plan9 share.
  • If removing the reparse points is not feasible, consider using a different directory for the Claude workspace that does not contain these reparse points.
  • Check the related issues (#38188, #43290, #25293) for any additional information or workarounds that may be applicable to this scenario.

Example

No specific code example is provided as this issue appears to be related to file system configuration and permissions rather than code.

Notes

The exact steps to remove or relocate the OneDrive reparse points are not provided here, as they may vary depending on the specific system configuration and requirements. It is recommended to consult the official Microsoft documentation or support resources for guidance on managing OneDrive reparse points.

Recommendation

Apply a workaround by removing or relocating the OneDrive reparse points from the home directory, as this is likely the root cause of the issue preventing the Plan9 share mount from succeeding.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING