blob: f1de5d9f800d07040bfed11a0f793be5f8aae669 (
plain)
1
2
3
4
5
6
7
8
9
10
|
This module (ntvfs 'simple') provides a very, very simple posix backend.
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 = simple
|