On 2018-06-15 11:39 PM, Felmon Davis wrote:
On Fri, 15 Jun 2018, Gary Dale wrote:
On 2018-06-14 12:19 AM, Felmon Davis wrote:
On Wed, 13 Jun 2018, Gary Dale wrote:
Or on another subject, does anyone know if mtp will ever work?
I don't know; there has been discussion of using:
gmtp
go-mtpfs
jmtpfs
I've used jmtpfs (requires) java; I've used one of the others but
forget which, whichever, it worked alright.
I use sshdroid on the phone to and sshfs on the laptop now.
I believe krusader is relevant in kde environments but no direct
familiarity.
f
Thanks. It took some doing but I seem to have sshfs working now. To
add the phone to /etc/fstab, I'm using
root@192.168.1.11:/ /home/garydale/GarysPhone fuse.sshfs
_netdev,port=2222,user,idmap=user,transform_symlinks,identityfile=/home/garydale/.ssh/id_rsa,default_permissions,uid=1000,gid=1000
0 0
Which is similar to what I found by googling sshfs for /etc/fstab
settings.
Unfortunately it lets me mount the phone but I have to be root to
umount it. Any suggestion on fixing that?
does
fusermount -u mount-point
work?
f.
Thanks. It did.