Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 May 2010 16:30:33 -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:  <4BE334F9.2020107@tundraware.com>
In-Reply-To: <AB2BC18AD166C948A0BC559E22CE9C9105DEC317@FCIEXCHANGE1.FCI>
References:  <AB2BC18AD166C948A0BC559E22CE9C9105DEC317@FCIEXCHANGE1.FCI>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/6/2010 4:12 PM, Jean-Paul Natola wrote:
> 
> 
> 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.
> 
> 
> --------------------------------------------------------
> 
> Well my book  (absolute BSD) yes its old, says:
> "writing to an NTFS partition may corrupt the partition" - I'm guessing this is not the case anymore
> and to answer your question; 
> 
> 1. Its 2 separate machines 
> 2. As a security standard I have disabled flash drives in the office 
> 3. It will be a monthly taks
> 4. No web access on the bsd box
> 


Quite simple then:

1) Share the directory on the windows machine where the file of interest
   can be found.

2) Use FreeBSD's mount_smbfs command to access the Windows share over
   the network.  Reading and writing over  such a mount has been quite
   reliable in my experience.

BTW, the quote to which you allude above wouldn't be relevant in your
case.  They're talking about a *single* machine that wants to mount
an ntfs partition on the locally-attached hard drive.

I'd be curious to know if it is still the case that ntfs writes are
not reliable in that situation.  There are times when doing this
can be handy on a dual-boot laptop, for example.  'Anyone out there
care to comment on the state of ntfs rw access?


-- 
----------------------------------------------------------------------------
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?4BE334F9.2020107>