From owner-freebsd-i386@FreeBSD.ORG Sat Feb 10 09:20:04 2007 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88F1F16A408 for ; Sat, 10 Feb 2007 09:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4EF9813C494 for ; Sat, 10 Feb 2007 09:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1A9K4gu076556 for ; Sat, 10 Feb 2007 09:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1A9K4GD076555; Sat, 10 Feb 2007 09:20:04 GMT (envelope-from gnats) Resent-Date: Sat, 10 Feb 2007 09:20:04 GMT Resent-Message-Id: <200702100920.l1A9K4GD076555@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ronggui<0034058@fudan.edu.cn> Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83B7416A402 for ; Sat, 10 Feb 2007 09:16:56 +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 728CD13C4B2 for ; Sat, 10 Feb 2007 09:16:56 +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 l1A9Gui2041187 for ; Sat, 10 Feb 2007 09:16:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l1A9GumM041186; Sat, 10 Feb 2007 09:16:56 GMT (envelope-from nobody) Message-Id: <200702100916.l1A9GumM041186@www.freebsd.org> Date: Sat, 10 Feb 2007 09:16:56 GMT From: ronggui<0034058@fudan.edu.cn> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: i386/109010: can mv directory within fat32 file system X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 09:20:04 -0000 >Number: 109010 >Category: i386 >Synopsis: can mv directory within fat32 file system >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 10 09:20:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: ronggui >Release: 6.2 >Organization: Fudan University >Environment: FreeBSD MyBSD.localdomain 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: When I try to move a directory into another directory within fat32 file system, the system complain that " not a directory?". The fat32 system is one logical partition, not a primary partition. My disk table is like this: windows C:\ --- BSD slice --- windows D --- windows E the windows C:\ is ad0s1, the BSD slice is ad0s3 (and the ad0s2 is the windows extened partition), the windows D:\ is ad0s5, the windows E:\ is ad0s6. Strangely, the problem does not occur with ad0s6. And in my other PC, This problem never shows up. >How-To-Repeat: mount_msdosfs /dev/ad0s5 /mnt cd /mnt mkdir 1 2 mv 1 2 doscheckpath():.. not a directory? mv: rename 1 to 2/1: Not a directory >Fix: >Release-Note: >Audit-Trail: >Unformatted: