AvinashReddy3108 / rclone-mount-magisk

A fork of @piyushgarg's 'rclone-mount', with fixes, updated binaries, x86 support, and more..
103 stars 16 forks source link

Cant save rclone remote #1

Closed anonhacker47 closed 3 years ago

anonhacker47 commented 3 years ago

getting this error when adding new remote :

Failed to save config after 10 tries: Failed to create temp file for new config: open /.rclone.conf268707756: read-only file system

/system/bin/rclone[130]: /dev/GEVKCv/.magisk/modules/rclone.mount/rclone-wrapper.sh: inaccessible or not found

AvinashReddy3108 commented 3 years ago

Can you tell me the steps you took to make the config, and what terminal app you used for it? It will help me debug this issue.

anonhacker47 commented 3 years ago

Okay i fixed the Failed to create temp file for new config: open /.rclone.conf268707756: read-only file system error by remounting / filesystem is writable but the second error persists when saving the config

I used termux and configured using rclone config command.

AvinashReddy3108 commented 3 years ago

@anonhacker47 Did you do the su in Termux before trying rclone config?

anonhacker47 commented 3 years ago

Yes

anonhacker47 commented 3 years ago

Welcome to Termux!

Wiki: https://wiki.termux.com Community forum: https://termux.com/community Gitter chat: https://gitter.im/termux/termux IRC channel: #termux on freenode

Working with packages:

Subscribing to additional repositories:

Report issues at https://termux.com/issues

$ su :/data/data/com.termux/files/home # rclone config Using 'rclone' binary: /dev/4nxODVI/.magisk/modules/rclone.mount/rclone Current remotes:

Name Type ==== ==== gdrive drive tdriv3 drive

e) Edit existing remote n) New remote d) Delete remote r) Rename remote c) Copy remote s) Set configuration password q) Quit config e/n/d/r/c/s/q> q

/system/bin/rclone[130]: /dev/4nxODVI/.magisk/modules/rclone.mount/rclone-wrapper.sh: inaccessible or not found 127|:/data/data/com.termux/files/home #

Heres the complete transcript

AvinashReddy3108 commented 3 years ago

Awesome, this helps a bit.

I really did not see this one through (I guess) cuz the config was supposed to be copied off my PC.

Will try my best to fix this ASAP.

anonhacker47 commented 3 years ago

Ofcourse, take your time

AvinashReddy3108 commented 3 years ago

@anonhacker47 this commit should fix the issue. Also updated the ZIP in the "Releases" with the fix. Feel free to re-open this if it does not.