pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.99k stars 79 forks source link

On android, running on termux, hard or soft link creation fails after creating the dupes file. #249

Open i30817 opened 1 year ago

i30817 commented 1 year ago

fclones dedupe <dupes.txt also fails with os error 13

Ive also tried with ln and it also fails. Interestingly, ln works from inside the termux "home", but as soon as you try to run on a directory on /storage/emulated/0/ it fails, so obviously this is probably unsupported.

Just mentioning it here for other people and to share my annoyance with android.