LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-14-2018, 04:53 PM   #1
raywood
LQ Newbie
 
Registered: May 2009
Posts: 29

Rep: Reputation: 0
Best Fix-All Windows/Linux USB 3.0 Bridge Cable or Adapter


At various times, I've had problems transferring data between Windows machines, and between Windows and Linux machines. I've spent hours troubleshooting ethernet, where Wi-Fi doesn't do the job.

It occurs to me that maybe someone has devised a cross-platform USB 3 bridging cable or adapter that I could use for data transfer. But I haven't found anything yet, after spinning my wheels for a while in Google, Amazon, and Newegg.

Anyone aware of such a product?
 
Old 09-14-2018, 05:35 PM   #2
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Not aware of a cable, but some other ways...

Create a Windows share, access from Linux with samba (or vice versa). Windows share to transfer between Windows machines.

Use sftp, usually from Windows to Linux...(because I don't know how to set up ssh on a Windows box, but WinSCP will allow a Windows connection and transfer to/from Linux). sftp/scp between Linux boxes.
 
Old 09-14-2018, 10:24 PM   #3
raywood
LQ Newbie
 
Registered: May 2009
Posts: 29

Original Poster
Rep: Reputation: 0
(Holding head, moaning, shaking ...)

I was looking for a way to avoid Samba and all the rest. Nice and simple cross-platform solution. But I think there may just not be, and in that case your suggestion may be the best there is.
 
Old 09-15-2018, 05:12 PM   #4
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
I get that...and I've certainly taken pains to avoid Samba for a long time. WinSCP to pull from/push to Linux boxes.
Windows sharing between Windows boxes...or sneakernet.

Given that all that's available, I'd be surprised if there is a USB cable solution, but I could be wrong.
 
Old 09-16-2018, 06:12 PM   #5
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,141

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
I'm assuming your problem with ethernet is on Windows. I've never been able to get that to work properly. Linux it's basically idiot proof though.

Last edited by jmgibson1981; 09-16-2018 at 06:14 PM.
 
Old 09-16-2018, 06:59 PM   #6
raywood
LQ Newbie
 
Registered: May 2009
Posts: 29

Original Poster
Rep: Reputation: 0
Yeah, meshing different versions of Windows, old and new hardware, and also Windows to Linux. The concept is, just run the cross-platform software and then plug in the bridging cable. Seems like someone would have built an easy USB-oriented cross-platform front end for rsync or something by now. But I guess not.

Maybe I'll eventually figure out a way to use a bridging cable between Windows virtual machines, with those on Linux hosts perhaps using passthrough from a Windows 7 or 10 installation. Sheesh. At this point I can barely pronounce those words, much less make it happen. But somewhere, over the rainbow ...

Last edited by raywood; 09-16-2018 at 07:01 PM.
 
Old 09-16-2018, 07:21 PM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
If I remember correctly the older USB transfer cables with linux support created a virtual network between the two computers. You would still need to use the typical common networking protocols to share files i.e ftp, ssh/sftp or Windows file sharing i.e. SMB/CIFS (samba). I don't if USB 3.0 transfer cables are supported.

Another other option might be to setup your own cloud sharing like nextcloud or owncloud.

I would expect that transferring files between Windows computers should be fairly straight forward however it depends on versions. linux and Windows XP does not support home groups.
 
Old 09-16-2018, 09:22 PM   #8
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Stringing cables between boxes doesn’t strike me as a “nice and simple solution” if those boxes are already networked.

When on Windows, access Linux using an FTP or SCP solution. Personally I use Cygwin with OpenSSH.

When on Linux, access Windows shares using smbfs or smbclient. The server part (i.e., Samba) is not required if I remember well. AFAIK, there are also SSH servers for Windows.

Last edited by berndbausch; 09-16-2018 at 09:25 PM.
 
Old 09-18-2018, 01:02 PM   #9
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member response

Hi,

Maybe this article will help; https://askubuntu.com/questions/2070...o-linux#207103

If you have a LAN then I would suggest that you look here; https://putty.org/

I have used putty in the past without to much of a hassle.

You can also download;
Quote:
Bitvise SSH Server

Bitvise SSH Server is an SSH, SFTP and SCP server for Windows. It is robust, easy to install, easy to use, and works well with a variety of SSH clients, including Bitvise SSH Client, OpenSSH, and PuTTY. The SSH Server is developed and supported professionally by Bitvise.
You can download Bitvise SSH Server here.
Several other alternatives that allow you to move things between Windows and Gnu/Linux. Do a search!
Hope this helps.
Have fun & enjoy!
 
1 members found this post helpful.
Old 09-19-2018, 01:20 AM   #10
raywood
LQ Newbie
 
Registered: May 2009
Posts: 29

Original Poster
Rep: Reputation: 0
Thanks for those links. It looks like Putty may be the best option available for my purposes.
 
  


Reply

Tags
adapter, bridge, bridging, cable, usb



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] USB to PS/2 Keyboard Mouse Adapter Converter Cable works sdowney717 Linux - Hardware 3 04-27-2018 02:48 AM
USB to IEEE 1394 4 Pin Firewire iLink Adapter Cable BW-userx Linux - Hardware 16 03-15-2016 09:04 PM
Windows 7 dual boot with any linux distro messes usb/wireless adapter settings nickt1862 Linux - General 3 03-25-2013 12:13 PM
adapter FROM usb plug (on cable) TO standard mic/audio port ? stu7 Linux - Hardware 2 01-05-2010 07:26 PM
USB 2.0 bridged cable to connect linux and windows machines saak.stepi Linux - Hardware 4 01-28-2008 05:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration