From owner-freebsd-questions@FreeBSD.ORG Tue Dec 5 06:36:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF1FC16A407 for ; Tue, 5 Dec 2006 06:36:50 +0000 (UTC) (envelope-from weiwu@sdf.lonestar.org) Received: from bossdog.realss.com (bossdog.realss.com [211.157.108.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F8043CA6 for ; Tue, 5 Dec 2006 06:36:12 +0000 (GMT) (envelope-from weiwu@sdf.lonestar.org) Received: from localhost (unknown [127.0.0.1]) by bossdog.realss.com (Postfix) with ESMTP id 1CFF41C0145 for ; Tue, 5 Dec 2006 14:37:07 +0800 (CST) Received: from bossdog.realss.com ([127.0.0.1]) by localhost (bossdog.realss.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26198-06 for ; Tue, 5 Dec 2006 14:37:03 +0800 (CST) Received: from [218.193.55.195] (unknown [59.57.233.87]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by bossdog.realss.com (Postfix) with ESMTP id 2AA741C0142 for ; Tue, 5 Dec 2006 14:37:01 +0800 (CST) From: =?UTF-8?Q?=E5=BC=A0=E9=9F=A1=E6=AD=A6?= To: freebsd-questions@freebsd.org In-Reply-To: <200612041946.15303.lane@joeandlane.com> References: <1165282478.5417.6.camel@joe.realss.com> <200612041946.15303.lane@joeandlane.com> Content-Type: text/plain; charset=UTF-8 Date: Tue, 05 Dec 2006 14:36:47 +0800 Message-Id: <1165300607.5417.45.camel@joe.realss.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at bossdog.realss.com Subject: Re: (repost) cannot read windows share X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2006 06:36:50 -0000 在 2006-12-04一的 19:46 -0600,Lane写道: > weiwu, > > One thing comes to mind: Try your question here: ... > Your question is specific to samba, and probably not related to > FreeBSD-specific issues. My question is DIRECTLY freebsd-related because: I. samba itself don't have this problem (tried on SuSE, Debian and Gentoo). "mount -t cifs" on Linux works fine. II. mount_smbfs is a freebsd native tool III. charset conversion options of samba (iocharset and codepage) do not work for mount_smbfs because mount_smbfs do not have these options; IV. mount_smbfs's charset option (-E) do not work for samba because samba don't have this option V. samba's charset conversation is not using kernel module, freebsd's mount_smbfs use kernel libiconv.ko module for conversion; VI. I tried to install samba from ports, and end up having samba installed WITHOUT 'smbmount' command-line utility, it seems this command is carefully removed for FreeBSD's port, forcing people to use FreeBSD's mount_samba Other strange thing: I changed my locale to GB18030 and now I can list the Chinese directories, but if I enter a Chinese directory then the application who tries to enter the directory (e.g. ls) hangs. So it is strange for me ... to understand. > > lane > P.S. I note that the hosts in the links above are mostly "us1." That's > probably something to do with the language specification on my system, but > may be different for you. Check out www.samba.org for better links. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"