Date: Thu, 06 May 2010 16:00:20 -0500 From: Tim Daneliuk <tundra@tundraware.com> To: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: Accessing file from windows or to windows Message-ID: <4BE32DE4.20206@tundraware.com> In-Reply-To: <AB2BC18AD166C948A0BC559E22CE9C9105DEC2CF@FCIEXCHANGE1.FCI> References: <AB2BC18AD166C948A0BC559E22CE9C9105DEC2CF@FCIEXCHANGE1.FCI>
next in thread | previous in thread | raw e-mail | index | archive | help
On 5/6/2010 3:47 PM, Jean-Paul Natola wrote: > > Hi all, > > I have a file I need in my bsd box, would it be easier, or is it possible, to mount an NTFS share , or should I try to "map" a directory from the windows box. > > > TIA, > > I have > > Xp > Win7 > Win2003 > Win2008 > Freebsd 6.4 > > thanx Same machine or two separate machines? Two separate machines is trivial - share a directory on the Win machine and use smbfs on FBSD to get to it. For same machine, boot FBSD, and do a mount with -t ntfs as an arg .... well, I don't recall if 6.4 supported this or not, now that I think about it. One-time or frequent transfer? There are tons of other options, especially if you're running separate machines. Not all of these are elegant, but they all will work and have their place for infrequent transfers: - Email the file to yourself from one OS and retrieve it from the other. - Copy the file to a thumbdrive - Copy the file to a private website which can then be subsequently retrieved by another machine/OS image. ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BE32DE4.20206>