Return to BSD News archive
Newsgroups: comp.unix.bsd.freebsd.misc Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!inferno.mpx.com.au!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!cancer.vividnet.com!hunter.premier.net!news.mathworks.com!enews.sgi.com!www.nntp.primenet.com!nntp.primenet.com!netcom.com!kientzle From: kientzle@netcom.com Subject: Re: Accessing Iomega ZIP FAT Data? Message-ID: <kientzleDy9rF7.8x0@netcom.com> Organization: NETCOM On-line Communication Services (408 261-4700 guest) References: <5286up$31s@pacific.discover.net> Date: Wed, 25 Sep 1996 03:37:55 GMT Lines: 22 Sender: kientzle@netcom19.netcom.com I've done it for months now; works great. The only oddity I've found is that pre-formatted ZIP disks put the Primary FAT partition in slice 3(!), while the default if you format them manually (under MSDOS) puts the Primary FAT partition in slice 0. <sigh> Annoying, but not serious. I've been thinking about dumping a raw MSDOS-formatted ZIP disk to a file, and keeping it around (compressed, of course) to use in formatting new ZIP disks. That would be convenient. (I also use raw ZIP disks as backup media.) - Tim In article <5286up$31s@pacific.discover.net>, Kolin E. Hand <kehand@pacific.discover.net> wrote: >Does FreeBSD allow using ZIP drives that already contain data written >in FAT format? > >I am interested in knowing if I can mount a ZIP disk using something >like: > mount -t msdos /dev/sd3a /mnt > >I currently have 2.1 Release and an Iomega ZIP Drive (SCSI).