View previous topic :: View next topic |
Author |
Message |
bonito Tux's lil' helper
Joined: 01 May 2002 Posts: 80
|
Posted: Sat May 18, 2002 6:12 am Post subject: LVM cannot run vgscan "vgscan -- LVM driver/module not |
|
|
I built a gentoo system and installed lvm user tools and built a kernel with lvm support built in. I then booted the system with the new kernel and tried to run vgscan which is the first step and I always get the same error:
vgscan -- LVM driver/module not loaded?
Here is the debug info:
<1> lvm_get_iop_version -- CALLED
<22> lvm_check_special -- CALLED
<22> lvm_check_special -- LEAVING
<1> lvm_get_iop_version -- AFTER ioctl ret: -102
<1> lvm_get_iop_version -- LEAVING with ret: -102
vgscan -- LVM driver/module not loaded?
Can anyone here help? |
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Sun May 19, 2002 4:15 am Post subject: |
|
|
when you do a "dmesg | grep -i lvm" does it show you lvm loading?
I have a root lvm setup right now with everything on LVM, and had no problems with vgscan. |
|
Back to top |
|
|
mglauche Retired Dev
Joined: 25 Apr 2002 Posts: 564 Location: Germany
|
Posted: Mon May 20, 2002 7:17 am Post subject: |
|
|
please also double check if the LVM version of your tools matches your kernel ! There were quite some lvm changes in the past, so try to keep both current:
dmesg output: LVM version 1.0.3(19/02/2002)
emerge -s lvm
[ Results for search key : lvm ]
[ Applications found : 1 ]
* sys-apps/lvm-user
Latest version Available: 1.0.3
Latest version Installed: 1.0.3
Homepage: http://www.sistina.com/
Description: User-land utilities for LVM (Logical Volume Manager)
software |
|
Back to top |
|
|
|