From owner-freebsd-questions Thu Jun 4 21:55:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28597 for freebsd-questions-outgoing; Thu, 4 Jun 1998 21:55:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA28584 for ; Thu, 4 Jun 1998 21:54:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA26730; Thu, 4 Jun 1998 21:54:57 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 4 Jun 1998 21:54:57 -0700 (PDT) From: Doug White Reply-To: Doug White To: Steve Bradey cc: freebsd-questions@FreeBSD.ORG Subject: Re: UFS on ATAPI ZIP In-Reply-To: <35762029.CDE8B4E@netroute.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 4 Jun 1998, Steve Bradey wrote: > Thanks Doug for the prompt reply. I managed to get the ATAPI zip disk UFS > formatted after your note convinced me to give it another try using the > tutorial that you created. The actual steps I ended up using were as > follows... :) I'd be happy to explain these: > dd if=/dev/zero of=/dev/rwfd0 count=2 Erases any existing disklabel and partition table. > disklabel /dev/rwfd0 | disklabel -R -r wfd0 /dev/stdin `labels' the disk with the partition layout using the system defaults. The first disklabel reads the system default one from the kernel, the second disklabel actually puts it on the disk. This is a sneaky trick; I should hide the canoncial way of doing it (specifying the disktype) in the tutorial. > newfs /dev/rwfd0c Creates the filesystem on the disk (like DOS FORMAT). After all this you should be able to do mount /dev/wfd0c /mnt and your disk will appear under /mnt (empty of course). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major NOTICE: gdi.uoregon.edu is going down, please use dwhite@resnet! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message