SCIENTIFIC-LINUX-USERS Archives

October 2017

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
ToddAndMargo <[log in to unmask]>
Reply To:
ToddAndMargo <[log in to unmask]>
Date:
Fri, 6 Oct 2017 15:44:51 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (58 lines)
On 10/06/2017 02:51 PM, ToddAndMargo wrote:
> Dear List,
> 
> Krusader 2.5.0
> Thunar 1.6.11
> Scientific Linux 7.4
> Lenovo Tab 2 A10-70
> 
> http://people.redhat.com/bnocera/libmtp-rhel-7.5/libmtp-1.1.13-1.el7.x86_64.rpm 
> 
> 
> reference bug in RHEL: https://bugzilla.redhat.com/show_bug.cgi?id=1356288
> 
> Krusader will not recognize my wife's tablet.  But Thunar
> does as mtp://[usb:002,010]
> 
> Question: how do I access mtp://[usb:002,010] from
> the command line?
> 
> Many thanks,
> -T


Followup:

With a lot of help from Vladimir, here is my write up:

SL 7.4: how to operate MTP devices from the command line;

First download and install libmtp and libmtp-examples from:
http://people.redhat.com/bnocera/libmtp-rhel-7.5/


$ dnf --enablerepo=* whatprovides simple-mtpfs
...                                    | 2.6 kB     00:00
simple-mtpfs-0.2-3.el7.nux.x86_64 : Fuse-based MTP driver
Repo        : nux-dextop

# dnf --enablerepo=* install simple-mtpfs libmtp-examples

One time:
    # mkdir /mnt/mtp
    # chmod 2777 /mnt/mtp

Mount:
    # mtp-detect
    # sudo simple-mtpfs -o allow_other,direct_io /mnt/mtp

Unmount:
    # fusermount -u /mnt/mtp


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

ATOM RSS1 RSS2