Commit 8aa866d4 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Document hardlink behavior in api.go and README.

parent 075c0022
......@@ -12,12 +12,14 @@ negligible.
subdirectories of the FUSE mount.
* Supports 3 interfaces for writing filesystems:
- PathFileSystem: define filesystems in terms path names
- PathFileSystem: define filesystems in terms path names.
- NodeFileSystem: define filesystems in terms of inodes.
NodeFileSystem allow true hardlinks.
- RawFileSystem: define filesystems in terms of FUSE's raw
wire protocol.
* Both NodeFileSystem and PathFileSystem support manipulation of true
hardlinks.
* Includes two fleshed out examples, zipfs and unionfs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment