From owner-freebsd-usb@FreeBSD.ORG Mon Oct 7 13:41:29 2013 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3D48CB01 for ; Mon, 7 Oct 2013 13:41:29 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC3462487 for ; Mon, 7 Oct 2013 13:41:28 +0000 (UTC) Received: from jre-mbp.elischer.org (ppp121-45-235-45.lns20.per1.internode.on.net [121.45.235.45]) (authenticated bits=0) by vps1.elischer.org (8.14.7/8.14.7) with ESMTP id r97DewCW002751 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 7 Oct 2013 06:41:05 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <5252B9E4.2050208@freebsd.org> Date: Mon, 07 Oct 2013 21:40:52 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: hot usb sticks References: <201310051335.r95DZOx4004869@fire.js.berklix.net> <5250344E.2000500@quip.cz> In-Reply-To: <5250344E.2000500@quip.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: usb@freebsd.org, "Julian H. Stacey" X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 13:41:29 -0000 On 10/5/13 11:46 PM, Miroslav Lachman wrote: > Julian H. Stacey wrote: >> Has anyone else noticed how hot USB sticks can get when used for >> backup ? >> & also that IO errors occur after a while, which go away after a >> cold reboot. >> >> Not the whole stick, but the metal connector gets hot, so chip is >> hotter still. Obviously one won't notice this on large plastic >> encassed sticks, but 2 main sicks I use are: >> sandisk 2Gig metal case "vendor" "0x0781"; "product" "0x5151"; >> delock 8G miniature (~ 3mm of platic beyond plug) >> "vendor" "0x05e3" "product" "0x0727" >> >> I usually notice this when I am updating (writing) a crypted (gbde) >> UFS file systems using port/net/rdist6 (which only rewrites updated >> files). >> >> Source data is 1,446,438 K bytes in 42,611 files so average >> size of 34 K. But a lot of the files are really small, (~/.* config >> & mail files etc, so as rdist will be updating each one sequentially, >> & each will take a read + write cycle on a stick block,& as many >> small files will probably map to the same stick block, thats >> some concentrated cycles. >> >> More stick detail at >> http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/jhs/etc/devd/jhs.conf >> >> >> Quite often I have to reboot my target host that has a stick inserted, >> I believe regardless of OS version on USB target host >> >> Possibly there might be less heating when only reading (as read >> cycles are also quicker), but mainly I'm backing up, writing. >> >> I was thinking of making a heatsink to clamp to a USB socket on an >> extension cable, but before that I'll try hanging a USB extension >> cable >> adjacent to a case fan. > > I have a few USB sticks, some of them are really old (and fast!), > for example 512MB A-Data with 200x speed, or 8GB 133x. These fast > sticks are almost cool. Some cheap modern sticks are hot even if > used as read-only for booting ZFS backup server, where whole base > system is on UFS USB stick monted read-only and all writes are on > ZFS partitions of 4 HDDs. Even in this RO scenario, the hot stick > died after about 2 years. Writes on it was made about 3 times a year > because of system or ports updates. > > So in my case: newer -> cheaper -> slower -> hotter = shorter life. actually, hotter is not always worse in Flash. Warner can say more in detail but hot is good in some case while cold is best when you put the device on the shelf. > > Miroslav Lachman > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" >