Messages in this thread |  | | Date | Wed, 20 Jun 2001 14:32:55 -0300 (BRST) | | From | Rik van Riel <> | | Subject | Re: spindown |
| |
On Wed, 20 Jun 2001, Daniel Phillips wrote:
> BTW, with nominal 100,000 erases you have to write 10 terabytes > to your 100 meg flash disk before you'll see it start to > degrade.
That assumes you write out full blocks. If you flush after every byte written you'll hit the limit a lot sooner ;)
Btw, this is also a problem with your patch, when you write out buffers all the time your disk will spend more time seeking all over the place (moving the disk head away from where we are currently reading!) and you'll end up writing the same block multiple times ...
regards,
Rik -- Executive summary of a recent Microsoft press release: "we are concerned about the GNU General Public License (GPL)"
http://www.surriel.com/ http://www.conectiva.com/ http://distro.conectiva.com/
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |