Alpine Linux rclone mount ERROR: Failed to create file system for "acd:/": failed to get endpoints

Iam trying to setup a small portable linux boot that would share rcloune mount over samba.
( using encfs to decrypt data )
After sorting out all encfs, fuse, unionfs stuff to work I cant get rclone to mount drive.

rclone mount --allow-non-empty --allow-other --max-read-ahead 20000M --checkers 40 acd:/ /storage/.acd/
2016/12/01 17:14:21 Failed to create file system for "acd:/": failed to get endpoints: Get https://drive.amazonaws.com/drive/v1/account/endpoint: Post https://api.amazon.com/auth/o2/token: x509: failed to load system roots and no roots provided

You are missing the ssl roots - see the FAQ entry: http://rclone.org/faq/#rclone-gives-x509-failed-to-load-system-roots-and-no-roots-provided-error

Are you using a docker container?

I should really RTFM :slight_smile:
No its docker, just making some portable alpine so I can access drive directly and play videos etc…

Did not find any fast enough ecfs solution for windows so i prefer to do it this way.

And its now i can compare plex performance vs classic windows player.

1 Like