02-15-2022, 11:40 PM
Most convenient would be if the USB connection worked as it does with Android phones so you could just connect the Pinephone to a Linux computer and browse the phone's filesystem. (A Windows computer doesn't grok Linux filesystems unless you install an appropriate driver.) USB connection doesn't work for file transfer though, at least not in Mobian. You can do it with Jumpdrive tp access the eMMC.
I like using sshfs, though it has the limitation of not supporting symbolic links:
https://www.baeldung.com/linux/mounting-...tory-sshfs
Of course for this to work you need to have ssh server running on the Pinephone and you need to know the phone's IP address. (At home I have my router configured to always give out the same IP address to the Pinephone.)
I like using sshfs, though it has the limitation of not supporting symbolic links:
https://www.baeldung.com/linux/mounting-...tory-sshfs
Of course for this to work you need to have ssh server running on the Pinephone and you need to know the phone's IP address. (At home I have my router configured to always give out the same IP address to the Pinephone.)