Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    This problem is hardware caused and completely irrelevant to software, so changing operating system won't mitigate the problem even slightly. Commented Jun 6, 2022 at 7:06
  • 4
    Yes, you might notice the bit where I said "if you're limited to USB2..." But also I've seen the same file transfers, performed faster on a live linux distro, than on the baremetal windows install.
    – mitts
    Commented Jun 6, 2022 at 7:34
  • As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.
    – Community Bot
    Commented Jun 6, 2022 at 7:35
  • tar can be used on the fly without requiring any more disk space, and does wonders with many very small files, although if the files are screen recordings it may not be the case
    – golimar
    Commented Jun 8, 2022 at 11:28
  • compressing large or many files is slow on phones and a waste of cpu cycle because there are way more efficient ways like using adb Commented Apr 20, 2023 at 20:07