From owner-freebsd-scsi Thu Oct 23 19:03:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA13142 for freebsd-scsi-outgoing; Thu, 23 Oct 1997 19:03:41 -0700 (PDT) (envelope-from owner-freebsd-scsi) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA13134 for ; Thu, 23 Oct 1997 19:03:35 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA04200; Fri, 24 Oct 1997 11:33:14 +0930 (CST) Message-ID: <19971024113313.63506@lemis.com> Date: Fri, 24 Oct 1997 11:33:13 +0930 From: Greg Lehey To: Tom Cc: Kenneth W Cochran , freebsd-scsi@FreeBSD.ORG Subject: Re: 2.2.5 w/DPT support References: <199710232057.AA01364@world.std.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Tom on Thu, Oct 23, 1997 at 06:06:42PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-scsi@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 23, 1997 at 06:06:42PM -0700, Tom wrote: > > On Thu, 23 Oct 1997, Kenneth W Cochran wrote: > >>>>> After installing, simply boot and use the fixit disk, and copy the >>>>> kenerl.GENERIC from ftp.i-connect.net to /kernel, and boot up. At this >>>>> point, you should build a new kernel from scratch using the 2.2.5 >>>>> source, and apply the dpt patch. >>>> >>>> *That's* the problem; I can get a fixit up & running but can't get >>>> tne dpt-enabled kernel to where it needs to be. Ftp won't work (so >>>> far) from fixit mode either... >> >> As per suggestion, mount sd0a on /mnt, ifconfig, route add default... >> >>> Tom >> >> Done. & ftp worked (yaaay!) (although I had to use the numeric >> ip-address, since dns wasn't up... no problem...) >> >> Could runnig in "dangerously dedicated" mode have anything to >> do with this? For this machine, I have no need to share w/other >> OSes. Sorry, I haven't been following this thread. > The dangerous dedicated doesn't buy you anything, other than making an > partition table incompatible with everything. I never use it, even though > all the FreeBSD systems I work with are dedicated too. "Dangerously dedicated" is a silly name. It refers to the fact that, if you use the whole disk for FreeBSD, you don't need a partition table. Partition tables are an invention of Microsoft, and suffer from a number of limitations, including the geometry kludges that still give people a lot of headaches when installing FreeBSD. So why "dangerous"? Because if you use it, you can't add any other partitions later. Well, if you're using the whole disk for FreeBSD, you can't anyway. One way or another, you need to repartition the disk, and if you want, you can then add a Microsoft partition table. I recommend using "dangerously dedicated" disks whenever possible. So, for that matter, does BSDI. Greg