Convert another group of options in Misc section
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / misc / fstype.xml
blob4b9c67b20207a9ce6e0117d5be1497ee86694ac2
1 <samba:parameter name="fstype"
2                  context="S"
3                  xmlns:samba="http://samba.org/common">
4 <listitem>
5         <para>This parameter allows the administrator to 
6         configure the string that specifies the type of filesystem a share 
7         is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle>
8         <manvolnum>8</manvolnum></citerefentry> when a client queries the filesystem type
9         for a share. The default type is <constant>NTFS</constant> for 
10         compatibility with Windows NT but this can be changed to other 
11         strings such as <constant>Samba</constant> or <constant>FAT
12         </constant> if required.</para>
13                 
14         <para>Default: <command moreinfo="none">fstype = NTFS</command></para>
16         <para>Example: <command moreinfo="none">fstype = Samba</command></para>
17 </listitem>
18 </samba:parameter>