summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/misc/fstype.xml
blob: 566bccb465965d10495cd86798cdd3149b53a37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>