Add all the source files from the old CVS tree,
[tprouty/samba.git] / docs / smbdotconf / tuning / maxdisksize.xml
1 <samba:parameter name="max disk size"
2                  context="G"
3                                  type="integer"
4                  developer="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7     <para>This option allows you to put an upper limit 
8     on the apparent size of disks. If you set this option to 100 
9     then all shares will appear to be not larger than 100 MB in 
10     size.</para>
11
12     <para>Note that this option does not limit the amount of 
13     data you can put on the disk. In the above case you could still 
14     store much more than 100 MB on the disk, but if a client ever asks 
15     for the amount of free disk space or the total disk size then the 
16     result will be bounded by the amount specified in <parameter moreinfo="none">max 
17     disk size</parameter>.</para>
18
19     <para>This option is primarily useful to work around bugs 
20     in some pieces of software that can't handle very large disks, 
21     particularly disks over 1GB in size.</para>
22
23     <para>A <parameter moreinfo="none">max disk size</parameter> of 0 means no limit.</para>
24 </description>
25
26 <value type="default">0</value>
27 <value type="example">1000</value>
28 </samba:parameter>