Subject: Mounting DOS formatted Zip Disk
To: None <port-atari@netbsd.org>
From: Mike Sienicki <mike@cpdist.com>
List: port-atari
Date: 08/12/1999 19:59:02
Hey!

Here it is! Here is how a Zip 100 Disk is mounted onto a NetBSD system.  I
didn't realize how simple it was until I stumbled across it by accident.  I
didn't realize that /dev/sd*c would work.  I kept trying to make /dev/sd*a
or /dev/sd*d to work.  Yay! there's nothing special about this it's just
simply:

# mount -t msdos -o rw /dev/sd*c /mnt    :^)

NOTE: The * is the SCSI device number that applies to your Zip drive for those
      who don't understand this.