View Single Post
  #9  
Old 02-11-2008, 03:42 PM
gmachen gmachen is offline
Registered User
 
Join Date: Jan 2008
Posts: 32
Quote:
Originally Posted by dnanian View Post
Try just searching on "ServerHD backup 1 of 3" (with the quotes, no /Volumes, etc).
I did so:

sudo lsof | grep "ServerHD backup 1 of 3"

... and still no hits.

I should mention that my earlier syntax would also seem to be correct, inasmuch as if I enter:

sudo lsof | grep

... with a space character after grep, then drag & drop my volume icon from the Finder to the Terminal window, I end up with:

sudo lsof | grep /Volumes/ServerHD\ backup\ 1\ of\ 3/

But as a test, I launched an app from the offending partition, and both of our syntaxes showed it.

Memo: I wonder what this means:
- After quitting that app, I still get two references to its path, even though it's not a running process:

circulation-1:~ techservicesadmin$ sudo lsof | grep "ServerHD backup 1 of 3"
Finder 1028 techservicesadmin 13r DIR 14,20 1054 2 /Volumes/ServerHD backup 1 of 3
Finder 1028 techservicesadmin 16r DIR 14,20 1088 190786 /Volumes/ServerHD backup 1 of 3/Applications
circulation-1:~ techservicesadmin$
Reply With Quote