rclone/cmd/mount
Nick Craig-Wood f4c40bf79d mount: add --devname to set the device name sent to FUSE for mount display
Before this change, the device name was always the remote:path rclone
was configured with. However this can contain sensitive information
and it appears in the `mount` output, so `--devname` allows the user
to configure it.

See: https://forum.rclone.org/t/rclone-mount-blomp-problem/29151/11
2022-02-09 11:56:43 +00:00
..
test build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
dir.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
file.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
fs.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
handle.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
mount.go mount: add --devname to set the device name sent to FUSE for mount display 2022-02-09 11:56:43 +00:00
mount_test.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
mount_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00