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

Using the snap makes Rclone read-only #1784

Closed
enoch85 opened this issue Oct 30, 2017 · 6 comments
Closed

Using the snap makes Rclone read-only #1784

enoch85 opened this issue Oct 30, 2017 · 6 comments

Comments

@enoch85
Copy link

enoch85 commented Oct 30, 2017

What is your rclone version (eg output from rclone -V)

1.3.8

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 16.04 Server

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

root@rclone:~# rclone copy GoogleBackup:/ /mnt/GoogleBackup:2017-10-30 -v
2017/10/30 14:59:10 INFO  : Local file system at /mnt/GoogleBackup:2017-10-30: Modify window is 1ms
2017/10/30 14:59:10 ERROR : Attempt 1/3 failed with 1 errors and: mkdir /mnt/GoogleBackup:2017-10-30: read-only file system
2017/10/30 14:59:10 ERROR : Attempt 2/3 failed with 1 errors and: mkdir /mnt/GoogleBackup:2017-10-30: read-only file system
2017/10/30 14:59:10 ERROR : Attempt 3/3 failed with 1 errors and: mkdir /mnt/GoogleBackup:2017-10-30: read-only file system
2017/10/30 14:59:10 Failed to copy: mkdir /mnt/GoogleBackup:2017-10-30: read-only file system

I tested to remove the snap and run it with a binary, and it worked, so the snap is the error here. Worth noticing is that I ran it with --classic as described here: http://www.webupd8.org/2017/02/rclone-is-now-available-as-snap-package.html

@ncw
Copy link
Member

ncw commented Nov 2, 2017

We've abandoned the snap package as we've been unable to make it work properly :-( Probably our fault, but we felt our time was better spent developing rclone that fighting with every package manager under the sun.

@enoch85
Copy link
Author

enoch85 commented Nov 2, 2017

@ncw I get that. No big deal really if there was a command to update. Sure, I can make a simple script myself and run it, but would be nice of you to provide it.

@ncw
Copy link
Member

ncw commented Dec 12, 2017

We've just introduced a script install for rclone...

which is cross platform (exept windows) and we will maintain.

Hopefully that will help.

I'm going to close this issue now.

@ncw ncw closed this as completed Dec 12, 2017
@enoch85
Copy link
Author

enoch85 commented Dec 13, 2017

Horaay!

@jackTaw88
Copy link

@enoch85 how did you installed? It gives this error:

error: snap "rclone" is not compatible with --classic

I did not know that a snap package need to be compatible for classic installation.

  • There is also a nix package of rclone. It is developed by rclone team?

@ncw
Copy link
Member

ncw commented Feb 6, 2019

  • There is also a nix package of rclone. It is developed by rclone team?

No, it is maintained by @danielfullmer

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