View Single Post
  #3  
Old 12-15-2006, 10:31 PM
mykmelez mykmelez is offline
Registered User
 
Join Date: Jul 2005
Posts: 34
Quote:
Originally Posted by dnanian View Post
At present, the APIs we're using to copy files do not give any status during a file copy, so we have no way of letting you know how much of a file is copied, sorry.
Ok, good to know. FWIW, in a "related thread", I found this technique you posted for figuring out what file is being copied:

Quote:
Originally Posted by dnanian View Post
run the following in Terminal:

Code:
sudo lsof | grep SDCopy
The last two files listed are what we're reading and writing.
Using this technique, I was able to confirm that SD! is indeed copying my large virtual drive file when it appears to stall.

Quote:
Originally Posted by dnanian View Post
Don't run SD! while your VM is running. It'll likely end up filling the destination... bad idea.
Oof, sounds bad. Ok, I'll avoid that.
Reply With Quote