forked from isieo/adbFS
-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
Description
Literally the title. It even happens with umlauts (and those are part of ASCII!). At first I thought it were long file names but:
08:14:36 ~/POCOF1_crDroid_Dec2025/sdcard/AnkiDroid/collection.media:$ rsync -aAXHUv /home/duda/mnt5/sdcard/AnkiDroid/collection.media/maxresdefault-11baf9b1170356b2b0321a3d3773d1b39bfb86fe.jpg .
sending incremental file list
sent 107 bytes received 12 bytes 79,33 bytes/sec
total size is 77.801 speedup is 653,79
08:14:44 ~/POCOF1_crDroid_Dec2025/sdcard/AnkiDroid/collection.media:$ rsync -aAXHUv /home/duda/mnt5/sdcard/AnkiDroid/collection.media/gesch�ftsmann-betritt-den-raum.jpg .
sending incremental file list
rsync: [sender] send_files failed to open "/home/duda/mnt5/sdcard/AnkiDroid/collection.media/gesch\#344ftsmann-betritt-den-raum.jpg": Software caused connection abort (103)
sent 99 bytes received 35 bytes 268,00 bytes/sec
total size is 28.465 speedup is 212,43
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1338) [sender=3.4.1]
08:16:08 ~/POCOF1_crDroid_Dec2025/sdcard/AnkiDroid/collection.media:$ LANG=C ls ~/mnt5
ls: cannot access '/home/duda/mnt5': Transport endpoint is not connected
I can then continue after umounting and just using `adbfs ~/mnt5``again but it breaks every time when it encounters a file with special chars.
Using Arch Linux but tried with this repo cloned as described in the README.
Reactions are currently unavailable