From 64bed7ecbf8fb0d34c05ee83054affac3283a06a Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 1 Jul 2005 03:55:23 +0000 Subject: Edits. (This used to be commit 4c0b3bcf979c3c32cc670119a11ff92133498e46) --- docs/Samba3-HOWTO/TOSHARG-LargeFile.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/Samba3-HOWTO') diff --git a/docs/Samba3-HOWTO/TOSHARG-LargeFile.xml b/docs/Samba3-HOWTO/TOSHARG-LargeFile.xml index a0df8fad12..5fdbe7a243 100644 --- a/docs/Samba3-HOWTO/TOSHARG-LargeFile.xml +++ b/docs/Samba3-HOWTO/TOSHARG-LargeFile.xml @@ -37,15 +37,15 @@ damage performance unduly, follow these steps: First, you need to canonicalize all the files in the directory to have one case, upper or lower &smbmdash; take your pick (I chose upper because all my files were already uppercase names). Then set up a new custom share for the application as follows: - -[bigshare] - path = /home/jeremy/tmp/manyfilesdir - read only = no - case sensitive = True - default case = upper - preserve case = no - short preserve case = no - + + +/data/manyfilesdir +no +True +upper +no +no + -- cgit