From owner-freebsd-questions@FreeBSD.ORG Sat Aug 2 07:30:40 2008 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 3B67F1065680 for ; Sat, 2 Aug 2008 07:30:40 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 44BDA8FC12 for ; Sat, 2 Aug 2008 07:30:38 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m727UTdV008415; Sat, 2 Aug 2008 09:30:29 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m727UQnO008412; Sat, 2 Aug 2008 09:30:28 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 2 Aug 2008 09:30:26 +0200 (CEST) From: Wojciech Puchar To: joeb In-Reply-To: Message-ID: <20080802093025.K8411@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: mount_msdosfs usb flash stick 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: Sat, 02 Aug 2008 07:30:40 -0000 da0s1 On Sat, 2 Aug 2008, joeb wrote: > On 6.2 release of FBSD trying to mount a usb flash memory stick. The stick > has a msdos file system on it and has been loaded with files using windows > xp. When I plug the stick into my FBSD box I get console msg about da0 > device as usb flash memory stick. All looks good at this point. When is > issue this command, mount_msdosfs /dev/da0 /mnt I get this error msg ' > invalid argument' . Also tried this format of the command with same > results. mount -t msdos /dev/da0 /mnt (note typing error on msdos in > first post. Sorry) > > > What am I doing wrong here? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >