From owner-freebsd-questions Thu Oct 26 10:35:20 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14941 for questions-outgoing; Thu, 26 Oct 1995 10:35:20 -0700 Received: from jaguar.cris.com (jaguar.cris.com [199.3.123.33]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA14936 for ; Thu, 26 Oct 1995 10:35:17 -0700 Received: (from bsd@localhost) by jaguar.cris.com (8.6.11/8.6.9) id KAA00371 for freebsd-questions@freebsd.org; Thu, 26 Oct 1995 10:34:52 GMT From: BSD Mailing List Message-Id: <199510261034.KAA00371@jaguar.cris.com> Subject: Adding a SCSI HD Help! To: freebsd-questions@freebsd.org Date: Thu, 26 Oct 1995 10:34:52 +0000 () X-Mailer: ELM [version 2.4 PL24 ME7] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 656 Sender: owner-questions@freebsd.org Precedence: bulk Hi, I've spent a few hours searching for documentation on how to add a second new SCSI HD to my system. I assume I need to use (FreeBSD)fdisk/disklabel and newfs. This will be my second SCSI HD on the system, so I am attempting to perform operations on /dev/sd1 and /dev/rsd1 and /dev/rsd1c (can anyone clarify this?), and I feel I'm running through fdisk with moderate success, but get ioctl errors from newfs (GDINFO: Invalid argument) (and more). Is there any clear documentation on how to do this, or a program that makes it easier? I've RTFM'ed in /usr/share/ and www.freebsd.org, and haven't found anything really helpful. Thanks, R. Beerman