Displaying 1 result from an estimated 1 matches for "ext8".
Did you mean:
ext
2005 Oct 24
1
rsync and caps on FAT32 disk
hello,
I plan to use rsync for backing up my data to a FAT32 USB disk. I'm running
the last Mandriva linux 2006 and my filesystem is ext8 using UFT-8 charset.
I run into a problem with some of my folders that have full caps names on the
ext3 disk (/home/foo/BAR/ for example).
When rsync creates the folder on the USB disk, it doesn't
create /home/foo/BAR/ but /home/foo/bar/. And then complains about a non
existing folder whe...