On Wed, Jan 15, 2014 at 10:19:33AM +0200, Marius Vollmer wrote: > How can a program tell that only /dev/mapper/TEST-thin can really be > used as a block device, and the rest should be ignored? /dev/mapper is meant only for internal use. Use /dev/$vg/$lv instead (in the case of LVM). Internal LVs shouldn't appear there. 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/