c.haslam 18 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 Hide c.haslam's signature Hide all signatures 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 1 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? Hide /dev/null's signature Hide all signatures __________________________________________________________(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 473 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 1 Posted December 4, 2006 With a fine-tip pen?yeah, I guess THAT could be called a "slow drive", at least nowadays... CheersKurt Hide /dev/null's signature Hide all signatures __________________________________________________________(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 18 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. Hide c.haslam's signature Hide all signatures 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 44 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 Hide rover's signature Hide all signatures 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)". Hide Squirrely1's signature Hide all signatures Das Häschen benutzt Radar Share this post Link to post Share on other sites