From owner-freebsd-hackers Thu Sep 19 23:53:34 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA10939 for hackers-outgoing; Thu, 19 Sep 1996 23:53:34 -0700 (PDT) Received: from hp.com (hp.com [15.255.152.4]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA10921 for ; Thu, 19 Sep 1996 23:53:32 -0700 (PDT) Received: from srmail.sr.hp.com by hp.com with ESMTP (1.37.109.16/15.5+ECS 3.3) id AA130742406; Thu, 19 Sep 1996 23:53:26 -0700 Received: from hpnmhjw.sr.hp.com by srmail.sr.hp.com with ESMTP (1.37.109.16/15.5+ECS 3.3) id AA039052405; Thu, 19 Sep 1996 23:53:25 -0700 Received: from mina.sr.hp.com by hpnmhjw.sr.hp.com with SMTP (1.37.109.16/15.5+ECS 3.3) id AA284302404; Thu, 19 Sep 1996 23:53:24 -0700 Message-Id: <199609200653.AA284302404@hpnmhjw.sr.hp.com> To: "Jordan K. Hubbard" Cc: rhh@ct.picker.com, hackers@freebsd.org Subject: Re: fdisk changes, anyone? In-Reply-To: Your message of "Wed, 18 Sep 1996 10:41:26 PDT." <27331.843068486@time.cdrom.com> Date: Thu, 19 Sep 1996 23:53:23 -0700 From: Darryl Okahata Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > To Jordan's point about specifying the partition info using > > command-line options (to avoid having to use a temp file with this method), > > a compromise solution might be to be able to specify a "-" on the command > > line for the config file path to allow the config file to be read from > > stdin. > > Hey, that'd work too! :-) Done. I thought about having an fdisk config database (analogous to /etc/disktab), but I don't think it'll work. I think people tend to use disks in one of two ways: 1. Dedicate the entire disk to FreeBSD. We don't need an fdisk config database for this. 2. Partition the disk up in "unusual" ways. Either an existing DOS partition is present, or the user wants to partition the disk "his way". The former can be handled without an fdisk config database (just use the remainder as a FreeBSD partition), and there are too many different possibilities in the latter. People with Zip or Jaz drives will probably dedicate the entire disk to FreeBSD, and so a special fdisk config database probably isn't necessary for these. -- Darryl Okahata Internet: darrylo@sr.hp.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Hewlett-Packard, or of the little green men that have been following him all day.