View Single Post
  #3  
Old 06-14-2007, 02:55 AM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
If it's still stuck when you read this, please open Terminal (/Applications/Utilities/Terminal). Then, copy the following to the clipboard:

sudo lsof | grep SDCopy

Paste that into Terminal. Press Return at the end of the line, then enter your password (it won't echo) and press Return.

That'll print a list of what we're copying at the time -- the last two lines are what we're reading and writing. It could be a large file that's being updated, etc...
__________________
--Dave Nanian
Reply With Quote