Did you try to access the directory, where it should be mounted?
nb: ls  /home/bob/MPT/AnyMPT
It will not apppear automagically under graphical file manager, 
at least mine (FileRunner), until someone will touch something inside mount 
point.

On my Lenovo tablet, when connected to USB, i have 3 choices:
CONNECT AS
Media device (MPT)
Camera (PTP)
Charge only

On Samsung S3 phone, there are no such choices.
Both works with this setup.
Check your device.

Another way:
Install from Google play
https://play.google.com/store/apps/details?id=com.arachnoid.sshelper&hl=en 
https://play.google.com/store/apps/details?id=com.arachnoid.sshelper&hl=en
Configure sshelper.

From memory:
ssh-keygen (if it doesn't exist yet)
ssh -p 2222 root@<your-device-ip>
ssh-copy-id  -p 2222 root@<your-device-ip>
Test this, so you can connect without password:
ssh -p 2222 root@<your-device-ip>

Here we are again at autofs:
/etc/auto.master
...
/home/bob/SSHFS /etc/auto.master.d/auto.sshfs --timeout=30 --ghost
...

/etc/auto.master.d/auto.sshfs
...
GalaxyS3        
-fstype=fuse,rw,nodev,nonempty,noatime,max_read=65535,transform_symlinks,allow_other,reconnect,port=2222
 :sshfs\#galaxys3\:/
Lenovo           
-fstype=fuse,rw,nodev,nonempty,noatime,max_read=65535,transform_symlinks,allow_other,reconnect,port=2222
 :sshfs\#lenovo\:/
...
To trigger automount:
nb: ls /home/bob/SSHFS/Lenovo

Hope it will help.
If it will not, please send me private mail with attached:
/etc/auto.master
/etc/auto.master.d/auto.mpt.d/auto.sshfs
/etc/auto.master.d/auto.mpt

BR, Bob

P.S.
My english is lousy. It's not my native language.
Don't mention the grammar. Hope you will never heard my accent :-)







-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to