From owner-freebsd-questions@FreeBSD.ORG Sun Jun 29 18:14:31 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 5DE4D1065678 for ; Sun, 29 Jun 2008 18:14:31 +0000 (UTC) (envelope-from david.gurvich@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.freebsd.org (Postfix) with ESMTP id 3F8F98FC19 for ; Sun, 29 Jun 2008 18:14:31 +0000 (UTC) (envelope-from david.gurvich@verizon.net) Received: from localhost ([71.249.92.114]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K3800LTWLBVXM84@vms044.mailsrvcs.net> for freebsd-questions@freebsd.org; Sun, 29 Jun 2008 13:14:20 -0500 (CDT) Date: Sun, 29 Jun 2008 14:14:19 -0400 From: David Gurvich In-reply-to: <508AA8657AF44BC3830238D2D7465F76@GRANT> To: freebsd-questions@freebsd.org Message-id: <20080629141419.4a5b1ae5@verizon.net> MIME-version: 1.0 X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.10; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit References: <508AA8657AF44BC3830238D2D7465F76@GRANT> Cc: Grant Peel Subject: Re: Cop[ying files from WIndows -> FreeBSD using Cruizer 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: Sun, 29 Jun 2008 18:14:31 -0000 You could transfer files in multiple ways other than copying files to a usb stick and mounting it in freebsd. To mount a fat32 volume in freebsd use 'mount -t msdos /path/to/device /mountpoint' and simply copy the files from the mountpoint. Alternatives are to use network file sharing, ssh file transfer, etc.