Date: Sun, 29 Jun 2008 14:14:19 -0400 From: David Gurvich <david.gurvich@verizon.net> To: freebsd-questions@freebsd.org Cc: Grant Peel <gpeel@thenetnow.com> Subject: Re: Cop[ying files from WIndows -> FreeBSD using Cruizer Message-ID: <20080629141419.4a5b1ae5@verizon.net> In-Reply-To: <508AA8657AF44BC3830238D2D7465F76@GRANT> References: <508AA8657AF44BC3830238D2D7465F76@GRANT>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080629141419.4a5b1ae5>