From owner-freebsd-questions Mon Apr 17 2:40:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.vitts.com (mail.vitts.com [216.64.31.74]) by hub.freebsd.org (Postfix) with ESMTP id 2589A37BAAA for ; Mon, 17 Apr 2000 02:40:57 -0700 (PDT) (envelope-from mremski@ellacoya.com) Received: from ellacoya.com ([216.64.109.139]) by mail.vitts.com (InterMail vK.4.02.00.00 201-232-116 license 41b9a04052e49f5915685470d4b52094) with ESMTP id <20000417094056.LIBU11030.mail.vitts.com@ellacoya.com>; Mon, 17 Apr 2000 05:40:56 -0400 Message-ID: <38FADBEC.D8C9E15@ellacoya.com> Date: Mon, 17 Apr 2000 05:39:56 -0400 From: Mike Remski X-Mailer: Mozilla 4.72 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Brent Rector Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Zip Drives - formatting and mounting.. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Going from memory (don't have the books in front of me) the sequence is something like this (or you could use sysinstall): basic sequence is something like: disk in drive (obvious) fdisk (see man page) disklabel (see man page, basically use "all of disk", dangerously dedicated, etc) newfs mkdir mount /dev/ More specifically (please double check man pages/book first): SCSI Zip drive, on the first SCSI host, at SCSI id 0: fdisk /dev/da0 disklabel /dev/da0 newfs /dev/da0s1c (c is the "whole disk partition") mkdir /zip mount -t ufs /dev/da0s1c /zip m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message