blob: 5a67a363a4b693120cbefe15e5e3c202166e13d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<samba:parameter name="fstype"
context="S"
type="string"
xmlns:samba="http://samba.org/common">
<description>
<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>
</description>
<value type="default">NTFS</value>
<value type="example">Samba</value>
</samba:parameter>
|