Writing a Samba VFS in Samba 3.6 and earlier: Difference between revisions

From SambaWiki
Line 1: Line 1:
= Introduction =
= Introduction =

This document is intended to help people who want to write Samba VFS modules. It is a Wiki-based version of an earlier document written by Richard Sharpe that can be found at [http://www.samba.org/~sharpe/The-Samba-VFS.pdf Writing a Samba VFS].

The rest of this document is organized into a number of sections that:

TBD


= The Samba VFS =
= The Samba VFS =

Revision as of 00:41, 6 May 2014

Introduction

This document is intended to help people who want to write Samba VFS modules. It is a Wiki-based version of an earlier document written by Richard Sharpe that can be found at Writing a Samba VFS.

The rest of this document is organized into a number of sections that:

TBD

The Samba VFS

Two Types of File Systems

Samba-vfs-diag-1.gif


Samba-vfs-diag-2.gif

Writing a VFS Module

VFS Module Initialization

Some Existing VFS Modules

Building, Installing and Debugging your VFS Module

Adding New VFS Routines