I have completely ditched PlexDrive and use rclone solely in my Linux VPS due to superior performance, speed, and light on CPU.
I want to buy Nvidia Shield and use rclone + Plex. I read few months back that someone succeeded compiling rclone but unable to do “rclone mount” because of problem with FUSE. Is the current status still the same?
IS there a way so that I can mount my Google Drive in Shield so that Plex can see and have at least read only access ?
edit: my Shield will be rooted and I guess I will compile rclone possibly with termux packages or other way.
I can’t answer the question whether the shield kernel support FUSE or not - I don’t know…
You can run rclone serve webdav or rclone serve http which the Shield may be able to use? Or you could run rclone on a raspberry Pi and serve to the shield some other way…
Does raise an interesting possibility for a potentially common use case. I tried mounting on my ASUS N66U router but the attempt fails with TLS issues, can’t auth the tokens so that came to an abrupt end - would have been ideal for a central mount for devices though.
could you help me with compiling it?
can it be done on circlecli or on linux?
DO i have to install ndk-build?
how to use this file fusermount.mk ?
thanks in advance
But it has to have something to do with permissions.
Because other process, no mather spawned by root or by user shows that folder is empty.
But if i go to termux and spawn rclone with --daemon
and in the same shell ls /storage/mounted
-it works correctly, shows content exact as it is with folders and files.
but other process cant access it, only the one which spawned previously rcloune mount.
why?
tried with --debug-fuse but it does not show any error
tested on normal terminal, in one windows spawned rclone mount and in second windows i could
cd to /storage.mounted and ls normally
but any file manager even with root access could not see content of /storage/mounted, only process which spawned/executed rclone mount.
i tried with --allow-other --default-permissions, setting guid uid umask, but not helped
Rclone is only mounted inside the terminal emulator (that is still an Android App), so it will only be visible inside the terminal emulator.
I don’t know how to find a work around with it. Maybe an broadcast message or something…
or similar file manager app which has ability to run scripts as root.
in this app run as root rclone mount (with allow-root as in previous post with fusermount)
and in this file manager i have full access to all folders and files.
unfortunatelly it will be not possible, in this scenario, to open files not supported by fx file manager (as an example).
Fx file manager can open mkv files in build in player but can not open avi files,
and opening with external app does not work, because this external app cant access file.
Only way is - copy file from within fx file manager to some place on phone and have it as normal file.
The best solution would be to mount the rclone folder at boot time. The same time as the /system is mount. But I am not interest in this solution as I don’t know how much rclone would drain my battery.
Maybe the way you have done is also a good one. But what are the advantages bettween mount rclone insise the file explorer or the one explain in the second post, and use the file explorer to open the webdav of ftp?
Can someone share fusermount binaries?
I think best is if we can get rclone mount works just like NVIDIA shield TV samba mount. This will allow all apps to access that mounted folders. This also means great things. Any decent android can be transformed into powerful cloud NAS.
For example, NVIDIA SHIELD TV has already plex server app. Having the ability to access rclone mount inside the device will make current NAS models obsolete.
Currently I have NVIDIA shield TV as my plex server connected to an empty NAS that has rclone mount serving 50TB of media. Eliminating that physical nas by mounting rclone inside NVIDIA shield TV will be a big win for everyone.
So for we can mount rclone folder on a terminal emulator, but other apps are not able to access the content of that folder.
The binaries are at the first Post I did it, just follow the link