1VFS_STREAMS_DEPOT(8) System Administration tools VFS_STREAMS_DEPOT(8)
2
3
4
6 vfs_streams_depot - EXPERIMENTAL module to store alternate data streams
7 in a central directory.
8
10 vfs objects = streams_depot
11
13 This EXPERIMENTAL VFS module is part of the samba(7) suite.
14
15 The vfs_streams_depot enables storing of NTFS alternate data streams in
16 the file system. As a normal posix file system does not support the
17 concept of multiple data streams per file, the streams_depot module
18 stores the data in files in a separate directory.
19
21 streams_depot:directory = PATH
22 Path of the directory where the alternate data streams should be
23 stored. Defaults to the sharepath/.streams.
24
26 [share]
27 vfs objects = streams_depot
28
30 The original Samba software and related utilities were created by
31 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
32 Source project similar to the way the Linux kernel is developed.
33
34
35
36Samba 3.5 08/02/2011 VFS_STREAMS_DEPOT(8)