From owner-freebsd-stable Sun Sep 3 2:54:41 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.polytechnic.edu.na (mail.polytechnic.edu.na [196.31.225.2]) by hub.freebsd.org (Postfix) with ESMTP id 6282637B423 for ; Sun, 3 Sep 2000 02:54:34 -0700 (PDT) Received: from ns1.horizon.na ([196.31.225.199] helo=polytechnic.edu.na) by mail.polytechnic.edu.na with esmtp (Exim 3.02 #2) id 13VZJ9-0003OM-00; Sun, 03 Sep 2000 10:55:35 -0200 Message-ID: <39B21FAB.FCA3C0CA@polytechnic.edu.na> Date: Sun, 03 Sep 2000 11:53:47 +0200 From: Tim Priebe Reply-To: tim@iafrica.com.na X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: thomas@noproblem.net Cc: chad@DCFinc.com, cjclark@alum.mit.edu, JDBitters@cs.com, freebsd-stable@FreeBSD.ORG Subject: Re: 4.1-STABLE BOOT SLICE PROBLEM References: <000c01c01546$f334ed40$0101a8c0@noproblem.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas Beauchamp wrote: > > Hi! > > My understanding is: > > a 'slice', in FreeBSD lingo is a 'Microsoft's partition', of which you can > only have FOUR (past the MBR and partition table). > FreeBSD partitions exist on a Microsoft slice, and you can have up to 8 > FreeBSD partitions per slice. > So a 'dangerously dedicated disk', having nothing to do with Microsoft, has > essentially no slice, just partitions. Am I right? > > But I find it confusing that FreeBSD uses the 's' of slice in its naming > terminology : '/dev/da0s1a' for instance, whilst other versions of BSD omit > the 'slice information' and would call the root file system '/dev/da0a' > instead. I understand that FreeBSD support this terminology too > ('compatibility slice naming'), but it's all confusing for me: when > Microsoft 'partitions' are not there AT ALL (as it is the case in a > 'dangerously dedicated disk'), why then use the term 'slice'? Actually you can have multiple slices on a dangerously dedicated disk. Try the following: do a dangerously dedicated install onto a small disk. then do a dd to copy the small disk to a bigger one. boot off the new disk and run sysinstall. Go into Fdisk, you will see that there is free space. Create a new slice, and then lable it, and create a file system. Worked fine for me when I tested it to see what would happen. Tim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message