From owner-freebsd-questions Wed Apr 15 02:49:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13945 for freebsd-questions-outgoing; Wed, 15 Apr 1998 02:49:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpha.delta.edu (alpha.delta.edu [161.133.129.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA13913 for ; Wed, 15 Apr 1998 09:49:36 GMT (envelope-from dakott@alpha.delta.edu) Received: from pm343-06.dialip.mich.net by alpha.delta.edu; (5.65v3.0/1.1.8.2/06Jan97-0932AM) id AA16128; Wed, 15 Apr 1998 05:51:53 -0400 Received: from kott.my.domain (dakott@kott.my.domain [192.168.0.1]) by kott.my.domain (8.8.8/8.8.5) with SMTP id TAA02721; Tue, 14 Apr 1998 19:55:44 -0400 (EDT) Date: Tue, 14 Apr 1998 19:55:44 -0400 (EDT) From: David Kott To: Antonio Bemfica Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how do I mount a DOS ZIP disk? In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just did it the other day. I typed: mount -t msdos /dev/sd0s4 /mnt luck. -d On Mon, 13 Apr 1998, Antonio Bemfica wrote: > How do I mount a DOS (FAT16) ZIP disk? I have no problems with ZIP disks > with the FreeBSD filesystem - "mount /dev/sd0 /zip" does it fine, but with > DOS formatted disks, > > "mount_msdos /dev/sd0 /zip" > or > "mount -t msdos /dev/sd0 /zip" > > result in a > > "mount_msdos: /dev/sd0: Invalid argument" error > > Any hints? Thanks > > Antonio > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message