1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-29 06:33:16 +00:00

Implement mount2 with go-fuse

This passes the tests and works efficiently with the non sequential vfs ReadAt fix.
This commit is contained in:
Nick Craig-Wood
2016-11-21 20:52:32 +00:00
parent c38d7be373
commit 8318020387
7 changed files with 983 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ import (
_ "github.com/rclone/rclone/cmd/memtest"
_ "github.com/rclone/rclone/cmd/mkdir"
_ "github.com/rclone/rclone/cmd/mount"
_ "github.com/rclone/rclone/cmd/mount2"
_ "github.com/rclone/rclone/cmd/move"
_ "github.com/rclone/rclone/cmd/moveto"
_ "github.com/rclone/rclone/cmd/ncdu"