Am 03.09.2010 00:14, schrieb Tim Nowaczyk: >> Could you show yours for comparison? I still wonder if the format is the >> same. > > /dev/mapper/crash--and--burn-root / ext3 rw,relatime,errors=remount-ro 0 0 > > check out the resolve_device() method in amlvm-snapshot and compare what > it's doing and expecting with what you get running the commands > manually. (namely, run 'sudo lvdisplay -c' then for each row, run 'sudo > readlink <first column>' and see if any of them match your > '/dev/mapper/VG01')
Thanks for the how-to. See .... $ sudo lvdisplay -c | grep pxe /dev/VG01/pxe:VG01:3:1:-1:1:29360128:3584:-1:0:-1:253:2 $ sudo readlink /dev/VG01/pxe ../dm-2 A clear NO, isn't it? ;-)
