From owner-freebsd-questions Tue Apr 25 18: 2:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 3DAD537B6BD for ; Tue, 25 Apr 2000 18:02:13 -0700 (PDT) (envelope-from djkanter@nwu.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id UAA25437 for ; Tue, 25 Apr 2000 20:02:09 -0500 (CDT) Received: from localhost.localdomain (dika-14-028130.nuts.nwu.edu [165.124.28.130]) by hecky.acns.nwu.edu via smap (V2.0) id xma025313; Tue, 25 Apr 00 20:01:40 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id RAA88080 for freebsd-questions@FreeBSD.ORG; Tue, 25 Apr 2000 17:48:04 -0500 (CDT) (envelope-from david) Date: Tue, 25 Apr 2000 17:48:04 -0500 From: "David J. Kanter" To: FreeBSD-Questions Subject: Re: IDE Zip Drive Message-ID: <20000425174804.B87170@localhost.localdomain> References: <39054B3F.68EF5F48@skygod.cns.ksu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39054B3F.68EF5F48@skygod.cns.ksu.edu>; from jonathan@skygod.cns.ksu.edu on Tue, Apr 25, 2000 at 07:37:35AM +0000 X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 3.4-STABLE FreeBSD 3.4-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 25, 2000 at 07:37:35AM +0000, Jonathan Feldkamp wrote: > # mount -t msdos /dev/afd0 /zip ---end quoted text--- For what it's worth, this is what I do: # ALIASES alias mountzip='mount -t msdos /dev/wfd0s4 /mnt/zip/' alias umountzip='umount /mnt/zip/' -- David Kanter djkanter@nwu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message