Thank you for all of these great replies. This helped me a lot. I'm not done with reading these replies. My summary of what I got so far from a few glances at your replies:
1) I'm not going to bother buying any equipment that is any faster than what used to be called USB 3.0 i.e. now called USB 3.1 Gen 1. USB devices that are connected with a USB type C port are doing that for the purpose of achieving a higher voltage and current, and for the benefit of reversibility that is not available with micro USB connectors and ports. If I am not mistaken, this means that there will be a lot of USB devices that use a type C connector/port, that are going to be expected to connect to a USB host controller using a type A connector at the other end. There is no expectation that a type C connector is going to use gen 2 protocol or anything like that. 2) I'll use a linux distribution that uses the latest kernel available, and that will ensure that it supports USB 3.1 Gen 1 and Gen 2. And I will double check the hardware support by using the bash command list that Alan supplied in his reply which is copied below: *sudo lshw | grep -A10 -i usb * Sincerely Neil [email protected] On Fri, Sep 27, 2019 at 11:17 AM Tomas Kuchta <[email protected]> wrote: > USB 3.1 gen 2 is supported by Linux kernel, thus by mainstream Linux > distributions such as recent Ubuntu, openSuSE, Fedora. > > Writing to NTFS formatted disk also works fine, in my experience with the > above distributions, if you install required software. > > Does it work at full speed? Probably not because disks are much slower than > USB supports. Depending about how modern/fast is your computer and the disk > - the slow down from the fact the it is NTFS formatted disk might not > matter for the speed of access. > > That being said, NTFS is native and proprietary to Microsoft. So, there may > be limitations to NTFS support on Linux, depending on what you want to do. > I have never run into them though. > > There may be better alternatives for routine file transfer between windows > and Linux using network file systems. Depending on the use case. > > - Tomas > > On Fri, Sep 27, 2019, 09:38 OR Linux Jobs <[email protected]> > wrote: > > > Hello Portland > > > > If I understand correctly, USB 3.1 Gen 2 refers to the protocol that > > supports 10 Gbps and the USB type C connector. (please correct me if I am > > mistaken) > > > > Is there an existing Linux distribution that supports this? > > If not, does anyone have a recommendation or tips for how to proceed with > > compiling one that does? > > > > Second question: If a linux box has a file system such as ext4 or btrfs, > > can you copy files from the linux box to an external USB hard drive that > is > > formatted NTFS? Can you expect the full speed supported for the protocol? > > > > Sincerely > > Neil > > e-mail [email protected] > > _______________________________________________ > > PLUG mailing list > > [email protected] > > http://lists.pdxlinux.org/mailman/listinfo/plug > > > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
