Medium
Operating Systems
✓ Solution Verified by Community (0+ upvotes)
Error Code error-is-join-path — Windows 11
ERROR_IS_JOIN_PATH = 147
Oprava založena na komunitních zprávách a expertní analýze. Naposledy ověřeno: 2026-08-12
· Jak ověřujeme opravy
| Error Code | error-is-join-path |
|---|---|
| Affected System | Windows 11 (Microsoft) |
| Difficulty | Medium |
| Estimated Time | 15 min |
| Requires Admin Rights | ⚠️ Yes |
Postup řešení
- 1 Press Windows key + X and select 'Terminal (Admin)' or 'Command Prompt (Admin)' from the menu. This opens a command prompt with administrative privileges, which is necessary to view and manage drive joins.
- 2 Type 'mountvol' and press Enter. This lists all mounted volumes and their junctions. Look for any entry that shows a join path (a folder on a drive that points to another volume). If you see a join, note the path.
- 3 If the join is missing, you need to recreate it. For example, if the error involves 'C:\Joined' and the target drive is 'D:', you can use the 'mountvol' command to create a junction: 'mountvol C:\Joined \\?\Volume{GUID}\' (replace with the actual volume GUID). To find the GUID, use 'mountvol' without arguments and look for the volume.
- 4 If the join exists but the target volume is not accessible, check that the target drive is connected and has a valid file system. Use 'dir D:' to verify.
- 5 After fixing the join, restart the program. If the error persists, consider removing the join and using a different approach like a symbolic link.
🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:
🔧 Stále máte problémy?
Popište svůj přesný problém Error Buddymu a získejte personalizovanou opravu během několika sekund.
🛠️ Vyzkoušet Error Buddy — Zdarma