easysshfs icon indicating copy to clipboard operation
easysshfs copied to clipboard

Unstable Mounting on Rooted Pixel Device (Android 10) after Recent Update

Open sjpatel21 opened this issue 1 year ago • 6 comments

I am using the app on rooted Pixel device for quite some time now, and it seems that the mounting has become quite unstable after the recent update.

My phone sits next to the wifi and always on charge, but the connection will drop unexpectedly and unmount/mount would not work and the only option left is to reboot the device.

Device info Model: Pixel 1 OS: Stock Android 10 Magisk Version: 27.0 App Version: 0.5.11

Please let me know if you want me to debug/try something. Thanks for your awesome work.

Logs:

>_ mount
>[email protected]:/media/issd/photos/testsshfs: No such file or directory
> _ exit code: 1
>_ Pattern /testsshfs [email protected]:/media/issd/photos /mnt/runtime/default/emulated/0/DCIM fuse.sshfs is not in /proc/mounts
>_ umount -l -v /mnt/runtime/default/emulated/0/DCIM
>_ umount: can't unmount /mnt/runtime/default/emulated/0/ DCIM: Invalid argument
>_ exit code: 1
>_ Pattern [email protected]:/media/issd/photos/sunny /testsshfs /mnt/runtime/default/emulated/0/DCIM fuse.sshfs is not in /proc/mounts
>_ Pattern [email protected]:/media/xboxdrive/photos /sunny/mnt/runtime/default/emulated/0/DCIM/Xboxdrive fuse.sshfs is not in /proc/mounts
>_ Pattern [email protected]:/media/issd/photos/sunny /testsshfs/mnt/runtime/default/emulated/0/DCIM fuse.sshfs is not in /proc/mounts
>_ mount
>_ exit code: 0
>_ Pattern [email protected]:/media/issd/photos/sunny /testsshfs /mnt/runtime/default/emulated/0/DCIM fuse.sshfs is in/proc/mounts
>_ Pattern [email protected]:/media/xboxdrive/photos /sunny/mnt/runtime/default/emulated/0/DCIM/Xboxdrive fuse.sshfs is not in /proc/mounts
>_ Pattern [email protected]:/media/issd/photos/sunny
/testsshfs/mnt/runtime/default/emulated/0/DCIM fuse.sshfs is not in /proc/mounts
>_ mount
>_ exit code: 0
>_ Pattern [email protected]:/media/issd/photos/sunny /testsshfs/mnt/runtime/default/emulated/0/DCIM fuse.sshfs is in /proc/mounts

Screenshot_20240427-102907

sjpatel21 avatar Apr 27 '24 17:04 sjpatel21