From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 08:55:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95EF116A417 for ; Mon, 30 Jul 2007 08:55:43 +0000 (UTC) (envelope-from kaeru@inigo-tech.com) Received: from mail.inigo-tech.com (gambit.inigo-tech.com [202.190.74.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5D80313C458 for ; Mon, 30 Jul 2007 08:55:43 +0000 (UTC) (envelope-from kaeru@inigo-tech.com) Received: from [192.168.1.20] (unknown [60.53.3.90]) by mail.inigo-tech.com (Postfix) with ESMTP id B816A25048F for ; Mon, 30 Jul 2007 16:35:06 +0800 (MYT) From: Khairil Yusof To: freebsd-questions Content-Type: text/plain Date: Mon, 30 Jul 2007 16:35:09 +0800 Message-Id: <1185784509.1463.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: mount_smbfs utf-8 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: Mon, 30 Jul 2007 08:55:43 -0000 mount_smbfs -E UTF-8:UTF-8 //server/path /mnt/tmp UTF-8 filenames do not show up at all on the FreeBSD 6.2-STABLE client. They show up just fine using smbclient and mounted as nfs, files also show up fine on Windows clients. Is there a limitation with smbfs in handling UTF-8 samba mounts? Or am I giving the wrong options to mount_smbfs?