blob: 2bc92834180dd96a1e832451f13c0f11396024a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
This module (ntvfs 'cifsposix') provides a simple posix backend which
provides better semantics for clients which implement the cifs unix
extensions or the newer cifs posix extensions
WARNING: All file access is done as user 'root'!!!
Only use this module for testing, with only test data!!!
For activating this module use:
[testshare]
path = /tmp/testshare
nfvfs handler = cifsposix
|