Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 1995 10:29:36 -0700
From:      "Justin T. Gibbs" <gibbs@freefall.FreeBSD.org>
To:        Didier Derny <didier@aida.org>
Cc:        hackers@freebsd.org
Subject:   Re: FreeBSD 2.0.5 / Zip woes 
Message-ID:  <199509161729.KAA05875@aslan.cdrom.com>
In-Reply-To: Your message of "Sat, 16 Sep 1995 21:10:37 %2B0200." <Pine.BSF.3.91.950916210839.363D-100000@aida> 

next in thread | previous in thread | raw e-mail | index | archive | help
>
>Hi
>
>I have been unable to install a file system on a zip drive
>
>When I try to save the partition table I get the following message:
>
>ioctl DIOCWLABEL: Operation not supported by device.
>
>I used the zip drives with FreeBSD-2.0 without any problems.
>
>--
>Didier Derny 
>didier@aida.org
>--- I boycott everything from: new zealand, australia, denmark, england

Use fdisk to convert a DOS partitioned zip disk to use sysid 165.  All
other parameters of the partition should remain intact.  Then, do 
a "disklabel -w -r sd4s2 zip100

Where the sliced device number may be different on your system, and
zip100 is the following /etc/disktab entry.

zip100|Iomega Zip 100: \
        :ty=winchester:dt=SCSI:se#512:nt#64:ns#32:nc#96:rm#3600:\
        :pa#196576:oa#0:ba#4096:fa#512:ta=4.2BSD: \
        :pc#196576:oc#0:

This assumes 64/32 translation ala an Adatptec.

--
Justin T. Gibbs
===========================================
  Software Developer - Walnut Creek CDROM
  FreeBSD: Turning PCs into workstations
===========================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509161729.KAA05875>