Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 1999 11:52:00 -0500 (EST)
From:      Vince Vielhaber <vev@paprika.michvhf.com>
To:        Bob Willcox <bob@pmr.com>
Cc:        hackers list <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: Need help disklabeling zip drives
Message-ID:  <Pine.BSF.4.05.9902111149000.25766-100000@paprika.michvhf.com>
In-Reply-To: <19990211070158.A5111@luke.pmr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 11 Feb 1999, Bob Willcox wrote:

> Hi all,
> 
> Could some kind soul(s) out there please tell me how they go about
> disklabeling their zip drives?  I changed the partition type on my zip
> cartridge from DOS (6) to FreeBSD (165) but can't figure out how to get
> disklabel to put a label on it.  This is on a scsi zip drive running
> 3.0-stable (of 2/9).

On 2.2.x after getting a few of those errors that I just snipped out I
wrote a quick script based on what I found in the handbook.  Works
quite well (note this is with an IDE zip disk, you'll need to change
the device filenames to match yours):


dd if=/dev/zero of=/dev/rwfd0 count=2
disklabel -w -r wfd0 zip100 stuff
newfs /dev/rwfd0c
mount /dev/wfd0c /zip
cp new-zip-disk /zip


Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH   email: vev@michvhf.com   flame-mail: /dev/null
       # include <std/disclaimers.h>                   TEAM-OS2
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9902111149000.25766-100000>