From owner-freebsd-current Tue Mar 28 23:46:32 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11255 for current-outgoing; Tue, 28 Mar 1995 23:46:32 -0800 Received: from pluto.ops.NeoSoft.com (root@pluto.ops.NeoSoft.COM [198.64.212.23]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA11249 for ; Tue, 28 Mar 1995 23:46:31 -0800 Received: from metal.ops.neosoft.com (root@glenn-slip44.nmt.edu [129.138.5.144]) by pluto.ops.NeoSoft.com (8.6.10/8.6.10) with ESMTP id BAA12113 for ; Wed, 29 Mar 1995 01:46:20 -0600 Received: (from smace@localhost) by metal.ops.neosoft.com (8.6.11/8.6.10) id AAA00361 for current@freebsd.org; Wed, 29 Mar 1995 00:46:17 -0700 From: Scott Mace Message-Id: <199503290746.AAA00361@metal.ops.neosoft.com> Subject: new slice stuff... finally got it working. To: current@FreeBSD.org Date: Wed, 29 Mar 1995 00:46:16 -0700 (MST) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1040 Sender: current-owner@FreeBSD.org Precedence: bulk I Think I've finally got everything functional. I redid my filesystems totally, (even though it theoretically wasn't necessary). Here is some info about my system. I'm posting this so that it might help others fix their systems. This was my old config under 2.0: sd0: 249 meg DOS, 64 meg freebsd (root) sd1: 64 meg (var), 64 megs swap, 1928 usr. My new config is as follows: sd0: 313 meg DOS sd1: 64meg root, 64 var, 64 swap, rest usr. 1. I backed everything up. 2. used msdos fdisk on sd0. (left the booteasy MBR alone). 3. Used the march snap disk to setup sd1. The sd1 mounts are pretty simple. I used /dev/sd0s1 for the dos mount. I also experimented with a 249DOS/65meg freebsd layout on sd0. I first used the dos fdisk to layout the dos partition in slice 1. I then did: fdisk -u /dev/rsd0 to add my freebsd partition. I had to run disklabel on /dev/rsd0s2 not /dev/rsd0d. Be REAL sure you have to new slicce devices in /dev or there isn't too much of a chance it will work. Hope this helps some people, Scott