From owner-freebsd-questions Fri Aug 29 07:48:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA07673 for questions-outgoing; Fri, 29 Aug 1997 07:48:48 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id HAA07650 for ; Fri, 29 Aug 1997 07:48:41 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 29 Aug 1997 10:47:28 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA00988; Fri, 29 Aug 97 10:47:26 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id KAA05694; Fri, 29 Aug 1997 10:44:22 -0400 Message-Id: <19970829104421.55396@ct.picker.com> Date: Fri, 29 Aug 1997 10:44:21 -0400 From: Randall Hopper To: Daniel Drahusz Cc: questions@freebsd.org Subject: Re: partitions References: <1.5.4.32.19970826215127.006739f4@chelmsford.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <1.5.4.32.19970826215127.006739f4@chelmsford.com>; from Daniel Drahusz on Tue, Aug 26, 1997 at 05:51:27PM -0400 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Daniel Drahusz: |I recently installed FreeBSD 2.2.1 on a Pentium 133 w/ 3.8G hard disk. |I have approx. 1G as Win95, 500M as FreeBSD (w/ Boot Manager) and the rest |is supposed to be free. Unfortunately, when in win95 or msdos, FDISK does |not even recognize FreeBSD as a non-DOS partition. It basically states that |I have only one partition, win95. What is wrong? I am basically attempting |to have |the drive split up as Win95, FreeBSD, and the rest would be logical DOS |partitions. Any advice? Hmmm. I have and have had this same setup on one my drives for some time, currently with 2.2.1, with smaller disks and now with a 4.3Gig hard disk, DOS fdisk always reports the FreeBSD slice as a non-DOS partition. Just to double check, you might verify that in FDISK your looking at the FDISK info for the correct disk. Formatting aside, your fdisk listing should look pretty much like what you see in sysinstall or with FreeBSD's fdisk as far as the four slice assignments. Hmmm. I wonder. Do an fdisk in FreeBSD and see what slices your DOS and FreeBSD partitions are. In particular, I'm curious as to whether there might be an "empty" slot or two in between the two partitions (empty spot in MBR slice table) -- e.g. slice 1 = DOS; slice 3 or 4 == FreeBSD. It's a long shot, but I wonder if this were the case whether DOS might get confused when it encounters a blank entry in the MBR slice table and incorrectly assume that the remaining slots were unassigned as well. Randall