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.

Category
Troubleshooting · Home maintenance
Time
15–60 min
Last reviewed
What you'll need
  • Administrator access (Windows) or admin password (macOS/Linux)
  • Recovery software (optional, if repair fails)

Step-by-step diagnostic

Step 1 of 6
Show full guide

Steps

Goal: Confirm the volume exists, try manual mount, repair the file system, and recover data if repair fails.

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 lsblk to see the partition. Try sudo mount /dev/sdX1 /mnt. If it fails, check dmesg for errors.
  • Unmount if mounted: sudo umount /mnt. Run sudo fsck /dev/sdX1 to 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.

  1. Confirm volume exists Verify the partition appears in Disk Management or Disk Utility.
  2. Manual mount Assign drive letter (Windows) or run diskutil mount (macOS).
  3. Repair file system Run First Aid (macOS), chkdsk (Windows), or fsck (Linux).
  4. Recover data Use recovery software if repair fails.
  5. 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.

Open Disk Management (Windows) or Disk Utility (macOS). Yes: Volume exists but not mounted—proceed to mount. No: Disk not detected—see Fix an external drive that will not connect or Fix a disk that will not initialize.

You can change your answer later.

Disk not detected

Does manual mount work?

Windows: assign drive letter. macOS: diskutil mount.

Windows: Right-click volume > Change Drive Letter and Paths > Add. macOS: diskutil mount /dev/diskXsY. Yes: Volume mounts—issue resolved. No: Proceed to repair.

You can change your answer later.

Volume mounted

The volume is now accessible. Verify you can read and write files.

Run file system repair

First Aid (macOS), chkdsk (Windows), fsck (Linux).

macOS: Disk Utility > First Aid. Windows: chkdsk E: /f. Linux: fsck /dev/sdX1 (unmount first). Good: Repair succeeds, volume mounts. Bad: Repair fails—try recovery software before reformatting.

You can change your answer later.

Recover data or get help

Use recovery software (TestDisk, PhotoRec, Disk Drill) to extract files. If the drive makes unusual noises or recovery fails, the drive may be failing—see When to 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.

Continue to