hello sir,
I can see your comments on github about the usbIP, and usb share project. that was very helpful for me!
But I have some questions and problems, It will be appreciated if you can provide some advice.
in my project, I need to provide a solution , that will let the end user to access the USB disk as the following logical diagram:
windows 10 system (user side)=====USB cable======Linux A board(Kernel 3.10.xx)=====LAN network=====Linux B board=====USB disk
that means:
1. End user use the microsoft windows 10 system, but the USB disk was pluged in the Linux B board, user need to access the USB disk and copy files from it and past some files on local into it;
2. the windows 10 was connected with the Linux A board via USB cable, not network(if it's network , I can provide samba solution to resolve it easily, unfortunatelly, it's not network);
3. Linux A board and Linux B board are in the same local network, they are connected via network and can share files by TCP/IP , samba USBIP... In fact, these linux board were put in one office or one building mostly.
Could you please tell me how can I finished this requirement with quick and easy solution? more detail more good.
Have a good day and thank you very much!
My failed solution:
1. Linux A access Linux B with samba, that ok; windows access Linux A , at that moment, Linux A must be set to MSG slave in the kernel, that ok; But I can't transfer files between they two;
2. windows access Linux A by seril port protocal, and connect Linux A with client program(secureCRT), read the files on Linux A (mounted to the USB directory), and transfer by zmodem protocol, but, the speed is very very slow.
这是我给专家写的邮件。。
|