com.piyushgarg.rclone icon indicating copy to clipboard operation
com.piyushgarg.rclone copied to clipboard

Remote wont mount when using custom paramters

Open Cubuss opened this issue 4 years ago • 3 comments

Whenever i load custom parameter list my mount wont mount, rclone: (v1.48.0) mod: (v1.8) /mnt/cloud/gdrive stays empty when it loaded a parameter file if i dont use the custom parameter the mount mounts just fine, And nothing shows up in /sdcard/cloud/xxx either when enabling sdcard mount

Using latest v1.12

Default CACHEMODE off

Found .gdrive.param
loading .gdrive.param
Importing CACHEMODE=off
Importing BINDSD=1
[gdrive] available at: -> [/mnt/cloud/gdrive]


...done
- Done
Default CACHEMODE off

Found .gdrive.param
loading .gdrive.param
Importing CACHEMODE=off
Importing BINDSD=0
[gdrive] available at: -> [/mnt/cloud/gdrive]


...done
- Done

Default CACHEMODE off

Found .gdrive.param
loading .gdrive.param
Importing CACHEMODE=off
[gdrive] available at: -> [/mnt/cloud/gdrive]


...done
- Done

This one also results in mount not being loaded at all,

Cubuss avatar Aug 10 '20 18:08 Cubuss

When i leave the parameter file empty it mounts the remote fine

Default CACHEMODE off

Found .gdrive.param
loading .gdrive.param
[gdrive] available at: -> [/mnt/cloud/gdrive]


...done
- Done

I also made sure to add an empty line at the bottom to ensure the file gets parsed correctly image

Cubuss avatar Aug 10 '20 18:08 Cubuss

I'm having this same issue. Did you find a fix for it?

bnichs5 avatar Sep 14 '20 16:09 bnichs5

I'm having this same issue. Did you find a fix for it?

Yes i ended up installing Rclone via Termux and use fusermount,

https://android.stackexchange.com/questions/225604/how-to-mount-rclone-on-android

Cubuss avatar Sep 18 '20 11:09 Cubuss