Date: Sun, 24 Mar 1996 18:55:06 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-hackers@freebsd.org (FreeBSD hackers) Subject: Re: [was/is: adding 2nd disk] little changes to sysinstall/Makefile Message-ID: <199603241755.SAA04465@uriah.heep.sax.de> In-Reply-To: <Pine.BSF.3.92.960324142217.2311A-100000@knobel.gun.de> from "Andreas Klemm" at Mar 24, 96 02:56:12 pm
next in thread | previous in thread | raw e-mail | index | archive | help
As Andreas Klemm wrote: > In order to get my 2nd disk labeled properly I tried to fiddle around > with sysinstall a bit. Well, i'm not yet convinced that sysinstall should be tweaked to allow this. It's already a rather complex creation. I'm ``hacking around'' on an fdisk(8) replacement right now, using libdisk. I won't mind it if somebody else would come up with another / a better / an earlier approach, it's just that i'm tired of answering this question too many times in Usenet. If something else comes up earlier, or is better, i'll happily through away my work. (I wrote `fdisk', though this tool will most likely also include the disklabel functionality.) > And for all of you who said "buh baeh", disklabel is outdated stuff, > when I tried to help the user, who first asked ... HOW do YOU get > a perfect disklabel for a 2nd disk, without using a proper disktab > entry ???? Which hacked up -current are you using ?! :-(( You can already use ``disklabel -Brw sd1 auto'' with a -current disklabel(8), if all you want is a ``dangerously dedicated'' disk. This doesn't require a disktab entry, instead creates a template itself. You can subsequently use ``disklabel -e'' to create the partitions. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603241755.SAA04465>