Search Criteria
Package Details: go-mtpfs-git 20200111-1
Git Clone URL: | https://aur.archlinux.org/go-mtpfs-git.git (read-only, click to copy) |
---|---|
Package Base: | go-mtpfs-git |
Description: | Simple tool for viewing MTP devices as FUSE filesystems |
Upstream URL: | http://github.com/hanwen/go-mtpfs |
Licenses: | |
Submitter: | wmarshall |
Maintainer: | valandil |
Last Packager: | valandil |
Votes: | 138 |
Popularity: | 0.62 |
First Submitted: | 2012-08-03 20:06 |
Last Updated: | 2020-02-15 02:15 |
Dependencies (4)
- fuse (fuse2)
- libusb (libusb-git)
- git (git-git) (make)
- go>=1.3.0 (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5
pulb commented on 2013-01-27 13:59
IMO dependencies should read like this:
depends=('libmtp')
makedepends=('git' 'go')
pulb commented on 2013-01-26 19:43
Hi shouldn't the "go" dependency be listed in the makedepends array instead of the depends array?
Anonymous comment on 2012-12-20 21:07
Galaxy Nexus, cm10.1 - works.
I wrote small script for easy mounting//unmounting + notifications(not sure them will work on kde and tiled DEs). To use:
0. Place it where you want.
1. Edit path where to mount(default - /media/MyAndroid).
2. make file runnable.
3. On run will mount//unmount and show notification about it(mounted//unmounted).
http://dl.dropbox.com/u/36565962/mount_unmount.sh
Still, i don't suggest anyone to unplug the phone without unmounting device first.
Now making gnome-shell extention :)
stillinbeta commented on 2012-12-01 05:16
I was having a bit of trouble running this as a non-privileged user, getting errors about libusb_open() permission denied. Turns out (for me, at least), this was a udev problem.
sib@westley:~$ cat /etc/udev/rules.d/10-katara.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="685c", GROUP="users", MODE="0777"
That's for my Galaxy Nexus. You can look up your vendor and product IDs in the startup messages of go-mtpfs.
wmarshall commented on 2012-10-02 17:37
Sorry for the long delay, but I have finally added libmtp as a dependency.
marcelhuber commented on 2012-08-17 09:20
Great tool, it works for me too (Galaxy Nexus)
Could you please add libmtp as required dependency to make the package work out of the box?
wmarshall commented on 2012-08-15 02:10
Yeah, me too blackout23. I tried mtpfs, but it only showed an empty directory tree, no files. Glad you found it useful.
blackout24 commented on 2012-08-15 00:41
Great that is actually the only thing that works with my Galaxy Nexus!