From owner-freebsd-questions Sun Jul 14 23:29:42 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA04702 for questions-outgoing; Sun, 14 Jul 1996 23:29:42 -0700 (PDT) Received: from eduserv.its.unimelb.EDU.AU (s_koyin@eduserv.its.unimelb.EDU.AU [128.250.6.4]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA04695 for ; Sun, 14 Jul 1996 23:29:39 -0700 (PDT) Received: (from s_koyin@localhost) by eduserv.its.unimelb.EDU.AU (8.7.4/8.7.3) id QAA07614; Mon, 15 Jul 1996 16:29:56 +1000 (EST) Date: Mon, 15 Jul 1996 16:29:56 +1000 (EST) From: HMG coA reductase To: "Brendt T. Bennett" cc: questions@freebsd.org Subject: Re: Please help: install problem-> 2.1.0-R In-Reply-To: <1.5.4.16.19960714180133.250f5dd4@intele.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk if your DOS partition has a cluster size > 32k, then fBSD will not read it too well. use CHKDSK.EXE to find out the size of each "allocation unit" (=cluster). should be 16k or less. solution: use FIPS (make a backup of the boot sectors!) to create a partition, a small one, and you format it for DOS use and copy the BSD install files. boot up BSD, mount this partition (BSD can read it becuz its cluster size <16k if small enough). when you've finished inwtallation, you can delete this partition (using the ROOTBOOT.001 image) and restore to the previous state. the big DOS partition will still not be safely usable from BSD though.