-
Notifications
You must be signed in to change notification settings - Fork 105
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
No files listed #6
Comments
hm, not sure what's going on, do you have busybox installed on your device? |
Thank you for reply. I am rooted with busybox. Android 2.3.4, ZTE X-500 When I run in debug mode it looks like it fails when looking for Trash. $ adbfs -d /tmp/adbFS Regards, |
ah! try a different mount point, /tmp/adbfs is where it stores temporary files, you got a loop there :p |
my mount point is /tmp/adbFS not /tmp/adbfs. Any how I tried this with same results. :( Regards, |
hm, i can't seem to replicate your problem :/ can you try running the following? adb shell busybox stat -t "/mnt/sdcard" |
Calvin Tee
$ adb -d shell busybox stat -t "/mnt/sdcard" $ adbfs -d /tmp/mnt busybox ls -aldrwxr-xr-x 15 0 0 0 May 14 19:53 . busybox ls -al /sdcard/d---rwxr-x 14 1000 1015 32768 Jan 1 1970 . When run with debug flag the mount is not made; however, it is made when Also, have you considred passing options to adb. I found that you Regards, |
This is exactly what I need but...
I installed archlinux aur package http://aur.archlinux.org/packages.php?ID=58996,
which compiles from git with a patch. when I run mkdir /tmp/adbFS && adbfs /tmp/adbFS I get a the following output from ls.
$ ls
ls: cannot access .: No such file or directory
ls: cannot access ..: No such file or directory
ls: cannot access acct: No such file or directory
ls: cannot access cache: No such file or directory
ls: cannot access config: No such file or directory
ls: cannot access d: No such file or directory
ls: cannot access data: No such file or directory
ls: cannot access default.prop: No such file or directory
ls: cannot access dev: No such file or directory
ls: cannot access etc: No such file or directory
ls: cannot access init: No such file or directory
ls: cannot access init.goldfish.rc: No such file or directory
ls: cannot access init.poweroffcharge.rc: No such file or directory
ls: cannot access init.qcom.rc: No such file or directory
ls: cannot access init.qcom.sh: No such file or directory
ls: cannot access init.rc: No such file or directory
ls: cannot access init.zte.rc: No such file or directory
ls: cannot access mnt: No such file or directory
ls: cannot access persist: No such file or directory
ls: cannot access proc: No such file or directory
ls: cannot access res: No such file or directory
ls: cannot access root: No such file or directory
ls: cannot access sbin: No such file or directory
ls: cannot access sdcard: No such file or directory
ls: cannot access sys: No such file or directory
ls: cannot access system: No such file or directory
ls: cannot access ueventd.goldfish.rc: No such file or directory
ls: cannot access ueventd.rc: No such file or directory
ls: cannot access vendor: No such file or directory
?[0;0mdefault.prop?[0m ?[1;34m..?[0m ?[1;34mres?[0m
?[0;0mueventd.goldfish.rc?[0m ?[1;34m.?[0m ?[1;34mroot?[0m
?[0;0mueventd.rc?[0m ?[1;34macct?[0m ?[1;34msbin?[0m
?[1;32minit?[0m ?[1;34mcache?[0m ?[1;34msys?[0m
?[1;32minit.goldfish.rc?[0m ?[1;34mconfig?[0m ?[1;34msystem?[0m
?[1;32minit.poweroffcharge.rc?[0m ?[1;34mdata?[0m ?[1;36md?[0m
?[1;32minit.qcom.rc?[0m ?[1;34mdev?[0m ?[1;36metc?[0m
?[1;32minit.qcom.sh?[0m ?[1;34mmnt?[0m ?[1;36msdcard?[0m
?[1;32minit.rc?[0m ?[1;34mpersist?[0m ?[1;36mvendor?[0m
?[1;32minit.zte.rc?[0m ?[1;34mproc?[0m
Have I missed something?
thanks.
Brian
The text was updated successfully, but these errors were encountered: