From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 19 04:30:04 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B2F916A41B for ; Fri, 19 Oct 2007 04:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC5013C459 for ; Fri, 19 Oct 2007 04:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9J4U3ES015818 for ; Fri, 19 Oct 2007 04:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9J4U3jt015815; Fri, 19 Oct 2007 04:30:03 GMT (envelope-from gnats) Date: Fri, 19 Oct 2007 04:30:03 GMT Message-Id: <200710190430.l9J4U3jt015815@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Andrey V. Elsukov" Cc: Subject: Re: misc/117315: mount_smbfs and related options can't mount administration mounts (c$, d$, etc) on Windows PCs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 04:30:04 -0000 The following reply was made to PR bin/117315; it has been noted by GNATS. From: "Andrey V. Elsukov" To: Garrett Cooper 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