Comment 14 for bug 147216

Revision history for this message
Vadim Gusev (zarbis) wrote :

I'm using Ubuntu 12.04 and currently experiencing same problem.

Steps i've done to fix it:

1) copy /lib/udev/rules.d/85-lvm2.rules to /etc/udev/rules.d/
2) change ENV{ID_FS_TYPE}=="lvm*|LVM*" to ENV{ID_TYPE}=="disk"

I'm having one 3TB PV with GPT volume table, not LVM. May be it's causing problems, especially it may be reason why step 2 is necessary.