Re: Installing LVM

2003-08-14 Thread Tom Allison
Antony Gelberg wrote: On Thu, Aug 07, 2003 at 09:42:35PM -0400, Tom Allison wrote: I'm trying to install an LVM system under Debian. lvcreate -L3G /nusr vg0 invalidate: busy buffer (about 20 repeats) /dev/mapper/control: open failed: No such file or directory Is device-mapper driver missing fro

Re: Installing LVM

2003-08-14 Thread Tom Allison
Antony Gelberg wrote: On Thu, Aug 07, 2003 at 09:42:35PM -0400, Tom Allison wrote: I'm trying to install an LVM system under Debian. lvcreate -L3G /nusr vg0 invalidate: busy buffer (about 20 repeats) /dev/mapper/control: open failed: No such file or directory Is device-mapper driver missing fro

Re: Installing LVM

2003-08-14 Thread tallison
> It does. Either you choose lvm10 and enable lvm-support in > your 2.4.18 kernel or you choose lvm20 and enable > device-mapper support in your 2.4.21 (probably patched) > kernel. > > In order to get you lvm-stuff to work fast -> use lvm10 > and your 2.4.18 kernel. > Thanks. Any ideas on how we

Installing LVM

2003-08-14 Thread Tom Allison
I'm trying to install an LVM system under Debian. This is what I've done so far: Using the 3.0 installation CD I've installed up to a 'base' system. then: modified /etc/apt/sources.list to include -testing and set /etc/apt/preferences to -stable->999 and -testing 501 apt-get install kernel-imag

Re: Installing LVM

2003-08-14 Thread Tom Allison
Tom Allison wrote: I'm trying to install an LVM system under Debian. This is what I've done so far: But if I do it again, I get "Logical volume 'usr' already exists in volume group 'vg0' Goofy errors, what's going on? Now the interesting thing is that there is no /dev/vg0 being created... --

Re: Installing LVM

2003-08-08 Thread Toens Bueker
Tom Allison <[EMAIL PROTECTED]> wrote: > >>I'm trying to install an LVM system under Debian. > > > >>lvcreate -L3G /nusr vg0 > >>invalidate: busy buffer (about 20 repeats) > >>/dev/mapper/control: open failed: No such file or directory > >>Is device-mapper driver missing from kernel? > > > >Well,

Re: Installing LVM

2003-08-07 Thread Antony Gelberg
On Thu, Aug 07, 2003 at 09:42:35PM -0400, Tom Allison wrote: > I'm trying to install an LVM system under Debian. > > > lvcreate -L3G /nusr vg0 > invalidate: busy buffer (about 20 repeats) > /dev/mapper/control: open failed: No such file or directory > Is device-mapper driver missing from kernel?