misc/117315: mount_smbfs and related options can't mount administration mounts (c$, d$, etc) on Windows PCs

Andrey V. Elsukov bu7cher at yandex.ru
Thu Oct 18 21:30:04 PDT 2007


The following reply was made to PR bin/117315; it has been noted by GNATS.

From: "Andrey V. Elsukov" <bu7cher at yandex.ru>
To: Garrett Cooper <gcooper at FreeBSD.org>
Cc: freebsd-gnats-submit at 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 at 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


More information about the freebsd-bugs mailing list