0

I have a mysterious volume mounted on my desktop that I can't seem to forcibly unmount. I've tried using umount and also diskutil, but it seems to automatically remount itself. I've copied my hdd with Time Machine, and copied it onto a new computer, and it also has the drive mounted on it. It's not pointing to anything and I can't open it, nor can I forcibily remove it by hand with rm -Rf.

Any ideas? I noticed this problem after I upgraded to Mountain Lion from Lion. It causes problems because when I try to select a file using the built in Finder dialog box, it freezes for a few minutes because it tries to cache or read into the "media" mounted volume.

Picture of my desktop

I added a picture so you guys can see what I'm talking about. It's a media volume that is mounted on my desktop, but I can't get it to go away and it really slows down my finder when I use it to select items.

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
Allen
  • 111

2 Answers2

1

finally got that mofo deleted! Thanks much for your help, Matteo! If you would have put up an answer, I would have give you the credit. All because of the mount command telling me some info, I did some google search. I had to open up Directory Utility, and I went to mounts and found a mount in there. I deleted that record and bam! The folder appeared back on my system and I could delete it!

Here is a post that relates to mine: Permanently map a network drive on Mac OS X Leopard

Allen
  • 111
0
  1. Open up terminal

  2. Type in diskutil list

This should give you a brief overview of your devices

Here you may find more information about your mystery device

  1. With it, there is a name. e.g Disk1, Disk7 etc. Note the one for your mystery device.

  2. Type in diskutil eject /dev/DiskX

X being the number asigned to the device you want to remove