On Tue, Feb 03, 2004 at 02:59:02PM +0100, [EMAIL PROTECTED] wrote:
> Hi,
> 
> I am running rsync on MacOS 10.3 and I want to transfer files to a linux
> machine, which has  linux partitions and fat32 partitions.
> 
> Transfering the files to the linux partition works without problems,
> but if I transfer them to the fat32 partition, files are ignored if all
> characters in the file name are UPPER CASE.
> - The files which rsync should transfer do not exist in the target
> directory. Thus its not a problem with the time resolution of the fat32
> system.
> - The files do not appear as lower case, they are simply not there at all.
> - If a file name contains one lower case character or special character, 
> then it is copied without problems.

Rsync treats filenames as null terminated, / delemited,
blobs.  It is up to the OS to handle any case or illegal
characters.

This sounds like a FAT32 bug but there may be a mount option
involved.  Eliminate OSX from the problem space and contact
the Linux FAT32 maintainers.

-- 
________________________________________________________________
        J.W. Schultz            Pegasystems Technologies
        email address:          [EMAIL PROTECTED]

                Remember Cernan and Schmitt
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to