From owner-freebsd-questions Fri Jun 8 22:11: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id C261F37B403 for ; Fri, 8 Jun 2001 22:11:05 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id AFE71D001E2; Fri, 08 Jun 2001 22:11:03 -0700 Message-ID: <3B21AFE7.43FB8EAB@urx.com> Date: Fri, 08 Jun 2001 22:11:03 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Doug Poland Cc: freebsd-questions@freebsd.org Subject: Re: HELP! Cannot boot after changing from ATA66 to ATA100 References: <20010608232534.A3382@polands.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Doug Poland wrote: > > The good news: I discovered my IBM DTLA drive was connected > to my VIA ATA66 controller and was able to move it to my Promise > ATA100 controller socket. > > The bad news: I cannot boot! The device names of my harddrive > have changed. This is what it looked like before: (4.3-STABLE) Move it back and build a kernel with "ATA_STATIC_ID" commented out. Changed your fstab to sequential devices, make the other devices just in case. Reboot and see if you have it right. If you do, then, move your cable back to the ATA-100 controller and try it. Your drives should start with ata1, ata2, and etc. Kent > > dmesg | grep -i ata > atapci0: port 0xd800-0xd80f at device 4.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > atapci1: port 0x8000-0x803f,0x8400-0x8403,0x8800-0x8807,0x9000-0x9003,0x9400-0x9407 mem +0xce800000-0xce81ffff irq 10 at device 17.0 on pci0 > ad0: 43979MB [89355/16/63] at ata0-master UDMA66 > acd0: CD-RW at ata1-master using PIO4 > > Now that I've moved the HD cable to the ATA100 socket, this is what I see: > > atapci0: port 0xd800-0xd80f at device 4.1 on pci0 > ata1: at 0x170 irq 15 on atapci0 > ata2: at 0x9600 on atapci1 > atapci1: port 0x8000-0x803f,0x8400-0x8403,0x8800-0x8807,0x9000-0x9003,0x9400-0x9407 mem +0xce800000-0xce81ffff irq 10 at device 17.0 on pci0 > ad4: 43979MB [89355/16/63] at ata1-master UDMA100 > acd0: CD-RW at ata1-master using PIO4 > > I've managed to mount /dev/ad4s3a as a read-only filesystem. I was hoping > to change fstab entries from ad0/ad4 but I have no ad4* devices in /dev. > And, I cannot mount / read-write. > > So how can I fix this? I've tried using the live filesystem CD in fixit mode. > I can mount /dev/ad4s3 (my / partition of old) rw but cannot do a ./MAKEDEV > ad4. It returns error messages (I can get them if necessary). > > Thanks for the help. It sucks having to boot into windows to type this > email :( > > -- > > Regards, > Doug > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message