From owner-freebsd-sysinstall@FreeBSD.ORG Mon Oct 22 13:46:06 2012 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50CC0605 for ; Mon, 22 Oct 2012 13:46:06 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from adsum.doit.wisc.edu (adsum.doit.wisc.edu [144.92.197.210]) by mx1.freebsd.org (Postfix) with ESMTP id 1A40A8FC19 for ; Mon, 22 Oct 2012 13:46:05 +0000 (UTC) MIME-version: 1.0 Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0MCA00700RKTHC00@smtpauth1.wiscmail.wisc.edu> for freebsd-sysinstall@freebsd.org; Mon, 22 Oct 2012 08:46:05 -0500 (CDT) Received: from comporellon.tachypleus.net (adsl-71-150-249-157.dsl.mdsnwi.sbcglobal.net [71.150.249.157]) by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0MCA000PWRKQ8820@smtpauth1.wiscmail.wisc.edu> for freebsd-sysinstall@freebsd.org; Mon, 22 Oct 2012 08:46:02 -0500 (CDT) Date: Mon, 22 Oct 2012 08:46:01 -0500 From: Nathan Whitehorn Subject: Re: 9.1RC2 bsdinstall partitioning ambiguous In-reply-to: To: freebsd-sysinstall@freebsd.org Message-id: <50854E19.7020706@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=71.150.249.157 X-Spam-PmxInfo: Server=avs-13, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.10.22.133424, SenderIP=71.150.249.157 References: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121019 Thunderbird/16.0.1 Content-Type: text/plain; CHARSET=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 13:46:06 -0000 On 10/11/12 12:32, CeDeROM wrote: > Hello :-) > > I have taken a look at bsdinstall in the 9.1RC2, and I noted some > issues with the partitioning dialogs: > > 1. It is possible to create a partition with selected type size and > mountpoint but for freebsd the mountpoint should not be specified, if > so the field should be grayed out or invisible. There isn't any way to implement this in libdialog, unfortunately, when using only one screen. We could have multiple screens (first ask for a partition type, then the rest of the info...) but that seemed like a substantial extra hassle for a smaller benefit > 2. Parition type field is amboguous, it would be nice to have some > kind of drop down list, or at least list of choices to type in. What > types are supported? What types are not supported?? I have tried > linux/etxt2 but none of that works. What is the goal of this > partitioning utility? Does it only create partitions? From what I > notices it can only delete existing partitions and create freebsd > partitions... Does it also format created partitions? Please give more > work to this tool because this is the first contact with the system > and lots of people can say "its even worse than linux 15 years ago, i > will not use freebsd". For clean machine install this might be okay > but to install on desktop this way its a nightmare even worse than old > sysinstall way, sorry to say that :\ It supports all of the types the operating system supports (creating UFS2 and FAT, mounting UFS2, FAT, NTFS, and ext2). There's a help line at the bottom with the list (no drop-down support in libdialog, again). For file systems it can create, it formats them just as you would expect. Can you suggest any way to improve the user friendliness here? > 3. How to create swap partition/slice - "swap" type gives "invalid > argument" error. It's called "freebsd-swap" as it says in the help line. > 4. Please distinguish Partition and Slice. The distinction isn't really useful anymore, especially given that the default for whole disk installs is flat partitions under GPT instead of a nested arrangement. -Nathan > Best regards :-) > Tomek > > > > _______________________________________________ > freebsd-sysinstall@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sysinstall > To unsubscribe, send any mail to "freebsd-sysinstall-unsubscribe@freebsd.org"