Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vfs_streams_depot(8) [centos man page]

VFS_STREAMS_DEPOT(8)					    System Administration tools 				      VFS_STREAMS_DEPOT(8)

NAME
vfs_streams_depot - EXPERIMENTAL module to store alternate data streams in a central directory. SYNOPSIS
vfs objects = streams_depot DESCRIPTION
This EXPERIMENTAL VFS module is part of the samba(7) suite. The vfs_streams_depot 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_depot module stores the data in files in a separate directory. OPTIONS
streams_depot:directory = PATH Path of the directory where the alternate data streams should be stored. Defaults to the sharepath/.streams. streams_depot:delete_lost = [ yes | no ] In the case of an already existing data streams directory for a newly created file the streams directory will be renamed to "lost-%lu", random(). With this option lost stream directories will be removed instead of renamed. o no(default) - rename lost streams to "lost-%lu", random(). o yes - remove lost streams. EXAMPLES
[share] vfs objects = streams_depot AUTHOR
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. Samba 4.0 06/17/2014 VFS_STREAMS_DEPOT(8)

Check Out this Related Man Page

VFS_PREALLOC(8) 					    System Administration tools 					   VFS_PREALLOC(8)

NAME
vfs_prealloc - preallocate matching files to a predetermined size SYNOPSIS
vfs objects = prealloc DESCRIPTION
This VFS module is part of the samba(7) suite. The vfs_prealloc VFS module preallocates files to a specified size each time a new file is created. This is useful in environments where files are of a predetermined size will be written to a disk subsystem where extending file allocations is expensive. This module is stackable. OPTIONS
prealloc:EXT = BYTES Preallocate all files with the extension EXT to the size specified by BYTES. The following suffixes may be applied to BYTES: o K - BYTES is a number of kilobytes o M - BYTES is a number of megabytes o G - BYTES is a number of gigabytes EXAMPLES
A process writes TIFF files to a Samba share, and the is known these files will almost always be around 4 megabytes (4194304 bytes): [frames] path = /data/frames vfs objects = prealloc prealloc:tiff = 4M CAVEATS
vfs_prealloc is not supported on all platforms and filesystems. Currently only XFS filesystems on Linux and IRIX are supported. VERSION
This man page is correct for version 3.0.25 of the Samba suite. AUTHOR
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. Samba 4.0 06/17/2014 VFS_PREALLOC(8)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

recover lost data

I did a rm -r command on a directory. I would like to know if there is any way I can recover the data that was lost during this operation. (2 Replies)
Discussion started by: pkappaz
2 Replies

2. UNIX for Advanced & Expert Users

lost data

Hi, Instead of using the tar xvf ...I used tar cvf <device file> for a DLT and the whole of the 50GB data was lost in less than 10sec....The data was not over written for sure. but when i use a tar tvf there is nothing inside. Can i get back the data by any means. If not y. (2 Replies)
Discussion started by: i2admin
2 Replies

3. Filesystems, Disks and Memory

Restoring back files from "lost+found" directory

Hi Friends, How can I Restore the Files present under "lost+found" Directory of a FileSystem (in Solaris & Tru64 OS) to their original Locations. Now-a-days I am loosing lots of files in 2 of my Machines, One running Solaris8 and other Tru64(Digital) Unix. Thanx in... (1 Reply)
Discussion started by: dhasarath
1 Replies

4. UNIX for Dummies Questions & Answers

lost+found directory

what is the directory "lost+found" and how is it used? (2 Replies)
Discussion started by: Ben070371
2 Replies

5. UNIX for Advanced & Expert Users

lost+found

Does anyone have or know of a script to help sort and display a large lost+found directory? i've googled this but not much help solaris 9 thanks (3 Replies)
Discussion started by: morrish
3 Replies

6. UNIX for Dummies Questions & Answers

Sed or Awk usage to rename string

I have gotten myself totally lost trying to sort this out and just need some help please.. I will have a multiple directories using the following naming convention with an undetermined number of files in each directory. 9780743582094_05of5_Accountable.wav I need to batch rename all files... (5 Replies)
Discussion started by: glev2005
5 Replies

7. Red Hat

lost+found

Hi, What is lost+found in linux ? Cheers, snj (2 Replies)
Discussion started by: snjksh
2 Replies

8. Shell Programming and Scripting

Case 5_2 Project

I'm totally lost on what the code suppose to look like on this project: The Antonio Czechos Drywall Firm has hired you to help implement a directory structure for them based on Figure 5-19. Because you were called out of town to aid another customer, you cannot go to the site. In the meantime,... (1 Reply)
Discussion started by: TomFord1
1 Replies