|
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
|