On Wed, Aug 31, 2005 at 11:10:44PM +0200, Chris Osicki wrote: > filter = [ "r|/dev/cdrom.*|", "r|/dev/cdroms.*|" ] Which is the same as: filter = [ "r|/dev/cdrom|" ] The trailing .* is implied unless you append $ . Alasdair -- agk@redhat.com _______________________________________________ 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/