1 <samba:parameter name="share:fake_fscaps"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 This is needed to support some special applications that makes use of
8 filesystem specific features like sparse files or block reflink copy.
12 With <smbconfoption name="share:fake_fscaps">64</smbconfoption>
13 the SPARSE_FILES (0x40) file system capability flag is set.
16 With <smbconfoption name="share:fake_fscaps">134217728</smbconfoption>
17 the SUPPORTS_BLOCK_REFCOUNTING (0x8000000) file system capability flag
18 is set. As of this writing, filesystems that support this feature are
22 The complete list can be found in MS-FSCC 2.5.1
23 FileFsAttributeInformation. Note that only decimal values can be used
28 <value type="default">0</value>