In the past, I have been able to create snapshot LVs using LVM2. I had a script that did this as part of a full backup. I have upgraded LVM2 several times and now I find I cannot create a snapshot LV anymore. It seems to be related to an error message I get every time I enter an LVM2 command' Version info: dogboy ~ # lvm version LVM version: 2.02.05 (2006-04-21) Library version: 1.02.07 (2006-05-11) Driver version: 4.1.0 Snapshot creation output: dogboy ~ # lvcreate -dddddd -s -L 256m -n test.snap /dev/paris/test Unrecognised segment type snapshot lvcreate: Create a logical volume lvcreate [-A|--autobackup {y|n}] [--addtag Tag] [--alloc AllocationPolicy] [-C|--contiguous {y|n}] [-d|--debug] [-h|-?|--help] [-i|--stripes Stripes [-I|--stripesize StripeSize]] {-l|--extents LogicalExtentsNumber | -L|--size LogicalVolumeSize[kKmMgGtT]} [-M|--persistent {y|n}] [--major major] [--minor minor] [-m|--mirrors Mirrors] [-n|--name LogicalVolumeName] [-p|--permission {r|rw}] [-r|--readahead ReadAheadSectors] [-R|--regionsize MirrorLogRegionSize] [-t|--test] [--type VolumeType] [-v|--verbose] [-Z|--zero {y|n}] [--version] VolumeGroupName [PhysicalVolumePath...] lvcreate -s|--snapshot [-c|--chunksize] [-A|--autobackup {y|n}] [--addtag Tag] [--alloc AllocationPolicy] [-C|--contiguous {y|n}] [-d|--debug] [-h|-?|--help] [-i|--stripes Stripes [-I|--stripesize StripeSize]] {-l|--extents LogicalExtentsNumber | -L|--size LogicalVolumeSize[kKmMgGtT]} [-M|--persistent {y|n}] [--major major] [--minor minor] [-n|--name LogicalVolumeName] [-p|--permission {r|rw}] [-r|--readahead ReadAheadSectors] [-t|--test] [-v|--verbose] [--version] OriginalLogicalVolume[Path] [PhysicalVolumePath...] Logs: Jul 10 14:28:44 [lvm] Setting global/locking_type to 1 Jul 10 14:28:44 [lvm] Setting global/locking_dir to /var/lock/lvm Jul 10 14:28:44 [lvm] File-based locking enabled. Jul 10 14:28:44 [lvm] Setting chunksize to 16 sectors. Jul 10 14:28:44 [lvm] Unrecognised segment type snapshot Here is what I get when I try a standard LVM command: dogboy ~ # lvs Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror Unrecognised segment type mirror LV VG Attr LSize Origin Snap% Move Log Copy% home paris -wi-ao 4.49G opt paris -wi-ao 6.20G ora-0 paris -wi-a- 10.00G ora-1 paris -wi-a- 10.00G ora-2 paris -wi-a- 10.00G pcsoe paris -wi-ao 12.00G root paris -wi-ao 200.00M test paris -wi-ao 1.00G usr paris -wi-ao 8.00G var paris -wi-ao 4.00G _______________________________________________ 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/