Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hello !
I put a single wget each hour in the crontab of my DNS 323 using same the method as in this tutorial :
http://dns323.kood.org/howto:backup
My wget is doing fine, and all ... but each time it launch that wget the disks spins up.
Is there any way to do this without spinning disks ?
I was thinks at : putting the wget binary on a USB key, mount it, and launch by using /mnt/USB ...
could that work ?
Last edited by Nod (2009-01-22 05:55:18)
Offline
You need to start wget from somewhere else than your hard disk, otherwise it will spin up. USB disk would be an option but you can use the RAM drive as well if that wget binary isn't that big. Copy it to /bin for example. That should work.
What about the files that wget downloads? If they are stored to the hard disk you get the same problem again - the disk will spin up.
Offline
I copied the wget file in RAM. seems ok now, thanks !
Offline
Pages: 1