Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / misc / fstype.xml
blob566bccb465965d10495cd86798cdd3149b53a37a
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="FSTYPE"/>fstype (S)</term>
3                 <listitem><para>This parameter allows the administrator to 
4                 configure the string that specifies the type of filesystem a share 
5                 is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle>
6                 <manvolnum>8</manvolnum></citerefentry> when a client queries the filesystem type
7                 for a share. The default type is <constant>NTFS</constant> for 
8                 compatibility with Windows NT but this can be changed to other 
9                 strings such as <constant>Samba</constant> or <constant>FAT
10                 </constant> if required.</para>
11                 
12                 <para>Default: <command moreinfo="none">fstype = NTFS</command></para>
13                 <para>Example: <command moreinfo="none">fstype = Samba</command></para></listitem>
14                 </samba:parameter>