External drive stops backing up on OS X
Who is this article for?
Instructor, no.
Incydr Professional, Enterprise, Gov F2, and Horizon, no.
Incydr Basic, Advanced, and Gov F1, no.
CrashPlan Cloud, no.
Retired product plans, no.
CrashPlan for Small Business, no.
Overview
If an external drive that is backing up or serving as a backup destination stops working, you may experience one or more of the following symptoms:
- CrashPlan may report that the backup is 100% complete, even though the external drive isn't backing up
- The external drive's name is appended with a "1" (e.g., USB Disk renamed USB Disk 1)
- The external drive is duplicated in your backup file selection
- If the drive is used as a backup destination, CrashPlan reports "Backup location is not accessible"
Affects
Code42 app on Mac OS X backing up an external drive, or backing up to an external drive
Diagnosing
This issue is typically caused by a drive that didn't cleanly unmount (e.g., due to a power outage, disconnected without ejecting, etc.). When this happens, the drive can leave behind a "ghost" folder in /Volumes
, even though the drive is no longer mounted. When the drive re-mounts, your Mac sees that the folder name for the drive is taken, so it appends a “1” to the drive name. However, CrashPlan is looking for the folder with the original name, which is no longer valid.
To determine if you have a duplicate drive:
- Open Applications > Utilities > Terminal
- Enter the command:
cd /Volumes/
- Press Enter
- Enter the command:
ls
- Press Enter
Do you see the external drive name? Do you see one ending with a “1”? If so, this duplicate drive is causing the issue.
Recommended solution
- Stop the Code42 service
- Make sure your volume is disconnected
- In the Finder, go to /Volumes
- Delete the drive that is appended with 1
- Reconnect your volume (it should appear in /Volumes/ without the 1 ending)
You can check this using Terminal or the Finder - Start the Code42 service
External resources
Apple Support: Duplicate mount point in /Volumes after unexpected restart