From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14147 invoked by alias); 2 Mar 2018 16:55:59 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 14135 invoked by uid 89); 2 Mar 2018 16:55:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Daly, daly, Fergus X-HELO: smtp-out-so.shaw.ca Received: from smtp-out-so.shaw.ca (HELO smtp-out-so.shaw.ca) (64.59.136.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Mar 2018 16:55:57 +0000 Received: from [192.168.1.100] ([24.64.240.204]) by shaw.ca with ESMTP id rnyLevyXmLkozrnyNeNRjF; Fri, 02 Mar 2018 09:55:55 -0700 X-Authority-Analysis: v=2.3 cv=OeS28CbY c=1 sm=1 tr=0 a=MVEHjbUiAHxQW0jfcDq5EA==:117 a=MVEHjbUiAHxQW0jfcDq5EA==:17 a=N659UExz7-8A:10 a=HWgOJ72uwS8WWuUBYQYA:9 a=pILNOxqGKmIA:10 Reply-To: Brian.Inglis@SystematicSw.ab.ca Subject: Re: sed seems to force UC filename on Mixed 8.3 filenames on FAT32 To: cygwin@cygwin.com References: From: Brian Inglis Message-ID: Date: Fri, 02 Mar 2018 16:55:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfDgWwGEQ/PN2R4a9MUa9vBUI+ITN+rhgOGOv/hJ6AqrOy/XGkBzGXr46kJkQNPWAS0T/JSCNRwA1i/+/iv7pIXn1UzEpi1KZd60bOj5AdHaUU4HOgxBt ysBglY99rV8Kxcr83Xl/oLfhLo0jDLWnV0nZEhEEiGn8P5kJP/SBQSEmD0Xy78xHosi89Wr2VXYfLg== X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00020.txt.bz2 On 2018-03-02 02:41, Fergus Daly wrote: > .. AND dos2unix: > ~> ls -al /j/P* > -rw-r--r-- 1 dell ferg 6767 Mar 2 09:15 /j/PStart.xml > ~> dos2unix /j/PStart.xml > dos2unix: converting file /j/PStart.xml to Unix format... > ~> ls -al /j/P* > -rw-r--r-- 1 dell ferg 6767 Mar 2 09:16 /j/PSTART.XML > So something a bit major seems to be going on .. .. Not writing VFAT directory entries, or with case preserving names? Run stat on original and converted files. Does FAT support ACLs? -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple