From owner-freebsd-questions Fri Jun 21 04:16:33 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA09051 for questions-outgoing; Fri, 21 Jun 1996 04:16:33 -0700 (PDT) Received: from central.picker.com (central.picker.com [144.54.31.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA09043 for ; Fri, 21 Jun 1996 04:16:30 -0700 (PDT) Received: from ct.picker.com by central.picker.com with smtp (Smail3.1.28.1 #3) id m0uX4As-0004rpC; Fri, 21 Jun 96 07:14 EDT Received: from elmer.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA20316; Fri, 21 Jun 96 07:14:10 EDT Received: by elmer.picker.com (SMI-8.6/SMI-SVR4) id HAA01118; Fri, 21 Jun 1996 07:15:40 -0400 From: rhh@ct.picker.com (Randall Hopper) Message-Id: <199606211115.HAA01118@elmer.picker.com> Subject: Re: HDD slices To: fqueries@jraynard.demon.co.uk (James Raynard) Date: Fri, 21 Jun 1996 07:15:36 -0400 (EDT) Cc: questions@freebsd.org In-Reply-To: <199606201923.TAA05027@jraynard.demon.co.uk> from "James Raynard" at Jun 20, 96 07:23:14 pm Reply-To: rhh@ct.picker.com Organization: Picker International, CT Division X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> How to recreate the slices for two my IDE drives ? > ># cd /dev ># sh MAKEDEV wd[01]s{1, 2, 3, 4} If you mean DOS partitions, that the slices already exist with file systems, and you just want to create the FreeBSD /dev entries for mounting purposes: /dev/wd0s1 - Primary DOS slice on disk 0 /dev/wd0s5 - Extended DOS slice on disk 0 /dev/wd1s1 - Primary DOS slice on disk 1 /dev/wd1s5 - Extended DOS slice on disk 1 You'll need to MAKEDEV the s5 entries. cd /dev sh MAKEDEV wd0s5 sh MAKEDEV wd1s5 if you need them. If you physically want to recreate the slices, you'll need to re-FDISK your disk to create them (DOS or FreeBSD FDISK), disklabel (if FreeBSD partition), and then put the desired file system on them first. Randall Hopper rhh@ct.picker.com