From owner-freebsd-stable Tue Dec 25 20:45:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id 68AE337B41C for ; Tue, 25 Dec 2001 20:45:22 -0800 (PST) Received: from viasoft.com.cn (davidwnt.viasoft.com.cn [192.168.1.239]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id MAA11998 for ; Wed, 26 Dec 2001 12:53:20 +0800 Message-ID: <3C295462.6000609@viasoft.com.cn> Date: Wed, 26 Dec 2001 12:38:58 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: smbfs case sensitive bug Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have smbfs case sensitive problem. I let my Windows 2000 export its disk D: as share name d, and I have a line in /etc/fstab //administrator@davidwnt/d /nt/d smbfs rw,noauto 0 0 Yes, I can mount it. there is a directory called Download on NT disk D:, if I enter it using command: cd /nt/d/Downloads and run ls, then command will list filenames. but if I enter it using command: cd /nt/d/downloads it is success too, but run ls command does not show anything. -- David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message