General Name | ArchLinux/CopyBoxLinux Package | Raspbian |
Python 2 | python2 | python2.7 |
Fuse | fuse | fuse |
Python Fuse Bindings | python2-fuse | python-fuse |
Python URLLib3 | python2-urllib3 | python-urllib3 |
Python Setuptools utility | python2-distribute | python-setuptools |
Clone the copy-fuse repo
git clone https://github.com/copy-app/copy-fuse
'cd' to the copy-fuse repo
cd copy-fuse
ensure that copyfuse.py is executable
sudo chmod +x copyfuse.py
execute copyfuse.py
./copyfuse.py [email protected] password /path/to/mount/point
to unmount your Copy account
fusermount -u /path/to/mount/point
-
SyntaxError: invalid token on line 228
The mount point given as the third argument to copyfuse.py does not exist, or is not a directory