From owner-freebsd-geom@FreeBSD.ORG Wed Jul 24 10:43:25 2013 Return-Path: Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9A3C97B7 for ; Wed, 24 Jul 2013 10:43:25 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6596D28E8 for ; Wed, 24 Jul 2013 10:43:24 +0000 (UTC) Received: from Mail-PC.tdx.co.uk (storm.tdx.co.uk [62.13.130.251]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/) with ESMTP id r6OAhNrH012925 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 24 Jul 2013 11:43:24 +0100 (BST) Date: Wed, 24 Jul 2013 11:43:25 +0100 From: Karl Pielorz To: Steven Hartland , freebsd-geom@FreeBSD.org Subject: Re: TRIM or no TRIM? Message-ID: In-Reply-To: References: <512DC7C043034F891F1012DA@Mail-PC.tdx.co.uk> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 10:43:25 -0000 --On 24 July 2013 11:07 +0100 Steven Hartland wrote: > 9.1 is a bit old, 9.2-BETA1 or 9/stable will be able to tell you if > indeed your SSD is reporting TRIM via: > camcontrol identify 'bit old'? - if only freebsd-update handled updating to 'stable' (unless it does?). Anyway, the camcontrol runs on this ancient 9.1 system ;) and shows: " data set management (TRIM) yes " So it is supported by the drive - remembering the file system is mounted from '/dev/raid/r0' - i.e. not the actual underlying drive). But everything I've seen about geom etc. indicates on this version is should support 'trim' - it may well even be using it, but with the warning logged about 'disk does not confirm that it supports trim' - I'd rather be sure... -Karl