On 02/17/2015 07:14 AM, Bob Marcan wrote:
On Mon, 16 Feb 2015 11:14:29 -0700
jd1008 <jd1...@gmail.com> wrote:

On 02/16/2015 10:42 AM, jd1008 wrote:
On 02/16/2015 07:20 AM, Michael Cronenworth wrote:
On 02/15/2015 04:46 PM, jd1008 wrote:
How do I force mate or gnome to mount them the traditional way?
Why? So you can access them via terminal? Just stick with gvfs MTP >> (installed by 
default with Gnome) and you can find the mounted file >> system in your /run folder:

/run/user/$UID/gvfs
I have these mtp packages installed
simple-mtpfs-0.2-3.fc21.x86_64
gvfs-mtp-1.22.3-2.fc21.x86_64
libmtp-1.1.8-1.fc21.x86_64

and still, pluging in my phone does automount the phone storage.

In the files
/usr/share/dbus-1/services/org.gtk.Private.MTPVolumeMonitor.service
     contains:
     [D-BUS Service]
     Name=org.gtk.Private.MTPVolumeMonitor
     Exec=/usr/libexec/gvfs-mtp-volume-monitor

/usr/share/gvfs/mounts/mtp.mount
      contains:
      [Mount]
      Type=mtp
      Exec=/usr/libexec/gvfsd-mtp
      AutoMount=true

/usr/share/gvfs/remote-volume-monitors/mtp.monitor
     contains:
     [RemoteVolumeMonitor]
     Name=GProxyVolumeMonitorMTP
     DBusName=org.gtk.Private.MTPVolumeMonitor
     IsNative=true


So, what is wrong here, such that
/usr/libexec/gvfs-mtp-volume-monitor
is not executing /usr/libexec/gvfsd-mtp
to mount the device?

Found this page which apparently works for ubuntu, but the "tools"
are not available for fedora:

http://bernaerts.dyndns.org/linux/74-ubuntu/268-ubuntu-automount-any-mtp-device
autofs + simple-mtfs:

/etc/auto.master
...
/home/bob/MPT  /etc/auto.master.d/auto.mpt --timeout=30 --ghost
...

/etc/auto.master.d/auto.mpt
...
AnyMPT       -fstype=fuse,allow_other,umask=000     :simple-mtpfs
...

Read the fuse man page for other options.
    -fstype=fuse,transform_symlinks,uid=0,gid=0  ...

BR, Bob


Hi Bob,
It does not work :(

So I resort to taking my sd card out and inserting it
into a usb adapter and then it gets automounted by mate DT.

--
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