From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3BC772D6.28E80538@storix.com> Date: Fri, 12 Oct 2001 15:46:46 -0700 From: Anthony Johnson MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [linux-lvm] lvcreate: no such device or address Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-lvm@sistina.com # lvcreate -d -l1 -n testlv1 uservg ... <1> lv_create_node -- LEAVING with ret: 0 <1> lvm_error -- CALLED with: 6 <1> lvm_error -- LEAVING with: "No such device or address" lvcreate -- ERROR "No such device or address" opening "/dev/uservg/testlv1" After running this command, the node /dev/uservg/testlv1 was created in the directory but vgdisplay -v still shows there are no LVs in uservg. Tried this on different VGs, using different PE sizes, lvnames, etc with same results. I have 1.0.1-rc2 and recompiled without the optimizer since I was also getting the core dumps from lvcreate previously.