From owner-freebsd-questions@FreeBSD.ORG Thu Apr 6 23:40:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F060A16A400 for ; Thu, 6 Apr 2006 23:40:53 +0000 (UTC) (envelope-from mfitzgerald@pacific.net.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ADDF43D46 for ; Thu, 6 Apr 2006 23:40:52 +0000 (GMT) (envelope-from mfitzgerald@pacific.net.au) Received: (qmail 17020 invoked by uid 507); 7 Apr 2006 09:40:51 +1000 Received: from 28.101.233.220.exetel.com.au (HELO ?192.168.1.100?) (220.233.101.28) by jay.exetel.com.au with SMTP; 7 Apr 2006 09:40:51 +1000 Mime-Version: 1.0 (Apple Message framework v623) In-Reply-To: <443524CF.4060108@mac.com> References: <3779463.post@talk.nabble.com> <443524CF.4060108@mac.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Malcolm Fitzgerald Date: Fri, 7 Apr 2006 09:40:49 +1000 To: freebsd-questions@FreeBSD. ORG X-Mailer: Apple Mail (2.623) Cc: Subject: Re: Which BSD - Flash Drive 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: Thu, 06 Apr 2006 23:40:54 -0000 On 07/04/2006, at 12:25 AM, Chuck Swiger wrote: > orange_4444 wrote: >> I would like to run a BSD distribution off a 1GB USB Flash drive... >> What would be the most suitable - something like FreeSBIE? > > That's possible. You do understand that flash drives only have very > limited # of write cycles before they fail, and should be operated in > read-only mode most of the time? I've only heard that on this list. This is from wikipedia - search "flash drive" Recently there has been the increasing emergence of low cost "ROM-only" chips in USB drives, instead of regular flash memory that is rated for use up to 100,000 write cycles. ROM-only chips only last 5-10 cycles and are generally used for storing the Firmware in embedded devices. malcolm