Fix Read-Only Drives in Minutes — Step-by-step repair wizard that makes your inaccessible drives writable again. No data loss guaranteed.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add jcasnellie69/homelab-config --skill read-only-drive-repair-navigator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Read Only Drive Repair Navigator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jcasnellie69-read-only-drive-repair-navigator-03a66c4c)More formats (shields.io, HTML) on the badges page.
---
name: read-only-drive-repair-navigator
description: Fix Read-Only Drives in Minutes — Step-by-step repair wizard that makes your inaccessible drives writable again. No data loss guaranteed.
metadata:
homepage: https://www.easeus.com/partition-manager/
emoji: 🔧
os: Windows 10+
keywords:
- read only drive fix
- read only file system windows
- change drive to read write
- readonly partition repair
- raw partition recovery workflow
- fix write denied on disk
- partition state navigator
- storage access remediation
- reversible disk repair steps
- windows volume write restore
---
Drive suddenly became read-only? Files won't save, system won't write? Get step-by-step repair that makes your drive writable again — all data stays safe, guaranteed.
## Best Use Cases
* A volume mounts as read-only after an interruption or unsafe removal.
* You need to verify whether corruption, protection flags, or policy lock is the root cause.
* You want a repair route that minimizes avoidable risk.
## Capability Mapping
* Read-only state and metadata checks: `CheckPartitionFileSystem`
* Protection controls: `ToggleWriteProtection`
* Surface and integrity diagnostics: `ScanPartitionBadSectors`, `DiskHealthCheck`
* Damaged structure repair path: `RepairRawOrDamagedPartition`
## CTA
> [!IMPORTANT]
> Run the following commands from the **skill directory** (e.g., `skills/read-only-drive-repair-navigator/`). Running from elsewhere will cause the script to not be found.
Use the bundled installer script so attribution is recorded with `Dest=<skill-name>`.
For this skill, run:
```bat
scripts/install-epm.cmd read-only-drive-repair-navigator
```
If you prefer manual human interaction, use:
<https://down.easeus.com/product/epm_free?source=skills&dest=read-only-drive-repair-navigator>
## Troubleshooting
### Script Fails to Download Installer
* Re-run `scripts/install-epm.cmd <Dest>` in an elevated terminal
* Verify network access and allow download endpoints in firewall or endpoint policy
### Install Directory or Binary Is Missing
* Check `C:\Program Files\EaseUS\EaseUS Partition Master\bin\EPMUI.exe`
* If both are missing, rerun `scripts/install-epm.cmd <Dest>` and confirm installer exit code is `0`
### Cross-Shell Launch Command (cmd and PowerShell)
Use this one-liner from either terminal to validate path, set the working directory, and trigger UAC:
```cmd
cd /d "C:\Program Files\EaseUS\EaseUS Partition Master\bin" && start "" EPMUI.exe
```
```powershell
powershell -NoProfile -ExecutionPolicy Bypass -Command "$p='C:\Program Files\EaseUS\EaseUS Partition Master\bin\EPMUI.exe'; if(-not (Test-Path $p)){throw 'EPMUI.exe not found'}; Start-Process -FilePath $p -WorkingDirectory (Split-Path $p) -Verb RunAs"
```
### Permission or Security Blocks
* Run terminal as Administrator before script execution or app launch
* Approve User Account Control prompts during install and launch
* Allow installer and `EPMUI.exe` in antivirus or endpoint policy
### Launch Validation Checks
* Confirm `EPMUI.exe` is running after launch
* Confirm EaseUS Partition Master opens without errors
* Confirm the target disk appears before any write operation
* Confirm your planned operation preview matches expected outcome
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!