From owner-freebsd-hackers Sat Nov 2 01:52:20 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA27520 for hackers-outgoing; Sat, 2 Nov 1996 01:52:20 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA27499 for ; Sat, 2 Nov 1996 01:52:15 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA09686; Sat, 2 Nov 1996 10:51:42 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA01936; Sat, 2 Nov 1996 10:51:42 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.2/8.6.9) id KAA27255; Sat, 2 Nov 1996 10:33:50 +0100 (MET) From: J Wunsch Message-Id: <199611020933.KAA27255@uriah.heep.sax.de> Subject: Re: ide name slot allocation problem To: freebsd-hackers@freebsd.org (FreeBSD hackers) Date: Sat, 2 Nov 1996 10:33:50 +0100 (MET) Cc: proff@profane.iq.org (Julian Assange) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199610291116.WAA00431@profane.iq.org> from Julian Assange at "Oct 29, 96 10:16:49 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Julian Assange wrote: > The physical arrangement is a master ide on each > controller and no slave. Controller is triton - on > board controller. Unlike SCSI, IDE name slot allocation has always been based on ``physical slots'' (i.e., two slots per controller, regardless of whether a drive is connected or not). The same is true for e.g. the fd driver. > bash# newfs /dev/rwd2s1 > newfs: /dev/rwd2s1: `1' partition is unavailable Usage error. You gotta disklabel that slice first, and inside the label, you create partitions `a' through `h' (as desired). See the updated topic 2.15 in the FAQ for conventions in naming the partitions. > The data for partition 0 is: > sysid 165,(FreeBSD/NetBSD/386BSD) > start 63, size 204561 (99 Meg), flag 80 > beg: cyl 0/ sector 1/ head 1; > end: cyl 202/ sector 63/ head 15 > The data for partition 1 is: > sysid 165,(FreeBSD/NetBSD/386BSD) > start 204624, size 3119760 (1523 Meg), flag 0 > beg: cyl 203/ sector 1/ head 0; > end: cyl 1023/ sector 63/ head 15 Having two FreeBSD slices is basically useless. Of course, you _can_ do it, but you gotta disklabel them as well, so you gain nothing by storing it in two slices (as opposed to two BSD partitions), except perhaps the flexibility that you might easily return one of the slices to another o/s later if you desire. -- 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. ;-)