From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Wed, 23 Dec 2015 20:39:29 +0100 (CET) Received: by mail-wm0-x234.google.com with SMTP id p187so160603699wmp.0 for ; Wed, 23 Dec 2015 11:39:29 -0800 (PST) References: <1738110781.2276602.1450897552997.JavaMail.yahoo.ref@mail.yahoo.com> <1738110781.2276602.1450897552997.JavaMail.yahoo@mail.yahoo.com> From: Milan Broz Message-ID: <567AF86D.7040509@gmail.com> Date: Wed, 23 Dec 2015 20:39:25 +0100 MIME-Version: 1.0 In-Reply-To: <1738110781.2276602.1450897552997.JavaMail.yahoo@mail.yahoo.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Can LUKS be used on a tmpfs? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: H McCurdy , "dm-crypt@saout.de" On 12/23/2015 08:05 PM, H McCurdy wrote: > Hi, > > Is it possible to get crypt_init() to use a tmpfs instead of a block > device or a file? No, dm-crypt works only over block devices (/dev/ram* are block devices as well). You can create a file on tmpfs and use that through loopback though (but this adds another layer there). Milan