From owner-freebsd-questions Fri Apr 12 13:40:07 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA16825 for questions-outgoing; Fri, 12 Apr 1996 13:40:07 -0700 (PDT) Received: from gw1.att.com (gw1.att.com [192.20.239.133]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA16754 for ; Fri, 12 Apr 1996 13:39:50 -0700 (PDT) Received: from aloft.UUCP by ig1.att.att.com id AA06143; Fri, 12 Apr 96 15:39:42 EDT From: gtc@aloft.att.com (gary.corcoran) To: dwhite@riley-net170-164.uoregon.edu Cc: questions@freebsd.org Received: from aloft (aloft.cnet.att.com) by aluxpo (4.1/DCS-aluxpo-M4.3) id AA20968; Fri, 12 Apr 96 15:42:08 EDT Received: from stargazer (stargazer.cnet.att.com) by aloft (4.1/DCS-aloft-M5.1) id AA16131; Fri, 12 Apr 96 15:42:15 EDT Received: by stargazer (4.1/DCS-aloft_client-S2.1) id AA03217; Fri, 12 Apr 96 15:42:12 EDT Date: Fri, 12 Apr 96 15:42:12 EDT Original-From: aluxpo!aloft!gtc (gary.corcoran) Message-Id: <9604121942.AA03217@stargazer> Original-To: riley-net170-164.uoregon.edu!dwhite Subject: Re: Disk questions Original-Cc: freebsd.org!questions Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug, Thanks for your reply - any and all help appreciated. But since you were only able to answer some of my questions, could I hear from someone else the answer to the other questions (repeated below)? Thanks! Gary I have my second hard disk setup with the following slices: Slice 1: DOS Slice 2: Unused (for the moment) Slice 3: Unused (for the moment) Slice 4: FreeBSD I setup the FreeBSD slice in disktab with an 'a' partition, a 'b' partition, and of course a 'c' partition. 2. The man page isn't clear on this: are the 'offsets' in the disktab describing the partitions relative to the _slice_ and NOT the start of the entire disk? 5. My primary swap is referenced as sd0s1b. How do I reference my swap ('b' partition) on my second disk? I would guess that it might be referenced as sd1s4b - but there is no such device in /dev. Can MAKEDEV make this? If so, what option(s) should I give to MAKEDEV? 6. Is sd1s4b the "proper" way to refer to my secondary swap partition, or is sd1b okay/sufficient/the same ? I haven't tried to enable my secondary swap yet - I don't want to accidently scribble on a wrong portion of my disk! At least not until I learn how to make FreeBSD backups using my new SCSI DAT drive which I also just installed... ;-}