From owner-freebsd-questions@FreeBSD.ORG Fri Feb 9 07:50:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD3CD16A402 for ; Fri, 9 Feb 2007 07:50:01 +0000 (UTC) (envelope-from ronggui.huang@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 401CF13C474 for ; Fri, 9 Feb 2007 07:50:00 +0000 (UTC) (envelope-from ronggui.huang@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so652755uge for ; Thu, 08 Feb 2007 23:50:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Byoa2/0VeYyHapVL3PJqyBwr/HJrTI9p+UEHCvrCkckTcvH3gbYLGycStgzEE0o9FFtCt2IRQ/eoEGmgIaJxs09btBPaaNr48M0hsMnTXriFl/dxzreRKM+iSrWT3b2iSWNa8pXGihY5rvCsw8lVz4CUTjBkAeANhiC1Fx06YwQ= Received: by 10.67.103.7 with SMTP id f7mr10936489ugm.1171005662597; Thu, 08 Feb 2007 23:21:02 -0800 (PST) Received: by 10.67.20.20 with HTTP; Thu, 8 Feb 2007 23:21:02 -0800 (PST) Message-ID: <38b9f0350702082321m1fa03e84kf127075937f408a5@mail.gmail.com> Date: Fri, 9 Feb 2007 15:21:02 +0800 From: ronggui To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Can not move directory within FAT32 file-system 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: Fri, 09 Feb 2007 07:50:01 -0000 Hello, all. I am new to FreeBSD. I got my first question with FAT32 file-system. It seems quite strange. I install FreeBSD 6.2 in my asus notebook. When I mount windows file system, I cannot move directory even if as root. mount_msdosfs /dev/ad0s6 /mnt mkdir /mnt/1 mkdir /mnt2 mv /mnt/1 /mnt/2 The last step will complain " not a directory". But the same steps work in my old pc. Thanks very much. -- Ronggui Huang Department of Sociology Fudan University, Shanghai, China