Ubuntu的,桑巴,家庭文件夹在Windows 7中显示两次不同的名称

我刚刚configurationsamba保护共享(从Linux)到Windows机器

[homes] comment = Home Directories browseable = yes writable = yes read only = no create mask = 0700 directory mask = 0700 valid users = %S ; guest ok = no 

为什么用户也是smb用户呢(为什么这么复杂?为什么我只能用已经存在的unix用户),我在Windows 7中可以看到两个文件夹

 //<server>/homes <-- this is my home from linux as supposed //<server>/myusername <-- this is the same home 

我真的不知道这是一个桑巴舞的问题,或者更可能是一个Windows的问题。 我怎么能忘记其中的一个,这是同样的事情两次:)

先谢谢你,

如果你在这个页面上看到了“[homes]”部分,那么// server / myusername是从/ server / homes被动的克隆的。 所以,你需要让家庭不可浏览,也就是说

 browseable = no