From davidx@davidbsd.viasoft.com.cn  Wed Dec 26 17:21:25 2001
Return-Path: <davidx@davidbsd.viasoft.com.cn>
Received: from mail.viasoft.com.cn (unknown [61.153.1.177])
	by hub.freebsd.org (Postfix) with ESMTP id C522437B416
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Dec 2001 17:21:23 -0800 (PST)
Received: from davidbsd.viasoft.com.cn (davidlnx.viasoft.com.cn [192.168.1.240])
	by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id JAA14589
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Dec 2001 09:29:22 +0800
Received: (from davidx@localhost)
	by davidbsd.viasoft.com.cn (8.11.6/8.11.6) id fBR0xM700299;
	Thu, 27 Dec 2001 08:59:22 +0800 (CST)
	(envelope-from davidx)
Message-Id: <200112270059.fBR0xM700299@davidbsd.viasoft.com.cn>
Date: Thu, 27 Dec 2001 08:59:22 +0800 (CST)
From: XuYifeng <davidx@viasoft.com.cn>
Reply-To: XuYifeng <davidx@viasoft.com.cn>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: smbfs case senstitive problem
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         33219
>Category:       kern
>Synopsis:       smbfs case senstitive problem
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    bp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 26 17:30:00 PST 2001
>Closed-Date:    Sat Apr 13 07:50:35 PDT 2002
>Last-Modified:  Sat Apr 13 07:50:35 PDT 2002
>Originator:     XuYifeng
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
viasoft.com.cn	
>Environment:
System: FreeBSD davidbsd.viasoft.com.cn 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #5: Thu Dec 27 08:39:45 CST 2001 root@davidbsd.viasoft.com.cn:/usr/obj/usr/src/sys/xu i386


>Description:
	smbfs has directory name case sensitive problem.
	when Windows 2000 shared directory is mounted on FreeBSD,
	suppose I mounted this shared directory as /nt/d, then there is
	a directory /nt/d/Downloads, i can : 
		cd /nt/d/Downloads  
		ls
	and ls command will show file names, it is correct.
	but strange thing is I can enter command:
		cd /nt/downloads
	it also let me enter this directory without any problem!
	but when I type ls command, it shows nothing!

>How-To-Repeat:
>Fix:

>Release-Note:
>Audit-Trail:

From: David Xu <davidx@viasoft.com.cn>
To: freebsd-gnats-submit@FreeBSD.org, davidx@viasoft.com.cn
Cc:  
Subject: Re: kern/33219: smbfs case senstitive problem
Date: Thu, 27 Dec 2001 09:34:29 +0800

 sorry for typo.
 "cd /nt/downloads" should be "cd /nt/d/downloads"
 --
 David Xu
 
 
Responsible-Changed-From-To: freebsd-bugs->bp 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Sat Dec 29 12:06:45 PST 2001 
Responsible-Changed-Why:  
Boris maintains smbfs. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33219 
State-Changed-From-To: open->closed 
State-Changed-By: bp 
State-Changed-When: Sat Apr 13 07:46:53 PDT 2002 
State-Changed-Why:  
smbfs is "semi-case insensetive" and described problem related to (all) 
windows based servers. A better handling of such situations should be  
implemented though. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=33219 
>Unformatted:
