From owner-freebsd-questions@FreeBSD.ORG Mon Oct 17 23:20:12 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B25E0106566B for ; Mon, 17 Oct 2011 23:20:12 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout026.mac.com (asmtpout026.mac.com [17.148.16.101]) by mx1.freebsd.org (Postfix) with ESMTP id 995A48FC12 for ; Mon, 17 Oct 2011 23:20:12 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp026.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LT8001ONGT8MJ80@asmtp026.mac.com> for freebsd-questions@freebsd.org; Mon, 17 Oct 2011 16:19:57 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-10-17_05:2011-10-17, 2011-10-17, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1110170312 From: Chuck Swiger In-reply-to: <1318891999.94031.YahooMailClassic@web121216.mail.ne1.yahoo.com> Date: Mon, 17 Oct 2011 16:19:56 -0700 Message-id: <27CA3493-BF60-401B-88EB-7C613EBA9FFB@mac.com> References: <1318891999.94031.YahooMailClassic@web121216.mail.ne1.yahoo.com> To: Jason Usher X-Mailer: Apple Mail (2.1084) Cc: freebsd-questions@freebsd.org Subject: Re: USB thumb drives for bootable flash FreeBSD installation... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2011 23:20:12 -0000 Hi-- On Oct 17, 2011, at 3:53 PM, Jason Usher wrote: > Are they all the same, or are there some USB flash choices that are more durable and fault tolerant than others ? There's fairly significant differences: http://en.wikipedia.org/wiki/Flash_memory#Write_endurance SLC NOR flash tends to last longer than NAND flash; SLC also tends to last longer than MLC. Regards, -- -Chuck