summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/misc/fstype.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/smbdotconf/misc/fstype.xml')
-rw-r--r--docs/docbook/smbdotconf/misc/fstype.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/misc/fstype.xml b/docs/docbook/smbdotconf/misc/fstype.xml
new file mode 100644
index 0000000000..566bccb465
--- /dev/null
+++ b/docs/docbook/smbdotconf/misc/fstype.xml
@@ -0,0 +1,14 @@
+<samba:parameter xmlns:samba="http://samba.org/common">
+ <term><anchor id="FSTYPE"/>fstype (S)</term>
+ <listitem><para>This parameter allows the administrator to
+ configure the string that specifies the type of filesystem a share
+ is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle>
+ <manvolnum>8</manvolnum></citerefentry> when a client queries the filesystem type
+ for a share. The default type is <constant>NTFS</constant> for
+ compatibility with Windows NT but this can be changed to other
+ strings such as <constant>Samba</constant> or <constant>FAT
+ </constant> if required.</para>
+
+ <para>Default: <command moreinfo="none">fstype = NTFS</command></para>
+ <para>Example: <command moreinfo="none">fstype = Samba</command></para></listitem>
+ </samba:parameter>