1VFS_STREAMS_XATTR(8)      System Administration tools     VFS_STREAMS_XATTR(8)
2
3
4

NAME

6       vfs_streams_xattr - Store alternate data streams in posix xattrs
7

SYNOPSIS

9       vfs objects = streams_xattr
10

DESCRIPTION

12       This VFS module is part of the samba(7) suite.
13
14       The vfs_streams_xattr enables storing of NTFS alternate data streams in
15       the file system. As a normal posix file system does not support the
16       concept of multiple data streams per file, the streams_xattr module
17       stores the data in posix extended attributes (xattrs). The name of
18       these attributes by default is user.DosStream."ADS-NAME". The prefix
19       "user.DosStream." can be changed with the module option
20       streams_xattr:prefix, but be aware that this will also expose those ADS
21       over the SMB extended attributes interface.
22
23       The file system that is shared with this module enabled must support
24       xattrs.
25
26       Please note that most file systems have severe limitations on the size
27       of xattrs. So this module might work for applications like IE that
28       stores small zone information in streams but will fail for applications
29       that store serious amounts of data in ADSs.
30

OPTIONS

32       streams_xattr:prefix = STRING
33           Name prefix used when storing an ADS in an xattr, defaults to
34           user.DosStream.. Changing this will also expose ADS over the SMB
35           extended attributes interface.
36
37       streams_xattr:store_stream_type = [yes|no]
38           Whether the xattr names for Alternate Data Streams of type "$DATA"
39           are suffixed by the stream type string ":$DATA". The default is
40           yes.
41

EXAMPLES

43                   [share]
44                vfs objects = streams_xattr
45

AUTHOR

47       The original Samba software and related utilities were created by
48       Andrew Tridgell. Samba is now developed by the Samba Team as an Open
49       Source project similar to the way the Linux kernel is developed.
50
51
52
53Samba 4.10.4                      05/28/2019              VFS_STREAMS_XATTR(8)
Impressum