On Fri, Jun 19, 2015 at 05:02:02PM +0200, csanyipal@gmail.com wrote: > on my Debian Jessie system I want to create a LV with command: > lvcreate --size 10.10G -n var bubba > Rounding up size to full physical extent 10.10 GiB > /dev/bubba/var: not found: device not cleared The device wasn't created by udev before LVM tried to access it to wipe it. Look in your system message log to see if the kernel gave any errors. Otherwise check your udev configuration conforms to the way that particular version of Debian expects things to work. Alasdair _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/