c.haslam 20 Posted December 4, 2006 I wish to know when a bunch of files have been written to a slow drive. How can I determine this? ...chris Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard Share this post Link to post Share on other sites
/dev/null 2 Posted December 4, 2006 I wish to know when a bunch of files have been written to a slow drive. How can I determine this?...chrishow do you write them? __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Share this post Link to post Share on other sites
Valik 478 Posted December 4, 2006 how do you write them?With a fine-tip pen? Share this post Link to post Share on other sites
/dev/null 2 Posted December 4, 2006 With a fine-tip pen?yeah, I guess THAT could be called a "slow drive", at least nowadays... CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Share this post Link to post Share on other sites
c.haslam 20 Posted March 11, 2008 The scripts writes to a USB stick or to a CD-R using Direct CD. I wish the script to wait until all files have been copied from a hard drive before checking that the copies are AOK. Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard Share this post Link to post Share on other sites
rover 50 Posted March 11, 2008 I wish to know when a bunch of files have been written to a slow drive. How can I determine this?...chrisPosted Today, 10:22 AMThe scripts writes to a USB stick or to a CD-R using Direct CD.I wish the script to wait until all files have been copied from a hard drive before checking that the copies are AOK.your not one of 'The 4400' now are you? seriously, search for '+drive +idle' in the forum search engine I see fascists... Share this post Link to post Share on other sites
Squirrely1 1 Posted March 11, 2008 I wish to know when a bunch of files have been written to a slow drive. How can I determine this?...chrisSeriously, whenever you have a wait job like this, just time test the operation, and double the result for to write a Sleep function: "Sleep(3200)". Das Häschen benutzt Radar Share this post Link to post Share on other sites