Jump to content

Cannot eject phantom USB hard drive


Recommended Posts

The little red STOP sign on the folder tells you that your user isn't entitled to eject that drive.

 

To eject as root, run this in Terminal:

sudo diskutil umount "/Volumes/Peter Clone 4"

If you're sure the drive isn't connected, and if the folder is empty, this will remove it:

sudo rmdir "/Volumes/Peter Clone 4"

 

The sudo command means "do this as superuser". You'll be asked for your password, and it will only work if you're an Administrator.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...