On Thu, 2004-07-08 at 11:16, Mark Lidstone wrote: > Here's a thought - If ACLs/journalling aren't needed, how well does > Samba work on FAT/VFAT partitions? Could the sheer simplicity of the > filesystem help there?
You can use the configuration options to force filenames to a particular case, and then bypass the slow case-insensitive matching by forcing case sensitivity: mangle case = yes case sensitive = yes default case = lower preserve case = no short preserve case = no However, on sharing a VFAT filesystem, perhaps you can preserve case, and gain the speed increase by just setting 'case sensitive=yes'. Mark -- Mark Cooke <[EMAIL PROTECTED]> University Of Birmingham -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
