---------- Původní zpráva ----------
Od: Brandon Allbery <allbery.b@gmail.com>
Datum: 10. 11. 2012
Předmět: Re: [Haskell-cafe] Hard drive thrashing with modern controllers
On Sat, Nov 10, 2012 at 2:49 PM, <timothyhobbs@seznam.cz> wrote:import Control.Monad
foo = do
forever $ writeFile "filename.foo" "Hello world!"
will that destroy those sectors of my SSD after the rated 3000 write cycles?Check your OS; while the firmware of modern SSD devices does much of the work of rotating blocks of Flash around to mitigate this, the OS can help by using a TRIM operation. http://en.wikipedia.org/wiki/TRIMI personally would consider that rapidly changing files should be kept somewhere else such as tmpfs with periodic snapshots to nonvolatile storage.--brandon s allbery kf8nh sine nomine associatesunix/linux, openafs, kerberos, infrastructure http://sinenomine.net