• @renzev@lemmy.worldOP
    link
    fedilink
    English
    29 days ago

    SSHFS actually works perfectly on android, just needs root. Here’s the app I use.

    It’s funny how the README calls it a “VERY bad solution”, but so far it’s the only remote filesystem tool I’ve seen on android that could be described as anything close to usable.

    • mittorn
      link
      fedilink
      19 days ago

      @renzev @Ephera it does not work good, because on android you have to mount sshfs 3 times to become it accessible for apps. Just little option to add 2 bind mounts and maintain it would solve fs access issues, but now manually doing it in root shell is not easy

      • @renzev@lemmy.worldOP
        link
        fedilink
        19 days ago

        Hmmm interesting. I’ve never had issues with that. I just mount it once to a mountpoint in my shared storage and it just works. Probably a ROM-specific thing.

        • mittorn
          link
          fedilink
          29 days ago

          @renzev for me, /mnt/runtime/default is not enough, because some apps using /mnt/runtime/read or /mnt/runtime/write as storage.