View Single Post
  #2  
Old 08-25-2006, 05:26 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,933
Send a message via AIM to dnanian
The only way to check this for sure is to see what's accessing the drive. To do this, open Terminal and run:

sudo lsof | grep "The-Volume-Name"

Where "The-Volume-Name" is the name of your external drive. That'll give you a list of every application with a file open on the drive...
__________________
--Dave Nanian
Reply With Quote