From owner-freebsd-questions Fri Sep 4 08:37:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06745 for freebsd-questions-outgoing; Fri, 4 Sep 1998 08:37:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from eyry.iastate.edu (eyry.econ.iastate.edu [129.186.32.221]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA06730 for ; Fri, 4 Sep 1998 08:37:00 -0700 (PDT) (envelope-from hawk@eyry.econ.iastate.edu) Received: from eyry.econ.iastate.edu (really [127.0.0.1]) by eyry.econ.iastate.edu via in.smtpd with esmtp (ident hawk using rfc1413) id (Debian Smail3.2.0.101) for ; Fri, 4 Sep 1998 11:44:39 -0500 (CDT) Message-Id: X-Mailer: exmh version 2.0.2 2/24/98 (debian) To: freebsd-questions@FreeBSD.ORG Subject: extended partitions, dos & ext2fs Date: Fri, 04 Sep 1998 11:44:39 -0500 From: "Richard E. Hawkins Esq." Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to figure out a usable way to set up my harddisk. At the moment, at least until I have thigns figured out, the system still needs to run linux most of the time. What I want to do in the interim is to share /home and /usr/src between FreeBSD &linux. As linux can't write to ufs, this means that ome has to be a an ext2fs partition. from reading the bsd/linux Howto, It seems that bsd can only recognize primary ext2 partitions, and not extended partitions. This makes minimal sense to me, as the installation documents suggest that bsd *can* use extended dos partitions. So, somehow, I need to figure a way to pack the five partitions I need into the four allowed primary partitions. I need: 1) somewhere in the first 1023 to stuff kernels for linux & bsd. 2) a freebsd partition 3) an extended partition, where much of linux can live 4) the shared partition 5) a dos partition (need to check kids games under dosemu & wine :) I can see possible ways to solve these. If bsd can read the dos extemded partition, it goes in the same extended partition as the linux stuff. Or if bsd can read/write logical ext2fs partitions, there's no problems. But each of these seems to violate one or another of the constraints. Is there a civilized way out of this? thanks rick -- These opinions will not be those of ISU until it pays my retainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message