From owner-freebsd-questions@FreeBSD.ORG Thu May 18 12:59:57 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE4416A498 for ; Thu, 18 May 2006 12:59:57 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE4D43D46 for ; Thu, 18 May 2006 12:59:56 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 8787 invoked from network); 18 May 2006 22:59:55 +1000 Received: from 203-217-75-251.dyn.iinet.net.au (HELO localhost) (203.217.75.251) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 18 May 2006 22:59:55 +1000 Date: Thu, 18 May 2006 22:59:51 +1000 From: Norberto Meijome To: Kyrre Nygard Message-ID: <20060518225951.04fc0c10@localhost> In-Reply-To: <7.0.1.0.2.20060518123424.02289418@broadpark.no> References: <7.0.1.0.2.20060518123424.02289418@broadpark.no> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Shell script cannot run on FAT32 partition 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: Thu, 18 May 2006 12:59:59 -0000 On Thu, 18 May 2006 12:40:08 +0200 Kyrre Nygard wrote: > It is very annoying actually because to rename a bunch of files I first have > to copy them to my UFS2 partition, run the script, and then copy them back to > the FAT32 partition. Hi Kyrre, not a solution to the problem, but why not install cygwin or minGW and run the same script there? Beto