From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Fri, 26 Mar 2010 12:37:38 +0100 (CET) Message-ID: <4BAC9C7D.3040900@redhat.com> Date: Fri, 26 Mar 2010 12:37:33 +0100 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Performance with SSD with TRIM in mind? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Svein Tonning Cc: dm-crypt@saout.de On 03/26/2010 11:34 AM, Svein Tonning wrote: > Tomorrow I will upgrade my laptop. With and SSD. My question is does > luks/the-encryption destroy the TRIM functionality? > Because ext4 is suppose to talk to kernel, and the kernel then issues > the trim command to the hdd. ext4 is on top of the encryption. > That is why i'm asking. Currently device-mapper (thus dm-crypt too) have no TRIM support, but it is planned to be implemented (soon). no ETA yet, sorry. So it will work but without TRIM support. Milan