zach-klippenstein / adbfs

A FUSE filesystem that uses goadb to expose Android devices' filesystems.
Apache License 2.0
150 stars 12 forks source link

Symbolic links with weired charcaters #48

Open gjvnq opened 5 years ago

gjvnq commented 5 years ago

When using adbfs on Linux, I get strange symbolic linking behaviour:

$ ls -al /sdcard
/sdcard -> '/home/gqueiroz/mnt/SM_G950F-ce0217129a24c61205/storage/self/primary'$'\n'
$ ls -al /storage/self/primary
/storage/self/primary -> '/mnt/user/0/primary'$'\n'
$ ls -al /mnt/user/0/primary
/mnt/user/0/primary -> '/storage/emulated/0'$'\n'
$ ls -al /storage/emulated/0
[all my files]