FS#38709 - [lvm2] PLEASE ENTER SUMMARY
Attached to Project:
Arch Linux
Opened by Robin (robin67) - Wednesday, 29 January 2014, 11:55 GMT
Last edited by Dave Reisner (falconindy) - Wednesday, 29 January 2014, 12:36 GMT
Opened by Robin (robin67) - Wednesday, 29 January 2014, 11:55 GMT
Last edited by Dave Reisner (falconindy) - Wednesday, 29 January 2014, 12:36 GMT
|
Details
Description:
After upgrading lvm2 I am no longer able to mount some of the snapshots of my partitions. Downgrading to 2.0.2.104-1 solved my problems..... Additional info: lvm2 version 2.02.105-1 (lvm2-2.02.105-1-x86_64) in /etc/fstab the partition is mounted as: /dev/mapper/lvm-home /home ext4 defaults,relatime,errors=continue 0 1 Steps to reproduce: [root@vps ~]# lvcreate --size 4G --snapshot --name snapup /dev/lvm/home -p r Logical volume "snapup" created [root@vps ~]# mount -r -t ext4 /dev/lvm/snapup /mnt/tmp mount: wrong fs type, bad option, bad superblock on /dev/mapper/lvm-snapup, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so. dmesg shows: [ 3012.436519] EXT4-fs (dm-4): bad geometry: block count 3670016 exceeds size of device (262144 blocks) |
This task depends upon