Date: Thu, 6 May 2010 21:32:15 +0000 From: Jean-Paul Natola <jnatola@familycareintl.org> To: 'Tim Daneliuk' <tundra@tundraware.com>, FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: RE: Accessing file from windows or to windows- Message-ID: <AB2BC18AD166C948A0BC559E22CE9C9105DEC384@FCIEXCHANGE1.FCI> In-Reply-To: <4BE33444.3030104@tundraware.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@f= reebsd.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 t= his is not the case anymore > and to answer your question;=20 >=20 > 1. Its 2 separate machines=20 > 2. As a security standard I have disabled flash drives in the office=20 > 3. It will be a monthly taks > 4. No web access on the bsd box >=20 > Forgot the main one, when I tried to mount I get the error > mount_smbfs: unable to open connection: syserr =3D 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 =3D Authentication error milter#
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AB2BC18AD166C948A0BC559E22CE9C9105DEC384>