822b451c5e4d637210fcf0a4d23e06acb1d0fd54
[samba.git] / docs-xml / smbdotconf / misc / fstype.xml
1 <samba:parameter name="fstype"
2                  context="S"
3                  type="string"
4                  constant="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8         This parameter allows the administrator to configure the string that specifies the type of filesystem a share 
9         is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> 
10         when a client queries the filesystem type for a share. The default type is <constant>NTFS</constant> for compatibility 
11         with Windows NT but this can be changed to other strings such as <constant>Samba</constant> or <constant>FAT</constant> 
12         if required.
13         </para>
14 </description>
15 <value type="default">NTFS</value>
16 <value type="example">Samba</value>
17 </samba:parameter>