From owner-freebsd-geom@FreeBSD.ORG Wed Jul 24 08:08:36 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 8BB23CEC for ; Wed, 24 Jul 2013 08:08:36 +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 5A825200E for ; Wed, 24 Jul 2013 08:08:32 +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 r6O88UhQ000448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 24 Jul 2013 09:08:31 +0100 (BST) Date: Wed, 24 Jul 2013 09:08:30 +0100 From: Karl Pielorz To: freebsd-geom@FreeBSD.org Subject: TRIM or no TRIM? Message-ID: <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 08:08:36 -0000 Hi, I've got a 9.1-RELEASE-p4 amd64 system, on a SuperMicro board with: ahci0: port 0xf070-0xf077,0xf060-0xf063,0xf050-0xf057,0xf040-0xf043,0xf000-0xf01f mem 0xdfa22000-0xdfa227ff irq 19 at device 31.2 on pci0 I'm using a graid RAID1 array comprising of two INTEL SSDSA2CW160G3's with a couple of file systems on it. I've used 'fsck_ffs -E' on the filesystems, rebooted as single user and done 'tunefs -t enable' for both file systems. On a subsequent reboot I get: " WARNING: /: TRIM flag on fs but disk does not confirm that it supports TRIM WARNING: /usr3: TRIM flag on fs but disk does not confirm that it supports TRIM " Is TRIM supported on this configuration? - Is there any way of telling if it's actually working? Thanks, -Karl