Fix a volume that will not mount
We'll confirm the volume exists, try manual mount, run First Aid or chkdsk to repair the file system, and recover data if repair fails.
What you'll need
- Administrator access (Windows) or admin password (macOS/Linux)
- Recovery software (optional, if repair fails)
Step-by-step diagnostic
Quick triage — pick your path
Get started
Choose the option that matches what you see. You can jump straight to that section.
- Follow this guide Work through the full procedure from confirming the volume to repair.
- Windows — assign drive letter The volume exists but has no drive letter.
- macOS — First Aid The volume will not mount; run First Aid to repair.
- Linux — mount and fsck The volume will not mount on Linux.
- When to get help Repair fails or the drive makes unusual noises.
Show full guide
Steps
Goal: Confirm the volume exists, try manual mount, repair the file system, and recover data if repair fails.
- Open Disk Management (Windows) or Disk Utility (macOS). Confirm the disk and partition appear. The volume may show no drive letter (Windows) or be grayed out (macOS).
- Good: The partition exists—proceed to mount. Bad: The disk does not appear—see Fix an external drive that will not connect or Fix a disk that will not initialize.
Assign drive letter (Windows)
Goal: Assign a drive letter so the volume mounts.
- In Disk Management, right-click the volume > Change Drive Letter and Paths > Add. Choose an unused letter (e.g. E:) > OK.
- Good: The drive appears in File Explorer. Bad: Error (e.g. “The parameter is incorrect”)—the file system may be corrupted; run chkdsk.
First Aid (macOS)
Goal: Repair the file system so the volume can mount.
- In Disk Utility, select the volume (or the disk if the volume is grayed out). Click First Aid. Let it run to completion.
- Good: First Aid reports “The volume appears to be OK” or “First Aid completed.” Try mounting again. Bad: First Aid reports errors it cannot fix—try recovery software.
Linux — mount and fsck
Goal: Mount the volume or repair it with fsck.
- Run
lsblkto see the partition. Trysudo mount /dev/sdX1 /mnt. If it fails, checkdmesgfor errors. - Unmount if mounted:
sudo umount /mnt. Runsudo fsck /dev/sdX1to repair. Answer prompts as needed. Try mounting again. - Good: Volume mounts. Bad: fsck cannot repair—try recovery software.
When to get help
- Repair fails and recovery software cannot read the volume.
- The drive makes clicking, grinding, or beeping noises.
- The volume uses an unsupported format and you need cross-platform access—consider reformatting with exFAT (back up first).
Verification
- The volume appears in File Explorer (Windows), Finder (macOS), or the mount point (Linux).
- You can read and write files.
- No error messages when accessing the volume.
Escalation ladder
Work from the device outward. Stop when the problem is fixed.
- Confirm volume exists Verify the partition appears in Disk Management or Disk Utility.
- Manual mount Assign drive letter (Windows) or run diskutil mount (macOS).
- Repair file system Run First Aid (macOS), chkdsk (Windows), or fsck (Linux).
- Recover data Use recovery software if repair fails.
- Call a pro Drive failing, repair fails, or data recovery needed.
What to capture if you need help
Before calling support or posting for help, have these ready. It speeds everything up.
- Volume format (NTFS, APFS, ext4, etc.)
- Error message from Disk Management or Disk Utility
- Whether the disk appears at all
- Steps already tried
Does the volume appear in Disk Management or Disk Utility?
The partition exists but may be unmounted or show an error.
You can change your answer later.
Disk not detected
Does manual mount work?
Windows: assign drive letter. macOS: diskutil mount.
You can change your answer later.
Volume mounted
Run file system repair
First Aid (macOS), chkdsk (Windows), fsck (Linux).
You can change your answer later.
Recover data or get help
Reviewed by Blackbox Atlas
Frequently asked questions
- Why would a volume not mount?
- Common causes: file system corruption, unsupported format (e.g. APFS on Windows), permission issues, or a failing drive. Check Disk Management or Disk Utility for the exact error.
- Can I mount an APFS volume on Windows?
- Windows does not natively support APFS. Use a third-party driver (e.g. Paragon APFS) or access the drive from a Mac. exFAT and NTFS are more cross-platform.
- Will chkdsk or First Aid erase my data?
- Repair tools try to fix file system structures without erasing data. Severe corruption may cause data loss. Back up important data before repair when possible.
Rate this guide
Was this helpful?
Thanks for your feedback.