Date: Fri, 19 Oct 2007 04:30:03 GMT From: "Andrey V. Elsukov" <bu7cher@yandex.ru> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/117315: mount_smbfs and related options can't mount administration mounts (c$, d$, etc) on Windows PCs Message-ID: <200710190430.l9J4U3jt015815@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/117315; it has been noted by GNATS.
From: "Andrey V. Elsukov" <bu7cher@yandex.ru>
To: Garrett Cooper <gcooper@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/117315: mount_smbfs and related options can't mount
administration mounts (c$, d$, etc) on Windows PCs
Date: Fri, 19 Oct 2007 08:16:19 +0400
Garrett Cooper wrote:
> Standard mounts work properly.
>> How-To-Repeat:
> optimus# mount_smbfs '//yoshimitsu/c$' /mnt/smbfs/
> Password:
> mount_smbfs: unable to open connection: syserr = Authentication error
If you Windows share is in the Microsoft Domain you should try use -W
flag:
# mount_smbfs -I 10.0.0.4 -E koi8-r:cp866 -W MYDOMAIN \
//ElsukovAV@ELSUKOV-AV/C$ /mnt/smbfs
In my case with our domain politics i should use -W MYDOMAIN
and real computer name (ELSUKOV-AV). Only with this conditions i can
mount SMB share from computer in the MS Domain. In another case i've
got the same error.
--
WBR, Andrey V. Elsukov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710190430.l9J4U3jt015815>
