1 <samba:parameter name="fstype"
4 xmlns:samba="http://samba.org/common">
6 <para>This parameter allows the administrator to
7 configure the string that specifies the type of filesystem a share
8 is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle>
9 <manvolnum>8</manvolnum></citerefentry> when a client queries the filesystem type
10 for a share. The default type is <constant>NTFS</constant> for
11 compatibility with Windows NT but this can be changed to other
12 strings such as <constant>Samba</constant> or <constant>FAT
13 </constant> if required.</para>
15 <value type="default">NTFS</value>
16 <value type="example">Samba</value>