It's all automated so you don't have to think about how it works.
Adbfs-rootless – Mount Android phones on Linux with adb. No root required
11–20 of 29 posts
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#12ADB is such a crummy experience for file transfers, and Android File Transfer is somehow even worse. This sounds great!
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#13Hello, maintainer here. Happy to see this little project on the front page of HN. Unfortunately it hasn't received the appropriate attention from me lately, mainly because of the difficulties of running tests (and the android emulator) on GH action runners. Attempt to add some basic tests can be found here https://github.com/spion/adbfs-rootless/pull/62 This submission motivated me to check out the latest state of vi…
Thank you for writing this. I use it routinely to back up my phone by mounting it and then simply running rsync.
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#14Earlier quoted context omitted.
Thank you for writing this. I use it routinely to back up my phone by mounting it and then simply running rsync.
Am I missing something? Your phone isn’t using encrypted storage?
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#15Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#16Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#17Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#18If you use KDE Connect, which is cross-platform and not just for KDE, you can mount your phone's storage remotely without touching adb. I believe it uses sshfs in the background. It's all automated so you don't have to think about how it works.
I use it every day to interact between my phones and computers (browse files across devices, transfer them, use the phone screen as computer trackpad, control media playing on another device, run remote commands safely... and I know I'm not using even half of the features).
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#19Hello, maintainer here. Happy to see this little project on the front page of HN. Unfortunately it hasn't received the appropriate attention from me lately, mainly because of the difficulties of running tests (and the android emulator) on GH action runners. Attempt to add some basic tests can be found here https://github.com/spion/adbfs-rootless/pull/62 This submission motivated me to check out the latest state of vi…