Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find decrypted mountpoint #2076

Closed
zeyoner opened this issue Feb 17, 2018 · 3 comments
Closed

Could not find decrypted mountpoint #2076

zeyoner opened this issue Feb 17, 2018 · 3 comments

Comments

@zeyoner
Copy link

zeyoner commented Feb 17, 2018

rclone v1.39

  • os/arch: linux/amd64
  • go version: go1.9.2

Debian 9 (Stretch) x64
Google Drive

root@hoggle:/opt/cloud-media-scripts/rclone# rclone mount --config /opt/cloud-media-scripts/rclone/rclone.conf /opt/cloud-media-scripts/cloud/Media gd-crypt: -vv
2018/02/16 11:41:12 DEBUG : Using config file from "/opt/cloud-media-scripts/rclone/rclone.conf"
2018/02/16 11:41:12 DEBUG : rclone: Version "v1.39" starting with parameters ["rclone" "mount" "--config" "/opt/cloud-media-scripts/rclone/rclone.conf" "/opt/cloud-media-scripts/cloud/Media" "gd-crypt:" "-vv"]
2018/02/16 11:41:12 INFO  : Local file system at /opt/cloud-media-scripts/cloud/Media: Modify window is 1ns
2018/02/16 11:41:12 Fatal error: Can not open: gd-crypt:: open gd-crypt:: no such file or directory
root@hoggle:/opt/cloud-media-scripts/rclone# 

rclone.conf:

[gd-crypt]
type = crypt
remote = gd:Media
filename_encryption = standard
password = Redacted
password2 = Redacted
directory_name_encryption = true

[local-crypt]
type = crypt
remote = /opt/cloud-media-scripts/.cloud-encrypt/Media
filename_encryption = standard
password = Redacted
password2 = Redacted
directory_name_encryption = true

[gd]
type = drive
client_id =
client_secret =
service_account_file =
token = Redacted
@naeloob
Copy link

naeloob commented Feb 17, 2018

First remote, second mount point.
Try this : rclone mount --config /opt/cloud-media-scripts/rclone/rclone.conf gd-crypt: /opt/cloud-media-scripts/cloud/Media -vv

@zeyoner
Copy link
Author

zeyoner commented Feb 17, 2018

root@hoggle:/opt/cloud-media-scripts/rclone# rclone mount --config /opt/cloud-media-scripts/rclone/rclone.conf gd-crypt: /opt/cloud-media-scripts/cloud/Media -vv
2018/02/17 18:06:26 DEBUG : Using config file from "/opt/cloud-media-scripts/rclone/rclone.conf"
2018/02/17 18:06:26 DEBUG : rclone: Version "v1.39" starting with parameters ["rclone" "mount" "--config" "/opt/cloud-media-scripts/rclone/rclone.conf" "gd-crypt:" "/opt/cloud-media-scripts/cloud/Media" "-vv"]
2018/02/17 18:06:27 DEBUG : Keeping previous permissions for config file: -rw-r--r--
2018/02/17 18:06:27 DEBUG : gd: Saved new token in config file
2018/02/17 18:06:28 INFO  : Encrypted drive 'gd-crypt:': Modify window is 1ms
2018/02/17 18:06:28 DEBUG : Encrypted drive 'gd-crypt:': Mounting on "/opt/cloud-media-scripts/cloud/Media"
2018/02/17 18:06:28 DEBUG : vfs cache root is "/root/.cache/rclone/vfs/gd-crypt"
2018/02/17 18:06:28 DEBUG : : Root: 
2018/02/17 18:06:28 DEBUG : : >Root: node=/, err=<nil>
2018/02/17 18:06:28 DEBUG : : Statfs: 
2018/02/17 18:06:28 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2018/02/17 18:06:28 DEBUG : Google drive root 'Media': Checking for changes on remote
2018/02/17 18:06:28 DEBUG : Google drive root 'Media': All changes were processed. Waiting for more.
2018/02/17 18:07:28 DEBUG : Google drive root 'Media': Checking for changes on remote
2018/02/17 18:07:28 DEBUG : Google drive root 'Media': All changes were processed. Waiting for more.

@ncw
Copy link
Member

ncw commented Feb 20, 2018

That looks like it is working now, I'll close this :-)

@ncw ncw closed this as completed Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants