Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 May 2010 16:37:57 -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:  <4BE336B5.7090704@tundraware.com>
In-Reply-To: <AB2BC18AD166C948A0BC559E22CE9C9105DEC384@FCIEXCHANGE1.FCI>
References:  <AB2BC18AD166C948A0BC559E22CE9C9105DEC384@FCIEXCHANGE1.FCI>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/6/2010 4:32 PM, Jean-Paul Natola wrote:
> 
> 
> -----Original Message-----
> From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Tim Daneliuk
> Sent: Thursday, May 06, 2010 5:28 PM
> To: FreeBSD Mailing List
> Subject: Re: Accessing file from windows or to windows-
> 
> On 5/6/2010 4:19 PM, Jean-Paul Natola wrote:
> <SNIP>
> 
>> 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
>>
>> Forgot the main one, when I tried to mount I get the error
>> mount_smbfs: unable to open connection: syserr = Authentication error
> 
> This means Windows is looking for login credentials before it will
> allow you to access the share. Suppose you are user 'Jean' on your
> Windows machine,"WINDOZE" and you use a password of "foo". You want to
> get to the Windows share called "MYSHARE" and mount it locally on your
> FBSD box on /mnt. Then the command is:
> 
> 
>    mount_smbfs //JEAN@WINDOZE/MYSHARE /mnt
> 
> You'll get prompted for a password and, when you enter it, the mount
> will be established.
> 
> Same error:
> milter# mount_smbfs //jnatola@fcisql01/DATA /mnt
> Password:
> mount_smbfs: unable to open connection: syserr = Authentication error
> milter#
> 

This sounds like you have a permissions problem on the Windows share.
In Windows Explorer, right click on the shared directory and look
at Properties->Sharing->Permissions.  Make sure that 'jnatola' has
an account on that machine and that this account is permitted access
to that share.  If that's all waorking, my guess would be you
have the wrong password.

If you can, try accessing the share from another Windows machine
to make sure the share is working properly.



-- 
----------------------------------------------------------------------------
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?4BE336B5.7090704>