Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vanishing mountpoint on Fedora 21 / Android 4.2.2 #18

Open
Marek77 opened this issue Apr 24, 2015 · 1 comment
Open

Vanishing mountpoint on Fedora 21 / Android 4.2.2 #18

Marek77 opened this issue Apr 24, 2015 · 1 comment

Comments

@Marek77
Copy link

Marek77 commented Apr 24, 2015

I installed adbFS but I am unable to access the phone contents. Mount and umount seem to work but the mountpoint "vanishes":

$ adb shell ls /mnt/sd*
/mnt/sdcard
/mnt/sdcard2

adb is working fine, I can list contents of both SD cards, push/pull no problem. I installed adbFS like this:

$ cd ~/tools
$ git clone https://github.com/isieo/adbFS.git
...
$ cd adbFS
$ make
g++ -c -o adbfs.o adbfs.cpp -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse 
g++ -o adbfs adbfs.o -lfuse -pthread 
$ sudo cp adbfs /usr/local/bin/

Test:

$ mkdir $HOME/phone
$ adbfs $HOME/phone -o modules=subdir -o subdir=/mnt/sdcard/        
--*-- exec_command: rm -rf /tmp/adbfs
$
$ mount | grep phone
adbfs on /home/schimaram/phone type fuse.adbfs (rw,nosuid,nodev,relatime,user_id=1001,group_id=1002)
$
$ ls -la $HOME | grep phone
ls: cannot access /home/schimaram/phone: No such file or directory
d??????????   ? ?         ?                 ?            ? phone
$
$ fusermount -u /home/schimaram/phone                     
$
$ mount | grep phone                 
$

The same happens if I do just adbfs /home/schimaram/phone to mount.

More info:

$ uname -a
Linux b015453-ux 3.18.9-200.fc21.x86_64 #1 SMP Mon Mar 9 15:10:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
$
$ rpm -qa \*fuse\* \*android\*
ifuse-1.1.3-5.fc21.x86_64
fuse-sshfs-2.5-1.fc21.x86_64
android-tools-20141219git8393e50-2.fc21.x86_64
fuse-devel-2.9.3-4.fc21.x86_64
fuse-2.9.3-4.fc21.x86_64
fuse-libs-2.9.3-4.fc21.x86_64
$

Git: branch "master" SHA1 b687e00

@meersjo
Copy link

meersjo commented Feb 2, 2016

I can confirm the same. Linux Mint 17.3, Android Marshmallow (cyanogen).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants