|
Last change
on this file since 599 was 599, checked in by Herwig Bauernfeind, 14 years ago |
|
Samba 3.5: Update trunk to 3.5.9
|
|
File size:
2.0 KB
|
| Line | |
|---|
| 1 | '\" t
|
|---|
| 2 | .\" Title: vfs_streams_xattr
|
|---|
| 3 | .\" Author: [see the "AUTHOR" section]
|
|---|
| 4 | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|---|
| 5 | .\" Date: 06/14/2011
|
|---|
| 6 | .\" Manual: System Administration tools
|
|---|
| 7 | .\" Source: Samba 3.5
|
|---|
| 8 | .\" Language: English
|
|---|
| 9 | .\"
|
|---|
| 10 | .TH "VFS_STREAMS_XATTR" "8" "06/14/2011" "Samba 3\&.5" "System Administration tools"
|
|---|
| 11 | .\" -----------------------------------------------------------------
|
|---|
| 12 | .\" * set default formatting
|
|---|
| 13 | .\" -----------------------------------------------------------------
|
|---|
| 14 | .\" disable hyphenation
|
|---|
| 15 | .nh
|
|---|
| 16 | .\" disable justification (adjust text to left margin only)
|
|---|
| 17 | .ad l
|
|---|
| 18 | .\" -----------------------------------------------------------------
|
|---|
| 19 | .\" * MAIN CONTENT STARTS HERE *
|
|---|
| 20 | .\" -----------------------------------------------------------------
|
|---|
| 21 | .SH "NAME"
|
|---|
| 22 | vfs_streams_xattr \- Store alternate data streams in posix xattrs
|
|---|
| 23 | .SH "SYNOPSIS"
|
|---|
| 24 | .HP \w'\ 'u
|
|---|
| 25 | vfs objects = streams_xattr
|
|---|
| 26 | .SH "DESCRIPTION"
|
|---|
| 27 | .PP
|
|---|
| 28 | This VFS module is part of the
|
|---|
| 29 | \fBsamba\fR(7)
|
|---|
| 30 | suite\&.
|
|---|
| 31 | .PP
|
|---|
| 32 | The
|
|---|
| 33 | vfs_streams_xattr
|
|---|
| 34 | enables storing of NTFS alternate data streams in the file system\&. As a normal posix file system does not support the concept of multiple data streams per file, the streams_xattr module stores the data in posix extended attributes (xattrs)\&. The name of these attributes is user\&.DosStream\&."ADS\-NAME"\&.
|
|---|
| 35 | .PP
|
|---|
| 36 | The file system that is shared with this module enabled must support xattrs\&.
|
|---|
| 37 | .PP
|
|---|
| 38 | Please note that most file systems have severe limitations on the size of xattrs\&. So this module might work for applications like IE that stores small zone information in streams but will fail for applications that store serious amounts of data in ADSs\&.
|
|---|
| 39 | .SH "EXAMPLES"
|
|---|
| 40 | .sp
|
|---|
| 41 | .if n \{\
|
|---|
| 42 | .RS 4
|
|---|
| 43 | .\}
|
|---|
| 44 | .nf
|
|---|
| 45 | \fI[share]\fR
|
|---|
| 46 | \m[blue]\fBvfs objects = streams_xattr\fR\m[]
|
|---|
| 47 | .fi
|
|---|
| 48 | .if n \{\
|
|---|
| 49 | .RE
|
|---|
| 50 | .\}
|
|---|
| 51 | .SH "AUTHOR"
|
|---|
| 52 | .PP
|
|---|
| 53 | The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.