On 3/4/19 1:41 AM, ToddAndMargo via users wrote:
Hi All,

Xfce 4.13
Fedora 29 x64

How do I mount my cell phone as a "Media Device" (MTP)?

-T

Hi All,

Follow up.  Got is figured out with the help of the gnome guys.

-T

My notes:

Fedora and MTP devices:

    # dnf install gvfs-mtp gvfs-fuse
    # groupadd fuse
    # gpasswd --add tony fuse

reboot


To find the name of the device:
    $ gio mount -li

    Mount(0): KYOCERA Android -> mtp://KYOCERA_KYOCERA_Android_615756870/
       Type: GProxyShadowMount (GProxyVolumeMonitorMTP)
-->    default_location=mtp://KYOCERA_KYOCERA_Android_615756870/
       themed icons:  [phone]
       symbolic themed icons:  [phone-symbolic]  [phone]
       can_unmount=1
       can_eject=0
       is_shadowed=0


To mount my phone (get from Nautilus or Thunar):

    $ gio mount mtp://KYOCERA_KYOCERA_Android_615756870/
    $ ls -al /run/user/500/gvfs

To dismount:
    $ fusermount -u /run/user/500/gvfs

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to