On Thu, 2004-05-13 at 10:32, Martin Michlmayr wrote: > * jeff@896tech.com <jeff@896tech.com> [2004-05-12 21:00]: [...] > > Partitioning: > > I really want to try out the LVM modules, but the 2.6 kernel doesn't seem > > to support it. I got a message that claimed "LVM modal is not loaded". I > > looked in the /lib/modules and didn't see it in there. I'm guessing that > > Strange, this should definitely work. Okay, I see what might possibly > be wrong. Let me CC the LVM maintainer Andres Salomon. Andres, > lvmcfg tests whether LVM is available by checking if /proc/lvm exists. > I guess this might not exist on 2.6. How can I find out if LVM is > available? This is definitely not available in 2.6. The way I've historically checked for the existence of lvm driver support in 2.6 has been with: grep "[0-9] device-mapper$" /proc/misc This gives you the line containing the minor number of /dev/mapper/control (which libdevmapper uses for communicating w/ the kernel).
Attachment:
signature.asc
Description: This is a digitally signed message part