Sergey Bobrenok

Results 24 comments of Sergey Bobrenok

Wrapper approach should work for a single file. But I don't really understand how to do something like this with multi-file archives. Well, I can extract a single file and...

Well, yes. It is possible to unpack an archive into `/tmp` directory. But if I want to use this approach recursively (like `feh --recursive` but also search for images inside...

Actually, I thought about implementing a fuse-based filesystem that will represent regular files/directories as regular files/directories but will transform all archives into directories. But for now a relatively simple feh...

Can someone try easysshfs 0.4.2 with magisk? And with SuperSU but with enabled 'mount namespace separation'?

> How would I use SuperSU with magisk? I mean either with Magisk either with SuperSU and MNS. It's a mutually exclusive options.

> why has it taken this many years to solve this issue? Well, basically because there is no such problem as "pattern sshfs is not in /proc/mounts". It is just...

@TuRDMaN Are you sure you are not seeing just another mount namespaces related problem like the problem explained here: https://github.com/bobrofon/easysshfs/issues/3#issuecomment-478190548 ?

> ssh and sftp in Termux work well BTW `/data/user/0/ru.nsu.bobrofon.easysshfs/files/{ssh, sshfs}` are replaceable. It is possible to copy Termux's versions of ssh/sshfs here and the application will use them instead....

>Is it possible to mount Server by refresh the folder even if the Server has been rebooted? It's a tricky question. Technically, there are a few ways it may be...