From owner-freebsd-questions@freebsd.org Mon Aug 31 19:57:16 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72CDC9C66D2 for ; Mon, 31 Aug 2015 19:57:16 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5256230F for ; Mon, 31 Aug 2015 19:57:15 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-173-48-121-235.bstnma.fios.verizon.net [173.48.121.235]) by douhisi.pair.com (Postfix) with ESMTPSA id 6DB243F73A for ; Mon, 31 Aug 2015 15:57:14 -0400 (EDT) Message-ID: <55E4B19A.5030007@sneakertech.com> Date: Mon, 31 Aug 2015 15:57:14 -0400 From: Quartz MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Replacing Drive with SSD References: <20150829220311.c7608be1.freebsd@edvax.de> <55E45973.2050103@sneakertech.com> <55E4865B.1000104@sneakertech.com> <20150831181326.ec4d6bdab2d2f10de5f7aa22@sohara.org> In-Reply-To: <20150831181326.ec4d6bdab2d2f10de5f7aa22@sohara.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 19:57:16 -0000 >physical blocks are > not allocated to logical block addresses until the block is written to for > the first time, so all blocks are spares until they are used and they can > be returned to the spare pool using TRIM. Ahh, ok. That was the missing piece of the puzzle. Thanks.