From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7B1HHa12775 for ; Tue, 10 Aug 2004 21:17:17 -0400 Received: from chaos.ao.net (root@chaos.ao.net [208.5.40.6]) by mx3.redhat.com (8.12.10/8.12.10) with ESMTP id i7B1HBXn027277 for ; Tue, 10 Aug 2004 21:17:11 -0400 Received: from chaos.ao.net (harik@localhost [127.0.0.1]) by chaos.ao.net (8.12.9/8.12.9/Debian-5) with ESMTP id i7B1HAGK004347 for ; Tue, 10 Aug 2004 21:17:10 -0400 Received: (from harik@localhost) by chaos.ao.net (8.12.9/8.12.9/Debian-5) id i7B1H9WN004345 for linux-lvm@redhat.com; Tue, 10 Aug 2004 21:17:09 -0400 Date: Tue, 10 Aug 2004 21:17:09 -0400 From: Dan Merillat Message-ID: <20040811011709.GK21230@chaos.ao.net> Mime-Version: 1.0 Content-Disposition: inline Subject: [linux-lvm] device-mapper: : dm-linear: Device lookup failed Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-lvm@redhat.com I can't use my CD-rom as a device-mapper target, is this intended? "0 2048 linear /dev/hda1 0" works, "0 2048 linear /dev/hdc 0" does not. (I'm actually trying to do encrypted CD-roms, but it's reproducable using linear mappings as well.) Right now I have to use a loopback device on the CD, then I can use it as a device-mapper target. --Dan