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 ; Thu, 10 Jun 2010 11:46:58 +0200 (CEST) Message-ID: <4C10B488.4050808@redhat.com> Date: Thu, 10 Jun 2010 11:46:48 +0200 From: Milan Broz MIME-Version: 1.0 References: <5359FDF36F7442D6A1965F2ACDAF7DF9@AliPC> In-Reply-To: <5359FDF36F7442D6A1965F2ACDAF7DF9@AliPC> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] device-mapper problem List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ali Reza Sajedi Cc: dm-crypt@saout.de On 06/10/2010 11:31 AM, Ali Reza Sajedi wrote: > Hello All, > > I have cryptsetup 1.1.2 installed. > > Everytime after a new boot when I try to execute a cryptsetup command I > get the following error: > > /proc/misc: No entry for device-mapper found > Is device-mapper driver missing from kernel? > Failaure to communicate with kernel device mapper driver. > > The problem is solved after trying to load the module dm_mod with: > > modprobe dm_mod > > Inspite of loading the module this problem keeps coming with every > system booting. The dm_mod module must be loaded before using DM devices, so probably this is missing from initramdisk init? Depends on distro. Milan