Gentoo Archives: gentoo-user

From: Pouru Lasse <lasse.pouru@××××××××××××.fi>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected
Date: Fri, 05 Oct 2018 19:28:20
Message-Id: 87va6gp526.fsf@edu.turkuamk.fi
In Reply to: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected by thelma@sys-concept.com
1 <thelma@×××××××××××.com> writes:
2
3 > I'm trying to access my android phone via Linux.
4 > Installed: emerge -avq sys-fs/mtpfs
5 >
6 > cat /etc/fuse.conf
7 > ...
8 > user_allow_other
9 >
10 > $ mkdir ~/AndroidDevice
11 >
12 > mtpfs ~/AndroidDevice
13 > Device 0 (VID=22b8 and PID=2e76) is a Motorola Moto G (ID1).
14 > Android device detected, assigning default bug flags
15 >
16 > ls -al AndroidDevice
17 > ls: cannot access 'AndroidDevice': Transport endpoint is not connected
18
19 I have the same phone and I use adb (from dev-util/android-tools) for
20 file transfer, so there's at least that option if you can't get the
21 mounting to work.
22
23 - Lasse