rclone/cmd/mountlib
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
..
check_linux.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
check_other.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
help.go docs: improve grammar and fix typos (#5361) 2021-11-04 12:50:43 +01: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
rc_test.go test: use T.TempDir to create temporary test directory 2022-02-01 11:47:04 +00:00
rc.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
sighup_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sighup.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
utils.go mount: add --devname to set the device name sent to FUSE for mount display 2022-02-09 11:56:43 +00:00