From nobody@FreeBSD.org  Thu Mar 29 10:21:03 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 983D616A403
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Mar 2007 10:21:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 8A57C13C480
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Mar 2007 10:21:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2TAL3rL054380
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Mar 2007 10:21:03 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l2TAG1OY053525;
	Thu, 29 Mar 2007 10:16:01 GMT
	(envelope-from nobody)
Message-Id: <200703291016.l2TAG1OY053525@www.freebsd.org>
Date: Thu, 29 Mar 2007 10:16:01 GMT
From: Jonathan Liu<Net147@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Renaming the case of a filename on a smbfs mount using mv deletes the file
X-Send-Pr-Version: www-3.0

>Number:         111007
>Category:       bin
>Synopsis:       Renaming the case of a filename on a smbfs mount using mv deletes the file
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 29 10:30:05 GMT 2007
>Closed-Date:    Thu Mar 29 10:30:52 GMT 2007
>Last-Modified:  Thu Mar 29 10:30:52 GMT 2007
>Originator:     Jonathan Liu
>Release:        6.2-RELEASE
>Organization:
>Environment:
FreeBSD freebsd 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Renaming the case of a filename on a smbfs mount using mv deletes the file. This seems to occur when a Windows SMB share is being mounted when the computer the share is being hosted on uses case insensitive file naming (which is default on most Windows systems).
>How-To-Repeat:
Change to an smbfs mounted directory and rename the case of a filename.

Example: rename TEST.MP3 to test.mp3 using 'mv TEST.MP3 test.mp3').
This gives the following output:
'mv: rename TEST.MP3 to test.mp3: No such file or directory'

Listing the directory using ls shows that the file no longer exists.
>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Thu Mar 29 10:30:49 UTC 2007 
State-Changed-Why:  
duplicate of bin/111004 

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