From owner-freebsd-bugs Thu Jun 15 05:34:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA06540 for bugs-outgoing; Thu, 15 Jun 1995 05:34:43 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA06528 ; Thu, 15 Jun 1995 05:34:34 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id WAA14042; Thu, 15 Jun 1995 22:28:31 +1000 Date: Thu, 15 Jun 1995 22:28:31 +1000 From: Bruce Evans Message-Id: <199506151228.WAA14042@godzilla.zeta.org.au> To: bde@zeta.org.au, rwatson@clark.net Subject: Re: originally a newsgroup post, but news server here isn't working Cc: bugs@FreeBSD.org, jkh@FreeBSD.org Sender: bugs-owner@FreeBSD.org Precedence: bulk >So here's my question ;). Is there any post-installation way to get >FreeBSD to put in the boot manager, or is that only available from the >installation program, which has a nasty tendancy towards overwriting ones There should be sources and a standalone installation program (probably DOS-based) for boot manager(s) somewhere in the distribution. On the 2.0R cdrom they are in tools/dos-tools (bteasy and os-bs). >I also have a dos partition filling wd0 that I'd like to mount ( > 32 >megs dos primary) but freebsd's partition manager says it is unuse, and >has a tenency to zap it to actually being unused. Do I need to disklabel >the disk? How should I go about mounting it? mount -t msdos /dev/wd0s1 /where-you-want-it Then put it in /etc/fstab if it works. You shouldn't need to touch wd0 using sysinstall; however if sysinstall is confused by the existing partition table then maybe the kernel will be too. Bruce