mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
ef2ef8ef84
Summary: In cases where cmount is not available in macOS, we alias nfsmount to mount command and transparently start the NFS server and mount it to the target dir. The NFS server is started on localhost on a random port so it is reasonably secure. Test Plan: ``` go run rclone.go mount --http-url https://beta.rclone.org :http: nfs-test ``` Added mount tests: ``` go test ./cmd/nfsmount ``` |
||
---|---|---|
.. | ||
dir.go | ||
edge_cases.go | ||
file.go | ||
fs.go | ||
os.go | ||
read_non_unix.go | ||
read_unix.go | ||
read.go | ||
submount.go | ||
vfs.go | ||
write_non_unix.go | ||
write_unix.go | ||
write.go |