From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 18:59:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AE3D1065670 for ; Mon, 18 Jul 2011 18:59:14 +0000 (UTC) (envelope-from ken@mthelicon.com) Received: from hercules.mthelicon.com (hercules.mthelicon.com [IPv6:2001:49f0:2023::2]) by mx1.freebsd.org (Postfix) with ESMTP id 05E768FC0A for ; Mon, 18 Jul 2011 18:59:13 +0000 (UTC) Received: from feathers.peganest.com ([46.69.197.157]) (authenticated bits=0) by hercules.mthelicon.com (8.14.3/8.14.3) with ESMTP id p6IIxB5C013618 for ; Mon, 18 Jul 2011 18:59:11 GMT (envelope-from ken@mthelicon.com) From: Pegasus Mc Cleaft Organization: Feathers To: freebsd-questions@freebsd.org Date: Mon, 18 Jul 2011 19:57:02 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.0-CURRENT; KDE/4.6.4; amd64; ; ) References: <4E247F47.10609@colannino.org> In-Reply-To: <4E247F47.10609@colannino.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201107181957.03085.ken@mthelicon.com> X-Spam-Status: No, score=-1.1 required=15.0 tests=BAYES_00,RDNS_NONE autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on hercules.mthelicon.com Subject: Re: FBSD 8.2 and USB Floppies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 18:59:14 -0000 On Monday 18 July 2011 19:45:27 James Colannino wrote: > > newfs /dev/da0 > > It was successful. I then tried to mount the new filesystem (mount > /dev/da0 /mnt), and got the same error: invalid argument. Does FBSD > have a problem mounting USB floppy disks? It's not a big deal, as my > other USB storage devices seem to work, and as I have an ordinary floppy > drive I can try, but that curious part of me wants to know why this > isn't working. > Have you tried: mount_msdosfs /dev/da0 /mnt Peg