Date: Fri, 21 Jun 1996 07:15:36 -0400 (EDT) From: rhh@ct.picker.com (Randall Hopper) To: fqueries@jraynard.demon.co.uk (James Raynard) Cc: questions@freebsd.org Subject: Re: HDD slices Message-ID: <199606211115.HAA01118@elmer.picker.com> In-Reply-To: <199606201923.TAA05027@jraynard.demon.co.uk> from "James Raynard" at Jun 20, 96 07:23:14 pm
index | next in thread | previous in thread | raw e-mail
>> 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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606211115.HAA01118>
