WOFS: Write Only File System using FUSE

WOFS is a FUSE file system which provides a write only access to a directory.

From the mount point, one can only create directories and write files. You may add naming restriction to control more precisly file and directory creation.
Attempt to read a file fails with permission denied.
Attempt to read a directory returns no file.
Unfortunately one can know if a file or a directory exist if he knows its name. But nothing can be read out of it.

Usage :

wofs directory mount_point
  • directory is where the files will be written.

Edit: New version 0.3.

This entry was posted in Informatique. Bookmark the permalink.

Comments are closed.