mirror of
https://github.com/rclone/rclone.git
synced 2025-01-11 08:49:37 +01:00
mount: add docs for windows install
This commit is contained in:
parent
859721f3cf
commit
de54fd4c64
@ -71,6 +71,19 @@ When that happens, it is the user's responsibility to stop the mount manually wi
|
|||||||
# OS X
|
# OS X
|
||||||
umount /path/to/local/mount
|
umount /path/to/local/mount
|
||||||
|
|
||||||
|
### Installing on Windows ###
|
||||||
|
|
||||||
|
To run rclone ` + commandName + ` on Windows, you will need to
|
||||||
|
download and install [WinFsp](http://www.secfs.net/winfsp/).
|
||||||
|
|
||||||
|
WinFsp is an [open source](https://github.com/billziss-gh/winfsp)
|
||||||
|
Windows File System Proxy which makes it easy to write user space file
|
||||||
|
systems for Windows. It provides a FUSE emulation layer which rclone
|
||||||
|
uses combination with
|
||||||
|
[cgofuse](https://github.com/billziss-gh/cgofuse). Both of these
|
||||||
|
packages are by Bill Zissimopoulos who was very helpful during the
|
||||||
|
implementation of rclone ` + commandName + ` for Windows.
|
||||||
|
|
||||||
### Limitations ###
|
### Limitations ###
|
||||||
|
|
||||||
This can only write files seqentially, it can only seek when reading.
|
This can only write files seqentially, it can only seek when reading.
|
||||||
|
Loading…
Reference in New Issue
Block a user