This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sed seems to force UC filename on Mixed 8.3 filenames on FAT32


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]