mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Mount (markdown)
parent
a364779e2c
commit
bc9faede2b
17
Mount.md
17
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/).
|
||||
|
|
Loading…
Reference in a new issue