diff --git a/Mount.md b/Mount.md index 85108d5..1c25fc0 100644 --- a/Mount.md +++ b/Mount.md @@ -1,3 +1,20 @@ +### Supported Features +With "weed mount", the files can be operated as a local file. The following operations are supported. +* file read / write +* create new file +* mkdir +* list +* remove +* rename +* chmod +* chown +* soft link +* display free disk space + +// planned +* hard link + + ### Mount as FUSE This uses bazil.org/fuse, which enables writing FUSE file systems on Linux and OS X. On OS X, it requires OSXFUSE (http://osxfuse.github.com/).