Updated Mount (markdown)

Chris Lu 2018-12-25 23:29:42 -08:00
parent a364779e2c
commit bc9faede2b

@ -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/).