Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751099AbWEQUiP (ORCPT ); Wed, 17 May 2006 16:38:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751101AbWEQUiP (ORCPT ); Wed, 17 May 2006 16:38:15 -0400 Received: from willy.net1.nerim.net ([62.212.114.60]:23305 "EHLO willy.net1.nerim.net") by vger.kernel.org with ESMTP id S1751099AbWEQUiO (ORCPT ); Wed, 17 May 2006 16:38:14 -0400 Date: Wed, 17 May 2006 22:37:52 +0200 From: Willy Tarreau To: George Nychis Cc: Lennart Sorensen , linux-kernel@vger.kernel.org, linux-lvm@redhat.com Subject: Re: need help booting from SATA in 2.4.32 / LVM Message-ID: <20060517203752.GA28707@w.ods.org> References: <446A36B8.1060707@cmu.edu> <20060516203917.GQ11191@w.ods.org> <446A418E.3070307@cmu.edu> <20060517034814.GA25818@w.ods.org> <446B2523.1040800@cmu.edu> <20060517133456.GD23933@csclub.uwaterloo.ca> <446B27E4.7040509@cmu.edu> <20060517155335.GF23933@csclub.uwaterloo.ca> <446B5DAA.8020004@cmu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <446B5DAA.8020004@cmu.edu> User-Agent: Mutt/1.5.10i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1777 Lines: 50 On Wed, May 17, 2006 at 01:30:18PM -0400, George Nychis wrote: > > > Lennart Sorensen wrote: > > On Wed, May 17, 2006 at 09:40:52AM -0400, George Nychis wrote: > >> Because it does...... > >> > >> on bootup the *same* exact drive in 2.4.32 shows up as /dev/hda > >> > >> It has the exact same volume information as my drive that shows up in > >> 2.6.9 as /dev/sda > > > > Yes I do remember a few sata controllers had some support in 2.4, which > > was dropped from 2.6 early on when libata came in. > > > > It is very unlikely you will ever see that again in the future. > > > > Len Sorensen > > > > I see... well I am finally getting it to boot, i did not have initrd > support built into the 2.4.32 kernel, but now i'm getting LVM errors: Cool, that's fine ! > Scanning logical volumes > /bin/vgscan.lvm1: execvp failed: No such file or directory > ERROR: /bin/vgscan exited abnormally! > Activating logical volumes > /bin/vgchange.lvm1: execvp failed: No such file or directory > ERROR: /bin/vgchange exited abnormally! > > I know nothing about LVM so... i'm pretty clueless for now It's pretty clear to me that /bin/vgscan is a wrapper to either vgscan.lvm1 or vgscan.lvm2 depending on what it supported in the kernel. 2.4 only supports LVM1 in mainline. There are patches to support LVM2 on 2.4, but to be honnest, I'm not sure about the exhaustive list. All I know is that you have to start with the device mapper : http://w.ods.org/linux/kernel/2.4/lkup/device-mapper.html I hope it will help you Willy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/