From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-98218-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MUkqu-0001O9-TF
	for garchives@archives.gentoo.org; Sat, 25 Jul 2009 17:16:09 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2EB9DE03CF;
	Sat, 25 Jul 2009 17:16:07 +0000 (UTC)
Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240])
	by pigeon.gentoo.org (Postfix) with ESMTP id 0C137E03D3
	for <gentoo-user@lists.gentoo.org>; Sat, 25 Jul 2009 17:16:07 +0000 (UTC)
Received: by an-out-0708.google.com with SMTP id d40so3022137and.1
        for <gentoo-user@lists.gentoo.org>; Sat, 25 Jul 2009 10:16:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:reply-to:in-reply-to
         :references:date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=msiScx1MASUr0+vlhOZ/2jnzjWozqBR54wLHTVZ/gH4=;
        b=mCfCi2pzKDkVSqJlHcPeOqwT0ROR1eDfEH1388Ix2yCt23zP2VRwQ4oCqRw6oNfrIr
         x/G0c2tWKGgbgg1hTK96Kw/pOJ7lEZpGioZ+FTvJG5bKmx8vr17Qzb1+SKLkzTPFSSM/
         b5BtjvPPqQgIIJehMu1MDbWPI3VLRTIQTDjSI=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:reply-to:in-reply-to:references:date:message-id
         :subject:from:to:content-type:content-transfer-encoding;
        b=tGTjlYZTy0RhLNF86+7DzwtgduSDkqEwePyFiy79Iibar2d//jrJ/rZo4tu6k3p1ub
         8ykn4J03HNWxooHjq7iH31ZPAfHYYgs1yKyB32H5NzD8LxX9ZxIKxyJemniCZ/0KgCGT
         KMjI25HU6odzOb9cyc88qBqGelitGKcodwOiQ=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.100.14.16 with SMTP id 16mr6089837ann.128.1248542166700; Sat, 
	25 Jul 2009 10:16:06 -0700 (PDT)
In-Reply-To: <h4f6fp$dh6$1@ger.gmane.org>
References: <5f14cf5e0907220809ud14a99dq81950fba1c45b495@mail.gmail.com>
	 <7bef1f890907241943k7c6a6fckb79a90816cae280f@mail.gmail.com>
	 <h4f6fp$dh6$1@ger.gmane.org>
Date: Sat, 25 Jul 2009 13:16:06 -0400
Message-ID: <5f14cf5e0907251016m4580582bw9a25c2f9a86e145d@mail.gmail.com>
Subject: Re: [gentoo-user] Re: File synchronisation utility (searching 
	for/about to program it)
From: Simon <turner25@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 2fe80957-3c77-42b8-84ea-1288ce47cbb8
X-Archives-Hash: 547433615cc673d9f5493bb2f0f25742

>> ...I am using a flash drive as a cache, so to speak...
>
> I recently learned that flash drives wear out after about
> 10,000 write operations, which came as an unpleasant surprise.
>
> Just be aware that you are drastically shortening the life of
> a flash drive by writing to it frequently. (or so I've read)

I think the problem is the number of erases actually (but you erase in
order to write, so)...

This is number really is more or less, some companies achieve higher
number of writes, i think this figure shows a worst-case scenario.

Also, it's actually 10k writes per sector...  git, as far as i
understand, will append new versions to the repository, so it's
writing on other sectors and only once.  Only if you remove, prune,
cleanup the repository, then it would erase...  and if you were to
format it every day and write to it once a day, (say one new write per
sector, on every sector, once per day)... i've quickly calculated the
key will last around 27 years.  I'll be glad to buy a petabyte usbkey
for 10$US in 27 years man! lol

Simon