View Single Post
  #2  
Old 02-25-2007, 04:40 PM
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
So see what's going on, the thing to do is to open Terminal. Then, copy the following to the clipboard:

Code:
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, which should help you (and us) understand what's going on.
__________________
--Dave Nanian
Reply With Quote