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:
- The CrashPlan app 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" (for example, "USB Disk" is renamed "USB Disk 1").
- The external drive is duplicated in your backup file selection.
- If the drive is used as a backup destination, the CrashPlan app reports Backup location is not accessible.
Affects
CrashPlan app on Mac 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 (for example, due to a power outage, the drive disconnected without ejecting). When this happens, the drive can leave behind a "ghost" folder in the /Volumes directory, 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, the CrashPlan app is looking for the folder with the original name, which is no longer valid.
To determine if you have a duplicate drive:
- In Finder, open Applications > Utilities > Terminal.
- Enter the command:
cd /Volumes/
- Press Enter.
- Enter the command:
ls
- Press Enter.
If you see the external drive name ending with a “1”, this is a duplicate drive that is causing the issue.
Solution
- Stop the CrashPlan 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 CrashPlan service.
External resources
Apple Support: Duplicate mount point in /Volumes after unexpected restart