From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FEns5-00078Z-L2 for garchives@archives.gentoo.org; Thu, 02 Mar 2006 13:29:34 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k22DTD6e003843; Thu, 2 Mar 2006 13:29:13 GMT Received: from dingaan.aircom.co.za (dingaan.aircom.co.za [196.46.113.84]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k22DTAuu025740 for ; Thu, 2 Mar 2006 13:29:12 GMT Received: from [127.0.0.1] (dingaan.aircom.co.za [127.0.0.1]) by dingaan.aircom.co.za (8.13.1/8.13.1) with ESMTP id k22DT7iZ028854 for ; Thu, 2 Mar 2006 15:29:09 +0200 Message-ID: <4406F321.90902@computer.org> Date: Thu, 02 Mar 2006 15:29:05 +0200 From: Andrew Gaylard User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051101 X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-alpha@gentoo.org Reply-to: gentoo-alpha@lists.gentoo.org MIME-Version: 1.0 To: gentoo-alpha@lists.gentoo.org Subject: Re: [gentoo-alpha] alpha newbie question References: <20060302100338.GA16179@kloeri> <4406CBAE.3010408@computer.org> <0285EF4A-EAFB-4A64-AF55-9128ABA8C7E5@allmail.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: ee76cf2b-2996-4108-97ff-98adc097c21f X-Archives-Hash: 5be46096d98f52fa0724132c56297a89 Nick Smith wrote: >>>Surely, all the bootloader needs to know about is /boot? >>>On my alpha I had no end of trouble trying to use XFS for /, >>>until I realised that the bootloader only understood ext2. >>>The solution was to make a separate ext2 partition for /boot, >>>put the kernels there. >>> >>> >>> >>> >well i just followed the handbook and created sda1 = swap and sda2 = ext3 = / > >does this mean im wasting my time on this very slloooow install and >that its not even going to boot when im finished? or does the boot >loader see ext3 as well? > >also i thought that it saw all my drives, but the bios ( or what alpha >calls a bios ) see's all 3 9gig drives, but gentoo only see's sda, >when i went looking in /dev/ it only has the nods for sda and sda1 and >sda2 for some reason, i found a tips and tricks on the gentoo.org >website on how to make raid nods, but that didnt seem to work for sdb >and sdc. is this normal for alpha to only see the first drive? is >there a way to make the nods to actually make use of the other drives >in the system? > > I don't know if the bootloader can boot off ext3 partitions; I've never tried. You'll have to dig into the docs to find out. To resolve SCSI problems, check if the kernel can see your devices by looking at the output of "dmesg". If it shows all devices, then you're nearly there. But if not, missing device nodes are the least of your problems. And no, it is not normal for only the first drive to be seen; I have two drives both of which have always shown up in dmesg. So please post the relevant bits of dmesg output, including the SCSI controller and all devices. I'd try to partition your sdb and sdc, make filesystems on them, and copy lots of data onto them to ensure that the hardware's behaving. After all, this machine was probably built in the last millenium. Only if that works would I try to get RAID working (and I'd try just striping or mirroring sdb and sdc on their own first, before attempting the / filesystem). Andrew. -- gentoo-alpha@gentoo.org mailing list