Macworld Forums: What's Keeping Me? 1.3 - Macworld Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

What's Keeping Me? 1.3

#1 User is offline   Macworld Icon

  • Story Poster
  • Icon
  • Group: MW Bot
  • Posts: 12,782
  • Joined: 30-November 07

Posted 07 October 2008 - 08:54 AM

Post your comments for What's Keeping Me? 1.3 here
0

#2 User is offline   jpmm Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 100
  • Joined: 24-November 05

Posted 07 October 2008 - 09:45 AM

For those who are using VMWare or Parallels or even bootcamp... This is a very nice utility from the Windows side of things that has been super helpful to me. It's pretty similar to the above, and lets you "unlock" the hold Windows sometimes has on files you want to delete, etc.
http://ccollomb.free.fr/unlocker/
(I've been using it for some time, but I have not affiliation with it whatsoever).
0

#3 User is offline   musicaleCA Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 07-October 08

Posted 07 October 2008 - 10:34 AM

There is a more sophisticated program that has the same functionality as this called What's Open. It doesn't require you to type the name of a particular file; most of the time, I have no bloody idea what exactly I'm looking for, I just know what volume it's on. What's Open allows you to easily see all open files on a particular volume via a dynamic drop-down menu; as far as I've seen, What's Keeping Me won't find such files even if you just search the volume's name.
Or perhaps it's not just one file in trash, but several dozen? (This can happen with torrents in the latest version of Transmission.) What's Open will be more friendly about identifying every file with "trash" in it's path.
tl;dr: Better: http://www.agasupport.com/?page_id=72
0

#4 User is offline   spasecookee Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 02-November 06

Posted 07 October 2008 - 02:26 PM

So what are these great Terminal commands that I keep hearing about???
0

#5 User is offline   Dan Frakes Icon

  • Advanced Member
  • Icon
  • Group: Moderators
  • Posts: 3,763
  • Joined: 14-April 03

Posted 07 October 2008 - 08:22 PM

musicaleCA said:

There is a more sophisticated program that has the same functionality as this called What's Open. It doesn't require you to type the name of a particular file; most of the time, I have no bloody idea what exactly I'm looking for, I just know what volume it's on.


Which is exactly what What's Keeping Me will show you, as noted in the article.

#6 User is offline   bugsnw Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 49
  • Joined: 08-April 06

Posted 07 October 2008 - 09:17 PM

I use BatChmod to force empty the trash.
Apple should fix the other problem. It's annoying.
0

#7 User is offline   mwjimmy Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 16-August 06

Posted 08 October 2008 - 02:50 AM

spasecookee said:

So what are these great Terminal commands that I keep hearing about???


"lsof" has all the options that you would want to do this. However, the simplest is to "grep" for the volume that's busy.
e.g. If you are trying to eject a volume named MusicBackup:
lsof | grep MusicBackup
The first column should give you some idea of the program that has the disk open. It may not be exactly what you are expecting, but it should give you an idea. When you have fixed the problem, by exiting the program or closing any open files that the program has, the disk should eject fine.
0

#8 User is offline   EarlScheib9999 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 14-December 08

Posted 14 December 2008 - 09:19 AM

Here's what I use. Hope these are helpful to you.


To eject a stuck drive:

Terminal - log in as root (su -)

df (to get the /dev name of the drive)

hdiutil eject -force /dev/drivename (where you got drive name from df)

Source:
http://www.osxfaq.co...2-2002/02-27.ws

================

To eject a CD or DVD that isn't mounted or recognized:

(from Terminal window, logged in as su)

drutil tray eject
or
drutil tray open
or
sudo drutil tray eject
or

Boot into open firmware (command option o + f); then type
eject cd

Or restart computer while holding down mouse button until the CD or DVD ejects.

Source:
http://forums.osxfaq...56f69d4efec38a5
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users